From: Sebastian Harl Date: Tue, 24 Apr 2007 20:32:33 +0000 (+0200) Subject: Updated collectd.conf for collectd-4. X-Git-Tag: collectd-4.0.2-1~45^2~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=675a48e1f40b91e022b11d1d9f5aa9da5c005332;p=pkg-collectd.git Updated collectd.conf for collectd-4. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index a2dc578..c35ffd3 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -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 # -# 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" # # -# Host localhost +# Host "localhost" # Port 3551 # +# +# DataDir "/var/lib/collectd/csv" +# + +# +# Device "/dev/sda1" +# Device "192.168.0.2:/mnt/nfs" +# MountPoint "/home" +# FSType "ext3" +# IgnoreSelected false +# + # -# Interface eth0 -# IgnoreSource 192.168.0.1 +# Interface "eth0" +# IgnoreSource "192.168.0.1" # # -# SocketGroup collectd -# SocketPerms 0770 +# SocketGroup "collectd" +# SocketPerms "0770" # MaxConns 5 # +# +# Exec user "/path/to/exec" +# + # -# Host 127.0.0.1 +# Host "127.0.0.1" # Port 7634 # +# +# Interface "eth0" +# IgnoreSelected false +# + +# +# Chain table chain +# + +# +# Irq 7 +# Irq 8 +# Irq 9 +# IgnoreSelected true +# + +# +# LogLevel "info" +# File STDOUT +# + # -# Host 127.0.0.1 +# Host "127.0.0.1" # Port 411 # +# +# Host "database.serv.er" +# User "db_user" +# Password "secret" +# Database "db_name" +# + +# +# 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 +# + # -# Host localhost +# Host "localhost" # Port 123 # -# -# Host localhost -# User db_user -# Password secret -# Database db_name +# +# UPS "upsname@hostname:port" +# + +# +# IncludeDir "/my/include/path" +# BaseName "Collectd::Plugin" +# LoadPlugin "foo" +# LoadPlugin "bar" # # -# Host host.foo.bar -# Host host.baz.qux +# Host "host.foo.bar" +# Host "host.baz.qux" # # -# Process name +# Process "name" +# + +# +# DataDir "/usr/var/lib/collectd/rrd" +# StepSize 10 +# HeartBeat 20 +# RRARows 1200 +# XFF 0.1 +# CacheTimeout 120 +# CacheFlush 900 # -## 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. # -# 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 # -# -# Interface eth0 -# IgnoreSelected false +# +# LogLevel info +# + +# +# SocketFile "/usr/var/run/collectd-unixsock" +# SocketGroup "collectd" +# SocketPerms "0660" #