Code

Updated collectd.conf.
authorSebastian Harl <sh@tokkee.org>
Mon, 26 May 2008 13:49:16 +0000 (15:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 26 May 2008 13:49:16 +0000 (15:49 +0200)
 * Added new plugins (all disabled by default):
   ascent, ipmi, powerdns, tail, teamspeak2, vmem
 * Removed apple_sensors and tape entirely - they are not available on any
   Debian architecture.

debian/collectd.conf

index 2d5ef83a246916262636b3d6e6196de22298f96b..57e667b0440ee487747182673b3cf6b4d340333f 100644 (file)
@@ -29,7 +29,7 @@ LoadPlugin syslog
 
 #LoadPlugin apache
 #LoadPlugin apcups
-#LoadPlugin apple_sensors
+#LoadPlugin ascent
 LoadPlugin battery
 LoadPlugin cpu
 #LoadPlugin cpufreq
@@ -42,6 +42,7 @@ LoadPlugin entropy
 #LoadPlugin exec
 #LoadPlugin hddtemp
 LoadPlugin interface
+#LoadPlugin ipmi
 #LoadPlugin iptables
 #LoadPlugin ipvs
 LoadPlugin irq
@@ -60,17 +61,20 @@ LoadPlugin memory
 #LoadPlugin nut
 #LoadPlugin perl
 #LoadPlugin ping
+#LoadPlugin powerdns
 LoadPlugin processes
 LoadPlugin rrdtool
 #LoadPlugin sensors
 #LoadPlugin serial
 #LoadPlugin snmp
 LoadPlugin swap
-#LoadPlugin tape
+#LoadPlugin tail
 #LoadPlugin tcpconns
+#LoadPlugin teamspeak2
 #LoadPlugin unixsock
 LoadPlugin users
 #LoadPlugin uuid
+#LoadPlugin vmem
 #LoadPlugin vserver
 #LoadPlugin wireless
 
@@ -78,6 +82,8 @@ LoadPlugin users
 #      URL "http://localhost/status?auto"
 #      User "www-user"
 #      Password "secret"
+#      VerifyPeer false
+#      VerifyHost false
 #      CACert "/etc/ssl/ca.crt"
 #</Plugin>
 
@@ -86,6 +92,13 @@ LoadPlugin users
 #      Port 3551
 #</Plugin>
 
+#<Plugin ascent>
+#      URL "http://localhost/ascent/status/"
+#      User "www-user"
+#      Password "secret"
+#      CACert "/etc/ssl/ca.crt"
+#</Plugin>
+
 #<Plugin csv>
 #      DataDir "/var/lib/collectd/csv"
 #      StoreRates false
@@ -187,6 +200,8 @@ LoadPlugin users
 #      URL "http://localhost/status?auto"
 #      User "www-user"
 #      Password "secret"
+#      VerifyPeer false
+#      VerifyHost false
 #      CACert "/etc/ssl/ca.crt"
 #</Plugin>
 
@@ -214,6 +229,20 @@ LoadPlugin users
 #      TTL 255
 #</Plugin>
 
+#<Plugin powerdns>
+#      <Server "server_name">
+#              Collect "latency"
+#              Collect "udp-answers" "udp-queries"
+#              Socket "/var/run/pdns.controlsocket"
+#      </Server>
+#      <Recursor "recursor_name">
+#              Collect "questions"
+#              Collect "cache-hits" "cache-misses"
+#              Socket "/var/run/pdns_recursor.controlsocket"
+#      </Recursor>
+#      LocalSocket "/opt/collectd/var/run/collectd-powerdns"
+#</Plugin>
+
 #<Plugin processes>
 #      Process "name"
 #</Plugin>
@@ -283,12 +312,36 @@ LoadPlugin users
 #      </Host>
 #</Plugin>
 
+#<Plugin "tail">
+#      <File "/var/log/exim4/mainlog">
+#              Instance "exim"
+#              <Match>
+#                      Regex "S=([1-9][0-9]*)"
+#                      DSType "CounterAdd"
+#                      Type "ipt_bytes"
+#                      Instance "total"
+#              </Match>
+#              <Match>
+#                      Regex "\\<R=local_user\\>"
+#                      DSType "CounterInc"
+#                      Type "email_count"
+#                      Instance "local_user"
+#              </Match>
+#      </File>
+#</Plugin>
+
 #<Plugin tcpconns>
 #      ListeningPorts false
 #      LocalPort "25"
 #      RemotePort "25"
 #</Plugin>
 
+#<Plugin teamspeak2>
+#      Host "127.0.0.1"
+#      Port "51234"
+#      Server "8767"
+#</Plugin>
+
 #<Plugin unixsock>
 #      SocketFile "/var/run/collectd-unixsock"
 #      SocketGroup "collectd"
@@ -299,5 +352,9 @@ LoadPlugin users
 #      UUIDFile "/etc/uuid"
 #</Plugin>
 
+#<Plugin vmem>
+#      Verbose false
+#</Plugin>
+
 Include "/etc/collectd/thresholds.conf"