Set the path of collection.conf to /etc/collectd/.
authorSebastian Harl <sh@tokkee.org>
Mon, 20 Feb 2023 12:55:26 +0000 (12:55 +0000)
committerBernd Zeimetz <bzed@debian.org>
Mon, 20 Feb 2023 12:55:26 +0000 (12:55 +0000)
===================================================================

Gbp-Pq: Name collection_conf_path.patch

contrib/collection.cgi

index 68b3c27519a452ae1c7ac4ab5c93eba3836bf3c6..db0352b621c010a95f12960c768ce14491ccc1f7 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;