projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51b86d
)
collectd.conf(5): Add the per-plugin interval to the synopsis.
author
Florian Forster
<octo@collectd.org>
Sat, 17 Nov 2012 23:24:09 +0000
(
00:24
+0100)
committer
Florian Forster
<octo@collectd.org>
Sat, 17 Nov 2012 23:24:09 +0000
(
00:24
+0100)
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
417af0d
..
aef9226
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-7,11
+7,15
@@
collectd.conf - Configuration for the system statistics collection daemon B<coll
BaseDir "/path/to/data/"
PIDFile "/path/to/pidfile/collectd.pid"
Server "123.123.123.123" 12345
-
+
LoadPlugin cpu
LoadPlugin load
+
+ <LoadPlugin df>
+ Interval 3600
+ </LoadPlugin>
+
LoadPlugin ping
-
<Plugin ping>
Host "example.org"
Host "provider.net"
@@
-73,6
+77,7
@@
options are allowed inside a B<LoadPlugin> block:
<LoadPlugin perl>
Globals true
+ Interval 10
</LoadPlugin>
=over 4