diff options
author | EUcancER <root@euer.krebsco.de> | 2012-10-05 10:46:47 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-10-05 10:46:47 +0200 |
commit | c5fcba52713424c1653b802b4090bb182782362d (patch) | |
tree | 1cce378e27e4a5672672185f5c93ee2a25a1c224 /Monitoring/collectd/collectd.conf | |
parent | 07939d80687399a8ad2fff0242b708013018cc14 (diff) | |
parent | 6c89839b7fc344608e61c8916ac9d9925fa98d14 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Monitoring/collectd/collectd.conf')
-rw-r--r-- | Monitoring/collectd/collectd.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Monitoring/collectd/collectd.conf b/Monitoring/collectd/collectd.conf new file mode 100644 index 00000000..8779f418 --- /dev/null +++ b/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 + +<Plugin interface> + Interface "eth0" + Interface "retiolum" +</Plugin> + +<Plugin df> + Device "/dev/xvda1" + IgnoreSelected false +</Plugin> +<Plugin disk> + Disk "/xvda/" + IgnoreSelected false +</Plugin> + +LoadPlugin "write_graphite" +<Plugin "write_graphite"> + <Carbon> + Host "no_omo.retiolum" + Port "2003" + Prefix "retiolum." + #Postfix "" + EscapeCharacter "_" + StoreRates false + AlwaysAppendDS false + </Carbon> +</Plugin> |