Code

collectd.conf(5): Add the per-plugin interval to the synopsis.
authorFlorian Forster <octo@collectd.org>
Sat, 17 Nov 2012 23:24:09 +0000 (00:24 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 17 Nov 2012 23:24:09 +0000 (00:24 +0100)
src/collectd.conf.pod

index 417af0d7082e09147de1777ec90e803a19b6fee5..aef92267f80c51c0975dcc46c94b739e3846a140 100644 (file)
@@ -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