From c293141b494b27a83de95e00a358d804371203fe Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 23 Jul 2006 12:43:13 +0200 Subject: [PATCH] Added collectd.conf. --- debian/collectd.conf | 83 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 debian/collectd.conf diff --git a/debian/collectd.conf b/debian/collectd.conf new file mode 100644 index 0000000..e9e246d --- /dev/null +++ b/debian/collectd.conf @@ -0,0 +1,83 @@ +# Config file for collectd(1). +# +# 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 + +#LoadPlugin apache +#LoadPlugin apcups +#LoadPlugin apple_sensors +LoadPlugin battery +LoadPlugin cpu +#LoadPlugin cpufreq +LoadPlugin df +LoadPlugin disk +#LoadPlugin hddtemp +LoadPlugin load +LoadPlugin memory +#LoadPlugin mysql +#LoadPlugin nfs +#LoadPlugin ntpd +#LoadPlugin ping +LoadPlugin processes +#LoadPlugin sensors +#LoadPlugin serial +LoadPlugin swap +#LoadPlugin tape +LoadPlugin traffic +LoadPlugin users +#LoadPlugin vserver +#LoadPlugin wireless + +# +# URL http://localhost/status?auto +# User www-user +# Password secret +# CACert /etc/ssl/ca.crt +# + +# +# Host localhost +# Port 3551 +# + +# +# Host 127.0.0.1 +# Port 7634 +# + +# +# Host localhost +# Port 123 +# + +# +# Host localhost +# User db_user +# Password secret +# Database db_name +# + +# +# Host host.foo.bar +# Host host.baz.qux +# + +# +# Interface eth0 +# IgnoreSelected false +# + -- 2.30.2