From 5c0fa3a926340546d1f3e807e6fb8a6feae52179 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 11 May 2009 11:39:00 +0200 Subject: [PATCH] collectd.conf: Added a sample config for the memcachec plugin. ... copied from the manpage. --- src/collectd.conf.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 6c5bc1eb..4cbaca8e 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -317,6 +317,19 @@ FQDNLookup true # Port "411" # +# +# +# Server "localhost" +# Key "page_key" +# +# Regex "(\\d+) bytes sent" +# DSType CounterAdd +# Type "ipt_octets" +# Instance "type_instance" +# +# +# + # # Host "127.0.0.1" # Port "11211" -- 2.11.0