summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ca6add)
raw | patch | inline | side by side (parent: 7ca6add)
author | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 11:55:08 +0000 (12:55 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 11:55:08 +0000 (12:55 +0100) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 74770533ff16cd056a8311df3c48489c2e858e61..72105212d2997bafacc46822d922d8ec81f9d664 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LogLevel info
</Plugin>
+#LoadPlugin aggregation
#LoadPlugin amqp
#LoadPlugin apache
#LoadPlugin apcups
#LoadPlugin write_http
#LoadPlugin write_mongodb
+#<Plugin "aggregation">
+# <Aggregation>
+# #Host "unspecified"
+# Plugin "cpu"
+# #PluginInstance "unspecified"
+# Type "cpu"
+# #TypeInstance "unspecified"
+#
+# GroupBy "Host"
+# GroupBy "TypeInstance"
+#
+# CalculateNum false
+# CalculateSum false
+# CalculateAverage true
+# CalculateMinimum false
+# CalculateMaximum false
+# CalculateStddev false
+# </Aggregation>
+#</Plugin>
+
#<Plugin amqp>
# <Publish "name">
# Host "localhost"
#</Plugin>
#<Plugin memcached>
-# Socket "/var/run/memcached.sock"
+# <Instance "local">
+# Socket "/var/run/memcached.sock"
# or:
-# Host "127.0.0.1"
-# Port "11211"
+# Host "127.0.0.1"
+# Port "11211"
+# </Instance>
#</Plugin>
#<Plugin mysql>
# Host "localhost"
# Port 123
# ReverseLookups false
+# IncludeUnitID true
#</Plugin>
#<Plugin nut>
#<Plugin swap>
# ReportByDevice false
+# ReportBytes true
#</Plugin>
#<Plugin table>