]> git.ipfire.org Git - oddments/collecty.git/commitdiff
graph: rrdtool seems to ignore the first argument
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 16:43:28 +0000 (16:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 16:43:28 +0000 (16:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index c0dfebf8165c2b167d181c5189711691e88758ea..8d6f7117eac568e404ac4cb8233dba0e8eb6e35e 100644 (file)
@@ -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),