projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7495cc
)
collectd.conf.in: Removed advanced and possibly harmfull settings..
author
Florian Forster
<octo@huhu.verplant.org>
Sat, 6 Oct 2007 09:10:19 +0000
(11:10 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Sat, 6 Oct 2007 09:10:19 +0000
(11:10 +0200)
Users were simply un-commenting everything without knowing what the settings
did, so removing possibly harmful settings seems reasonable.
src/collectd.conf.in
patch
|
blob
|
history
diff --git
a/src/collectd.conf.in
b/src/collectd.conf.in
index
af2db91
..
5bb1fc7
100644
(file)
--- a/
src/collectd.conf.in
+++ b/
src/collectd.conf.in
@@
-177,10
+177,6
@@
#<Plugin rrdtool>
# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd"
-# StepSize 10
-# HeartBeat 20
-# RRARows 1200
-# XFF 0.1
# CacheTimeout 120
# CacheFlush 900
#</Plugin>