src/collectd.conf.in: Add sample section for the disk plugin.
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 25 May 2008 09:11:28 +0000 (11:11 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 25 May 2008 09:11:28 +0000 (11:11 +0200)
Resolves: #15

src/collectd.conf.in

index e900ce8..001baae 100644 (file)
@@ -101,6 +101,11 @@ FQDNLookup   true
 #      IgnoreSelected false
 #</Plugin>
 
+#<Plugin df>
+#      Disk "/^[hs]d[a-f][0-9]?$/"
+#      IgnoreSelected false
+#</Plugin>
+
 #<Plugin dns>
 #      Interface "eth0"
 #      IgnoreSource "192.168.0.1"