Set the path of collection.conf to /etc/collectd/.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)
committerSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)
Gbp-Pq: Name collection_conf_path.patch

contrib/collection.cgi

index 5ff259ff0fce178a0bb47bccc5f9a68cf41c155e..e0848e05a65c28764d322e9b0974c1a394129ec0 100755 (executable)
@@ -32,7 +32,7 @@ use URI::Escape ('uri_escape');
 use RRDs ();
 use Data::Dumper ();
 
-our $Config = "/etc/collection.conf";
+our $Config = "/etc/collectd/collection.conf";
 our @DataDirs = ();
 our @DontShowTypes = ();
 our $LibDir;