src/collectd.conf.in: Fix a typo.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 31 May 2008 08:35:40 +0000 (10:35 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 31 May 2008 08:35:40 +0000 (10:35 +0200)
The config for the disk plugin was in a block for the `df' plugin.
Thanks to onebinary for pointing this out :)

src/collectd.conf.in

index 001baae..ad0628a 100644 (file)
@@ -101,7 +101,7 @@ FQDNLookup   true
 #      IgnoreSelected false
 #</Plugin>
 
-#<Plugin df>
+#<Plugin disk>
 #      Disk "/^[hs]d[a-f][0-9]?$/"
 #      IgnoreSelected false
 #</Plugin>