projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76337f8
)
Set the path of collection.conf to /etc/collectd/.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 6 Apr 2019 12:21:09 +0000
(13:21 +0100)
committer
Chris Hofstaedtler
<zeha@debian.org>
Sat, 6 Apr 2019 12:21:09 +0000
(13: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 5ff259ff0fce178a0bb47bccc5f9a68cf41c155e..e0848e05a65c28764d322e9b0974c1a394129ec0 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 @DataDirs = ();
our @DontShowTypes = ();
our $LibDir;