From: octo Date: Tue, 17 Jan 2006 12:13:53 +0000 (+0000) Subject: Added sample collectd.conf X-Git-Tag: collectd-3.6.0~5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=eddff8ebda1e86f910aa27497edeb0bae46610fd;p=collectd.git Added sample collectd.conf Updates README --- diff --git a/README b/README index 0434c75d..18fcf0a4 100644 --- a/README +++ b/README @@ -44,6 +44,9 @@ Features - Ping latency (Time to reach the default gateway or another given host) + - Process counts + (Number of running, sleeping, zombie, ... processes) + - Serial (RX and TX of serial interfaces) diff --git a/contrib/collectd.conf b/contrib/collectd.conf new file mode 100644 index 00000000..147f88d4 --- /dev/null +++ b/contrib/collectd.conf @@ -0,0 +1,38 @@ +# +# Config file for collectd(1). +# Please read collectd.conf(5) for a list of options. +# http://verplant.org/collectd/ +# + +Mode Local +DataDir /var/lib/collectd +PIDFile /var/run/collectd.pid +PluginDir /usr/lib/collectd + +LoadPlugin cpu +LoadPlugin cpufreq +LoadPlugin df +LoadPlugin disk +LoadPlugin load +LoadPlugin memory +LoadPlugin nfs +LoadPlugin ping +LoadPlugin processes +LoadPlugin serial +LoadPlugin swap +LoadPlugin traffic +LoadPlugin users +#LoadPlugin hddtemp +#LoadPlugin mysql +#LoadPlugin sensors + +# +# Host host.foo.bar +# + +# +# Host database.serv.er +# User db_user +# Password secret +## Database db_name +#