Set the path of collection.conf to /etc/collectd/.
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)
committerChris Hofstaedtler <zeha@debian.org>
Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)
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;