From 66ed5b6d86f7025fa2454fdb8afac236bcaaf538 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 2 Jan 2021 20:09:49 +0000 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 68b3c27..db0352b 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 @DataDirs = (); our @DontShowTypes = (); our $LibDir; -- 2.30.2