From 1d6c14a96984511a9e4bf607f04a92298fca9512 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 2 Apr 2014 04:10:21 +0200 Subject: using collectd and stuff --- filehooker/root-image/etc/collectd.conf | 84 +++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 filehooker/root-image/etc/collectd.conf (limited to 'filehooker/root-image/etc') diff --git a/filehooker/root-image/etc/collectd.conf b/filehooker/root-image/etc/collectd.conf new file mode 100644 index 00000000..5225a036 --- /dev/null +++ b/filehooker/root-image/etc/collectd.conf @@ -0,0 +1,84 @@ +#Hostname "filehooker" +Interval 10 + +LoadPlugin syslog + + LogLevel info + + +LoadPlugin md +LoadPlugin cpu +LoadPlugin df +LoadPlugin disk +#LoadPlugin ping +LoadPlugin hddtemp +LoadPlugin interface +LoadPlugin load +LoadPlugin memory +LoadPlugin network +LoadPlugin uptime +LoadPlugin users +LoadPlugin write_graphite + + +# Device "/dev/sda1" +# Device "192.168.0.2:/mnt/nfs" + FSType "ext2" + FSType "ext3" + FSType "ext4" + FSType "btrfs" + FSType "ntfs" + FSType "ntfs-3g" + FSType "vfat" + + IgnoreSelected false + + + + Disk "/[vsh]d[abcdefg][12345678]/" + IgnoreSelected false + + + + Host "127.0.0.1" + Port 7634 + #TranslateDevicename false + + + + Interface "lo" + IgnoreSelected true + + + +# + #Host "elchhub.krebsco.de" + #Host "elchstats.krebsco.de" + #Interval 1.0 + #Timeout 0.9 +# TTL 255 +# SourceAddress "1.2.3.4" +# Device "eth0" +# MaxMissed -1 +# + + +# +# Sensor "it8712-isa-0290/temperature-temp1" +# Sensor "it8712-isa-0290/fanspeed-fan3" +# Sensor "it8712-isa-0290/voltage-in8" +# IgnoreSelected false +# + + + + + Host "elchstats.nsupdate.info" + Port "2003" + Prefix "elch." + #Postfix "" + EscapeCharacter "_" + StoreRates false + AlwaysAppendDS false + + -- cgit v1.2.3