Code

Updated collectd.conf.
[pkg-collectd.git] / debian / collectd.conf
index 3df6710cc45fcd84a553ddf021e2836d082494c5..57e667b0440ee487747182673b3cf6b4d340333f 100644 (file)
@@ -2,6 +2,9 @@
 #
 # Some plugins need additional configuration and are disabled by default.
 # Please read collectd.conf(5) for details.
+#
+# You should also read /usr/share/doc/collectd/README.Debian.plugins before
+# enabling any more plugins.
 
 #Hostname "localhost"
 FQDNLookup true
@@ -11,9 +14,22 @@ FQDNLookup true
 #Interval 10
 #ReadThreads 5
 
+#LoadPlugin logfile
+LoadPlugin syslog
+
+#<Plugin logfile>
+#      LogLevel "info"
+#      File STDOUT
+#      Timestamp true
+#</Plugin>
+
+<Plugin syslog>
+       LogLevel info
+</Plugin>
+
 #LoadPlugin apache
 #LoadPlugin apcups
-#LoadPlugin apple_sensors
+#LoadPlugin ascent
 LoadPlugin battery
 LoadPlugin cpu
 #LoadPlugin cpufreq
@@ -26,12 +42,12 @@ LoadPlugin entropy
 #LoadPlugin exec
 #LoadPlugin hddtemp
 LoadPlugin interface
+#LoadPlugin ipmi
 #LoadPlugin iptables
 #LoadPlugin ipvs
 LoadPlugin irq
 #LoadPlugin libvirt
 LoadPlugin load
-#LoadPlugin logfile
 #LoadPlugin mbmon
 #LoadPlugin memcached
 LoadPlugin memory
@@ -45,18 +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 syslog
-#LoadPlugin tape
-LoadPlugin tcpconns
+#LoadPlugin tail
+#LoadPlugin tcpconns
+#LoadPlugin teamspeak2
 #LoadPlugin unixsock
 LoadPlugin users
 #LoadPlugin uuid
+#LoadPlugin vmem
 #LoadPlugin vserver
 #LoadPlugin wireless
 
@@ -64,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>
 
@@ -72,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
@@ -133,12 +160,6 @@ LoadPlugin users
 #      HostnameFormat name
 #</Plugin>
 
-#<Plugin logfile>
-#      LogLevel "info"
-#      File STDOUT
-#      Timestamp true
-#</Plugin>
-
 #<Plugin mbmon>
 #      Host "127.0.0.1"
 #      Port 411
@@ -179,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>
 
@@ -206,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>
@@ -275,9 +312,23 @@ LoadPlugin users
 #      </Host>
 #</Plugin>
 
-<Plugin syslog>
-       LogLevel info
-</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
@@ -285,6 +336,12 @@ LoadPlugin users
 #      RemotePort "25"
 #</Plugin>
 
+#<Plugin teamspeak2>
+#      Host "127.0.0.1"
+#      Port "51234"
+#      Server "8767"
+#</Plugin>
+
 #<Plugin unixsock>
 #      SocketFile "/var/run/collectd-unixsock"
 #      SocketGroup "collectd"
@@ -295,5 +352,9 @@ LoadPlugin users
 #      UUIDFile "/etc/uuid"
 #</Plugin>
 
+#<Plugin vmem>
+#      Verbose false
+#</Plugin>
+
 Include "/etc/collectd/thresholds.conf"