summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7462972)
raw | patch | inline | side by side (parent: 7462972)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 May 2008 13:49:16 +0000 (15:49 +0200) | ||
committer | Sebastian 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.
ascent, ipmi, powerdns, tail, teamspeak2, vmem
* Removed apple_sensors and tape entirely - they are not available on any
Debian architecture.
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 2d5ef83a246916262636b3d6e6196de22298f96b..57e667b0440ee487747182673b3cf6b4d340333f 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin apache
#LoadPlugin apcups
-#LoadPlugin apple_sensors
+#LoadPlugin ascent
LoadPlugin battery
LoadPlugin cpu
#LoadPlugin cpufreq
#LoadPlugin exec
#LoadPlugin hddtemp
LoadPlugin interface
+#LoadPlugin ipmi
#LoadPlugin iptables
#LoadPlugin ipvs
LoadPlugin irq
#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
# URL "http://localhost/status?auto"
# User "www-user"
# Password "secret"
+# VerifyPeer false
+# VerifyHost false
# CACert "/etc/ssl/ca.crt"
#</Plugin>
# 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
# URL "http://localhost/status?auto"
# User "www-user"
# Password "secret"
+# VerifyPeer false
+# VerifyHost false
# CACert "/etc/ssl/ca.crt"
#</Plugin>
# 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>
# </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"
# UUIDFile "/etc/uuid"
#</Plugin>
+#<Plugin vmem>
+# Verbose false
+#</Plugin>
+
Include "/etc/collectd/thresholds.conf"