From e8e74f00f29fefed06fd4b2cefacb18f5287055c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 26 May 2008 15:49:16 +0200 Subject: [PATCH] Updated collectd.conf. * 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 | 61 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index 2d5ef83..57e667b 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -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" # @@ -86,6 +92,13 @@ LoadPlugin users # Port 3551 # +# +# URL "http://localhost/ascent/status/" +# User "www-user" +# Password "secret" +# CACert "/etc/ssl/ca.crt" +# + # # 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" # @@ -214,6 +229,20 @@ LoadPlugin users # TTL 255 # +# +# +# Collect "latency" +# Collect "udp-answers" "udp-queries" +# Socket "/var/run/pdns.controlsocket" +# +# +# Collect "questions" +# Collect "cache-hits" "cache-misses" +# Socket "/var/run/pdns_recursor.controlsocket" +# +# LocalSocket "/opt/collectd/var/run/collectd-powerdns" +# + # # Process "name" # @@ -283,12 +312,36 @@ LoadPlugin users # # +# +# +# Instance "exim" +# +# Regex "S=([1-9][0-9]*)" +# DSType "CounterAdd" +# Type "ipt_bytes" +# Instance "total" +# +# +# Regex "\\" +# DSType "CounterInc" +# Type "email_count" +# Instance "local_user" +# +# +# + # # ListeningPorts false # LocalPort "25" # RemotePort "25" # +# +# Host "127.0.0.1" +# Port "51234" +# Server "8767" +# + # # SocketFile "/var/run/collectd-unixsock" # SocketGroup "collectd" @@ -299,5 +352,9 @@ LoadPlugin users # UUIDFile "/etc/uuid" # +# +# Verbose false +# + Include "/etc/collectd/thresholds.conf" -- 2.30.2