summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 690cb1e)
raw | patch | inline | side by side (parent: 690cb1e)
author | Jérôme Renard <jerome.renard@gmail.com> | |
Sat, 5 Jun 2010 14:06:50 +0000 (16:06 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 7 Jun 2010 12:40:47 +0000 (14:40 +0200) |
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index b04eb28c0b629f8f4565452ba90dc931d5d4c216..b8d8b8d7cc701aa3b2103dcc4003856c9344b9a2 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin varnish>
+# Will monitor :
+# - cache hits
+# - cache misses
+# - cache hits for pass
# MonitorCache yes
+#
+# Will monitor :
+# - client connections accepted
+# - connection dropped
+# - client requests received
# MonitorConnections yes
+#
+# Will monitor:
+# - Objects ESI parsed
+# - ESI parse errors
# MonitorESI yes
+#
+# Will monitor:
+# - backend connection : success
+# - backend connection : not attempted
+# - backend connection : too many
+# - backend connection : failures
+# - backend connection : reuses
+# - backend connection : was closed
+# - backend connection : recycles
+# - backend connection : unused
# MonitorBackend yes
+#
+# Will monitor:
+# - fetch head
+# - fetch with Length
+# - fetch chunked
+# - fetch EOF
+# - fetch had bad headers
+# - fetch wanted close
+# - fetch pre HTTP/1.1 closed
+# - fetch zero length
+# - fetch failed
# MonitorFetch yes
+#
+# Will monitor:
+# - HCB lookups without lock
+# - HCB lookups with lock
+# - HCB inserts
# MonitorHCB yes
+#
+# Will monitor:
+# - SHM records
+# - SHM writes
+# - SHM flushes due to overflow
+# - SHM MTX contention
+# - SHM cycles through buffer
# MonitorSHM yes
#</Plugin>