From 9456cfffea015812acf5dcdd2d074e98ca54e720 Mon Sep 17 00:00:00 2001 From: euer Date: Sun, 23 Dec 2012 00:21:25 +0100 Subject: //Monitoring -> //god/Monitoring --- god/Monitoring/collectd/collectd.conf | 37 ++++++++++++++++++++++ god/Monitoring/collectd/supervisor.d/collectd.conf | 3 ++ 2 files changed, 40 insertions(+) create mode 100644 god/Monitoring/collectd/collectd.conf create mode 100644 god/Monitoring/collectd/supervisor.d/collectd.conf (limited to 'god/Monitoring/collectd') diff --git a/god/Monitoring/collectd/collectd.conf b/god/Monitoring/collectd/collectd.conf new file mode 100644 index 00000000..8779f418 --- /dev/null +++ b/god/Monitoring/collectd/collectd.conf @@ -0,0 +1,37 @@ +Hostname "HOST1" +Interval 10 +LoadPlugin cpu +LoadPlugin df +LoadPlugin disk +LoadPlugin interface +LoadPlugin load +LoadPlugin memory +LoadPlugin swap +LoadPlugin users + + + Interface "eth0" + Interface "retiolum" + + + + Device "/dev/xvda1" + IgnoreSelected false + + + Disk "/xvda/" + IgnoreSelected false + + +LoadPlugin "write_graphite" + + + Host "no_omo.retiolum" + Port "2003" + Prefix "retiolum." + #Postfix "" + EscapeCharacter "_" + StoreRates false + AlwaysAppendDS false + + diff --git a/god/Monitoring/collectd/supervisor.d/collectd.conf b/god/Monitoring/collectd/supervisor.d/collectd.conf new file mode 100644 index 00000000..a6334d70 --- /dev/null +++ b/god/Monitoring/collectd/supervisor.d/collectd.conf @@ -0,0 +1,3 @@ +[program:collectd] +command=collectd -C /etc/collectd.conf -f +autorestart=true -- cgit v1.2.3