Code

Updated collectd.conf for collectd-4.
authorSebastian Harl <sh@tokkee.org>
Tue, 24 Apr 2007 20:32:33 +0000 (22:32 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 2 May 2007 18:00:53 +0000 (18:00 +0000)
debian/collectd.conf

index a2dc578ef716951e4f03ed29e4dc3c0fb44a41d6..c35ffd3e809c399e2ae77073de8e6f47257e7d82 100644 (file)
@@ -3,19 +3,12 @@
 # Some plugins need additional configuration and are disabled by default.
 # Please read collectd.conf(5) for details.
 
-Mode Local
-
-# If in "Client" mode you have to specify which server to send datagrams to.
-#Mode Client
-#Server 123.123.123.123 12345
-
-#Mode Server
-
-#Mode Log
-
-#DataDir    /var/lib/collectd
-#PIDFILE    /var/run/collectd.pid
-#PluginDir  /usr/lib/collectd
+#Hostname "localhost"
+#BaseDir "/var/lib/collectd"
+#PIDFile "/var/run/collectd.pid"
+#PluginDir "/usr/lib/collectd"
+#Interval 10
+#ReadThreads 5
 
 #LoadPlugin apache
 #LoadPlugin apcups
@@ -23,102 +16,177 @@ Mode Local
 LoadPlugin battery
 LoadPlugin cpu
 #LoadPlugin cpufreq
+#LoadPlugin csv
 LoadPlugin df
 LoadPlugin disk
 #LoadPlugin dns
 #LoadPlugin email
+LoadPlugin entropy
+#LoadPlugin exec
 #LoadPlugin hddtemp
+LoadPlugin interface
+#LoadPlugin iptables
+LoadPlugin irq
 LoadPlugin load
+#LoadPlugin logfile
 #LoadPlugin mbmon
 LoadPlugin memory
 #LoadPlugin multimeter
 #LoadPlugin mysql
+#LoadPlugin network
 #LoadPlugin nfs
 #LoadPlugin ntpd
+#LoadPlugin nut
+#LoadPlugin perl
 #LoadPlugin ping
 LoadPlugin processes
+LoadPlugin rrdtool
 #LoadPlugin sensors
 #LoadPlugin serial
 LoadPlugin swap
+LoadPlugin syslog
 #LoadPlugin tape
-LoadPlugin traffic
+#LoadPlugin unixsock
 LoadPlugin users
 #LoadPlugin vserver
 #LoadPlugin wireless
 
 #<Plugin apache>
-#   URL http://localhost/status?auto
-#   User www-user
-#   Password secret
-#   CACert /etc/ssl/ca.crt
+#   URL "http://localhost/status?auto"
+#   User "www-user"
+#   Password "secret"
+#   CACert "/etc/ssl/ca.crt"
 #</Plugin>
 
 #<Plugin apcups>
-#   Host localhost
+#   Host "localhost"
 #   Port 3551
 #</Plugin>
 
+#<Plugin csv>
+#   DataDir "/var/lib/collectd/csv"
+#</Plugin>
+
+#<Plugin df>
+#   Device "/dev/sda1"
+#   Device "192.168.0.2:/mnt/nfs"
+#   MountPoint "/home"
+#   FSType "ext3"
+#   IgnoreSelected false
+#</Plugin>
+
 #<Plugin dns>
-#   Interface eth0
-#   IgnoreSource 192.168.0.1
+#   Interface "eth0"
+#   IgnoreSource "192.168.0.1"
 #</Plugin>
 
 #<Plugin email>
-#   SocketGroup collectd
-#   SocketPerms 0770
+#   SocketGroup "collectd"
+#   SocketPerms "0770"
 #   MaxConns 5
 #</Plugin>
 
+#<Plugin exec>
+#   Exec user "/path/to/exec"
+#</Plugin>
+
 #<Plugin hddtemp>
-#   Host 127.0.0.1
+#   Host "127.0.0.1"
 #   Port 7634
 #</Plugin>
 
+#<Plugin interface>
+#   Interface "eth0"
+#   IgnoreSelected false
+#</Plugin>
+
+#<Plugin iptables>
+#   Chain table chain
+#</Plugin>
+
+#<Plugin irq>
+#   Irq 7
+#   Irq 8
+#   Irq 9
+#   IgnoreSelected true
+#</Plugin>
+
+#<Plugin logfile>
+#   LogLevel "info"
+#   File STDOUT
+#</Plugin>
+
 #<Plugin mbmon>
-#   Host 127.0.0.1
+#   Host "127.0.0.1"
 #   Port 411
 #</Plugin>
 
+#<Plugin mysql>
+#   Host "database.serv.er"
+#   User "db_user"
+#   Password "secret"
+#   Database "db_name"
+#</Plugin>
+
+#<Plugin network>
+#   Server "ff18::efc0:4a42" "25826"
+#   Server "239.192.74.66" "25826"
+#   Listen "ff18::efc0:4a42" "25826"
+#   Listen "239.192.74.66" "25826"
+#   TimeToLive "128"
+#   Forward false
+#   CacheFlush 1800
+#</Plugin>
+
 #<Plugin ntpd>
-#   Host localhost
+#   Host "localhost"
 #   Port 123
 #</Plugin>
 
-#<Plugin mysql>
-#   Host localhost
-#   User db_user
-#   Password secret
-#   Database db_name
+#<Plugin nut>
+#   UPS "upsname@hostname:port"
+#</Plugin>
+
+#<Plugin perl>
+#   IncludeDir "/my/include/path"
+#   BaseName "Collectd::Plugin"
+#   LoadPlugin "foo"
+#   LoadPlugin "bar"
 #</Plugin>
 
 #<Plugin ping>
-#   Host host.foo.bar
-#   Host host.baz.qux
+#   Host "host.foo.bar"
+#   Host "host.baz.qux"
 #</Plugin>
 
 #<Plugin processes>
-#   Process name
+#   Process "name"
+#</Plugin>
+
+#<Plugin rrdtool>
+#   DataDir "/usr/var/lib/collectd/rrd"
+#   StepSize 10
+#   HeartBeat 20
+#   RRARows 1200
+#   XFF 0.1
+#   CacheTimeout 120
+#   CacheFlush 900
 #</Plugin>
 
-## There are two different naming schemes for the sensors plugin, to preserve
-## backwards compatibility. The `extended naming' is prefered, but not the
-## default for this reason. See `collectd.conf(5)' for more information.
 #<Plugin sensors>
-#   ExtendedSensorNaming false
-#   Sensor it8712-temp1
-#   Sensor it8712-fan3
-#   Sensor it8712-in8
-## -- OR --
-#   ExtendedSensorNaming true
-#   Sensor it8712-isa-0290/temperature-temp1
-#   Sensor it8712-isa-0290/fanspeed-fan3
-#   Sensor it8712-isa-0290/voltage-in8
-#
+#   Sensor "it8712-isa-0290/temperature-temp1"
+#   Sensor "it8712-isa-0290/fanspeed-fan3"
+#   Sensor "it8712-isa-0290/voltage-in8"
 #   IgnoreSelected false
 #</Plugin>
 
-#<Plugin traffic>
-#   Interface eth0
-#   IgnoreSelected false
+#<Plugin syslog>
+#   LogLevel info
+#</Plugin>
+
+#<Plugin unixsock>
+#   SocketFile "/usr/var/run/collectd-unixsock"
+#   SocketGroup "collectd"
+#   SocketPerms "0660"
 #</Plugin>