From 35b87cb4c69922f467cb5c3348d2eb035c3f5bbb Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 28 Jul 2020 10:21:09 +0100 Subject: [PATCH] Set the path of collection.conf to /etc/collectd/. =================================================================== Gbp-Pq: Name collection_conf_path.patch --- contrib/collection.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 6b0665a..ec4a2bf 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -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 = (); -- 2.30.2