Set the path of collection.conf to /etc/collectd/.
authorSebastian Harl <sh@tokkee.org>
Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)
committerBernd Zeimetz <bzed@debian.org>
Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)
===================================================================

Gbp-Pq: Name collection_conf_path.patch

contrib/collection.cgi

index 6b0665af868c6f18412ed5580bae6d7f3de77392..ec4a2bf6e4523d1dc27bac4376b7c8f6b85a73a9 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 $TypesDB = "/usr/share/collectd/types.db";
 our @DataDirs = ();
 our @DontShowTypes = ();