From: Michael Tremer Date: Wed, 29 Oct 2025 16:43:28 +0000 (+0000) Subject: graph: rrdtool seems to ignore the first argument X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb8a7be057f3228f179d8107d37889bb63fd65d;p=telemetry.git graph: rrdtool seems to ignore the first argument Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graph.c b/src/daemon/graph.c index c0dfebf..8d6f711 100644 --- a/src/daemon/graph.c +++ b/src/daemon/graph.c @@ -47,6 +47,9 @@ struct td_graph { }; const char* DEFAULT_RENDER_ARGS[] = { + // Placeholder because rrdtool seems to ignore the first argument + "--", + // Change the background color "--color=BACK" COLOR_WITH_ALPHA(WHITE, OPACITY_100P),