projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab05fc
)
Set the path of collection.conf to /etc/collectd/.
author
Sebastian Harl
<sh@tokkee.org>
Tue, 28 Jul 2020 09:21:09 +0000
(10:21 +0100)
committer
Bernd 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
patch
|
blob
|
history
diff --git
a/contrib/collection.cgi
b/contrib/collection.cgi
index 6b0665af868c6f18412ed5580bae6d7f3de77392..ec4a2bf6e4523d1dc27bac4376b7c8f6b85a73a9 100755
(executable)
--- 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/collect
d/collect
ion.conf";
our $TypesDB = "/usr/share/collectd/types.db";
our @DataDirs = ();
our @DontShowTypes = ();