summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 522c9cb)
raw | patch | inline | side by side (parent: 522c9cb)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 11 May 2009 09:39:00 +0000 (11:39 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 11 May 2009 09:39:00 +0000 (11:39 +0200) |
... copied from the manpage.
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 6c5bc1ebddb1c43c8c7a32335f105a4efe2791b6..4cbaca8ef9c9c4262d5bff937ed3888c5ee7fb94 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# Port "411"
#</Plugin>
+#<Plugin memcachec>
+# <Page "plugin_instance">
+# Server "localhost"
+# Key "page_key"
+# <Match>
+# Regex "(\\d+) bytes sent"
+# DSType CounterAdd
+# Type "ipt_octets"
+# Instance "type_instance"
+# </Match>
+# </Page>
+#</Plugin>
+
#<Plugin memcached>
# Host "127.0.0.1"
# Port "11211"