From eddff8ebda1e86f910aa27497edeb0bae46610fd Mon Sep 17 00:00:00 2001 From: octo Date: Tue, 17 Jan 2006 12:13:53 +0000 Subject: [PATCH] Added sample collectd.conf Updates README --- README | 3 +++ contrib/collectd.conf | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 contrib/collectd.conf 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 +# -- 2.30.2