collectd.conf: Added a sample config for the memcachec plugin.
authorSebastian Harl <sh@tokkee.org>
Mon, 11 May 2009 09:39:00 +0000 (11:39 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 11 May 2009 09:39:00 +0000 (11:39 +0200)
... copied from the manpage.

src/collectd.conf.in

index 6c5bc1e..4cbaca8 100644 (file)
@@ -317,6 +317,19 @@ FQDNLookup   true
 #      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"