collectd.conf: Added a sample ipmi config block.
authorSebastian Harl <sh@tokkee.org>
Wed, 27 May 2009 11:06:10 +0000 (13:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 27 May 2009 11:06:10 +0000 (13:06 +0200)
src/collectd.conf.in

index 8a05912..594c3bd 100644 (file)
@@ -221,6 +221,15 @@ FQDNLookup   true
 #      IgnoreSelected false
 #</Plugin>
 
+#<Plugin ipmi>
+#      Sensor "some_sensor"
+#      Sensor "another_one"
+#      IgnoreSelected false
+#      NotifySensorAdd false
+#      NotifySensorRemove true
+#      NotifySensorNotPresent false
+#</Plugin>
+
 #<Plugin iptables>
 #      Chain table chain
 #</Plugin>