collectd.conf.in: Added the `df' and `email' plugins.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 Mar 2007 13:08:03 +0000 (15:08 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 Mar 2007 13:08:03 +0000 (15:08 +0200)
src/collectd.conf.in

index dcd87ee..d8432c5 100644 (file)
 #      DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv"
 #</Plugin>
 
+#<Plugin df>
+#      Device "/dev/hda1"
+#      Device "192.168.0.2:/mnt/nfs"
+#      MountPoint "/home"
+#      FSType "ext3"
+#      IgnoreSelected false
+#</Plugin>
+
 #<Plugin dns>
 #      Interface "eth0"
 #      IgnoreSource "192.168.0.1"
 #</Plugin>
 
+#<Plugin email>
+#      SocketGroup "collectd"
+#      SocketPerms "0770"
+#      MaxConns 5
+#</Plugin>
+
 #<Plugin hddtemp>
 #      Host "127.0.0.1"
 #      Port 7634
 #      Port 411
 #</Plugin>
 
+#<Plugin mysql>
+#      Host "database.serv.er"
+#      User "db_user"
+#      Password "secret"
+#      Database "db_name"
+#</Plugin>
+
 #<Plugin network>
 #      Server "ff18::efc0:4a42" "25826"
 #      Server "239.192.74.66" "25826"
 #      Port 123
 #</Plugin>
 
-#<Plugin mysql>
-#      Host "database.serv.er"
-#      User "db_user"
-#      Password "secret"
-#      Database "db_name"
-#</Plugin>
-
 #<Plugin ping>
 #      Host "host.foo.bar"
 #</Plugin>