From dd8742254f3aa8fe90d49136bfe1c50558010072 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 2 Sep 2012 12:58:30 +0200 Subject: [PATCH] collectd.conf(5): Document the memcached plugin. The Instance blocks and Socket option were missing. --- src/collectd.conf.pod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 5eb3af47..492071f4 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1964,6 +1964,17 @@ The C connects to a memcached server and queries statistics about cache utilization, memory and bandwidth used. L + + + Host "memcache.example.com" + Port 11211 + + + +The plugin configuration consists of one or more B blocks which +specify one I connection each. Within the B blocks, the +following options are allowed: + =over 4 =item B I @@ -1974,6 +1985,11 @@ Hostname to connect to. Defaults to B<127.0.0.1>. TCP-Port to connect to. Defaults to B<11211>. +=item B I + +Connect to I using the UNIX domain socket at I. If this +setting is given, the B and B settings are ignored. + =back =head2 Plugin C -- 2.30.2