From 7dc871ce3171c3baa2f3374f4260ee492525c5b8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 27 Mar 2007 15:08:03 +0200 Subject: [PATCH] collectd.conf.in: Added the `df' and `email' plugins. --- src/collectd.conf.in | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index dcd87eea..d8432c54 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -63,11 +63,25 @@ # DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv" # +# +# Device "/dev/hda1" +# Device "192.168.0.2:/mnt/nfs" +# MountPoint "/home" +# FSType "ext3" +# IgnoreSelected false +# + # # Interface "eth0" # IgnoreSource "192.168.0.1" # +# +# SocketGroup "collectd" +# SocketPerms "0770" +# MaxConns 5 +# + # # Host "127.0.0.1" # Port 7634 @@ -99,6 +113,13 @@ # 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" @@ -112,13 +133,6 @@ # Port 123 # -# -# Host "database.serv.er" -# User "db_user" -# Password "secret" -# Database "db_name" -# - # # Host "host.foo.bar" # -- 2.30.2