]> git.ipfire.org Git - telemetry.git/commit
graph: Fix calling rrd_graph()
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2025 10:08:25 +0000 (10:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2025 10:08:25 +0000 (10:08 +0000)
commit13e42e72ac31c78bb8f42cddfc93c25619f04d85
treef8452d305785820eeae3aa82351435bef276dd37
parentc6f93dc3c275992d6e9317b6e05a57c02c2eaf1d
graph: Fix calling rrd_graph()

There is pretty much no documenation of librrd and the API has been
changed multiple times. Initially, various arguments have been labeled
optional, but that does not seem to be true for at least the
implementation I am testing against.

So we pass all variables that we function has, and we might as well
include them in the debugging output.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c