summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a8242d)
raw | patch | inline | side by side (parent: 4a8242d)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 17:10:12 +0000 (19:10 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 17:10:12 +0000 (19:10 +0200) |
debian/collectd.conf | patch | blob | history | |
debian/filters.conf | patch | blob | history | |
debian/thresholds.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index b5fc462a6ac48126122eb2b6e19cbda81851e0f0..9f1a918f851cfd3f4ee14e1e79a2b41ca53d38f8 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LogLevel info
</Plugin>
+#LoadPlugin amqp
#LoadPlugin apache
#LoadPlugin apcups
#LoadPlugin ascent
#LoadPlugin uptime
LoadPlugin users
#LoadPlugin uuid
+#LoadPlugin varnish
#LoadPlugin vmem
#LoadPlugin vserver
#LoadPlugin wireless
#LoadPlugin write_http
+#<Plugin amqp>
+# <Publish "name">
+# Host "localhost"
+# Port "5672"
+# VHost "/"
+# User "guest"
+# Password "guest"
+# Exchange "amq.fanout"
+# RoutingKey "collectd"
+# Persistent false
+# StoreRates false
+# </Publish>
+#</Plugin>
+
#<Plugin apache>
# <Instance "foo">
# URL "http://localhost/server-status?auto"
#<Plugin hddtemp>
# Host "127.0.0.1"
# Port 7634
-# TranslateDevicename false
#</Plugin>
#<Plugin interface>
# InterfaceDevice "name:device"
# IgnoreSelected false
# HostnameFormat name
+# InterfaceFormat name
#</Plugin>
#<Plugin madwifi>
# SocketFile "/var/run/collectd-unixsock"
# SocketGroup "collectd"
# SocketPerms "0660"
+# DeleteSocket false
#</Plugin>
#<Plugin uuid>
# UUIDFile "/etc/uuid"
#</Plugin>
+#<Plugin varnish>
+# <Instance>
+# CollectCache true
+# CollectBackend true
+# CollectConnections true
+# CollectSHM true
+# CollectESI false
+# CollectFetch false
+# CollectHCB false
+# CollectSMA false
+# CollectSMS false
+# CollectSM false
+# CollectTotals false
+# CollectWorkers false
+# </Instance>
+#
+# <Instance "myinstance">
+# CollectCache true
+# </Instance>
+#</Plugin>
+
#<Plugin vmem>
# Verbose false
#</Plugin>
diff --git a/debian/filters.conf b/debian/filters.conf
index 1304b6ff0c375560e3423461ca2e12e462ca133d..5dbf89003be9aebd196cb75cbc6c8f89fef05ac6 100644 (file)
--- a/debian/filters.conf
+++ b/debian/filters.conf
#LoadPlugin target_replace
#LoadPlugin target_scale
#LoadPlugin target_set
+#LoadPlugin target_v5upgrade
#<Chain "PreCache">
# <Rule "no_fqdn">
# </Rule>
#</Chain>
+# Default behavior:
#<Chain "PostCache">
# Target "write"
#</Chain>
diff --git a/debian/thresholds.conf b/debian/thresholds.conf
index c28bbe2468b89662fdfacaf2a65ba1990890f533..53c62beebcc97c8103272212aff533e4e5c742ce 100644 (file)
--- a/debian/thresholds.conf
+++ b/debian/thresholds.conf
#
# See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) for details.
-#<Threshold>
+#LoadPlugin "threshold"
+#<Plugin "threshold">
# <Type "counter">
# WarningMin 0.00
# WarningMax 1000.00
# Instance "some_instance"
# </Type>
#
-# <Type "df">
-# WarningMax 90
-# Percentage true
-# </Type>
-#
# <Type "load">
# DataSource "midterm"
# WarningMax 1
# </Type>
# </Plugin>
# </Host>
-#</Threshold>
+#</Plugin>