collectd.conf(5): Documented the new memcached plugin.
authorFlorian Forster <octo@noris.net>
Tue, 23 Oct 2007 15:05:55 +0000 (17:05 +0200)
committerFlorian Forster <octo@noris.net>
Tue, 23 Oct 2007 15:05:55 +0000 (17:05 +0200)
README
src/collectd.conf.pod

diff --git a/README b/README
index 9c1faac..f34555c 100644 (file)
--- a/README
+++ b/README
@@ -84,6 +84,10 @@ Features
       Motherboard sensors: temperature, fanspeed and voltage information,
       using mbmon(1).
 
+    - memcached
+      Statistics of the memcached distributed caching system.
+      <http://www.danga.com/memcached/>
+
     - memory
       Memory utilization: Memory occupied by running processes, page cache,
       buffer cache and free.
index 2f4accc..ddf90f3 100644 (file)
@@ -398,6 +398,24 @@ TCP-Port to connect to. Defaults to B<411>.
 
 =back
 
+=head2 Plugin C<memcached>
+
+The C<memcached plugin> connects to a memcached server and queries statistics
+about cache utilization, memory and bandwidth used.
+L<http://www.danga.com/memcached/>
+
+=over 4
+
+=item B<Host> I<Hostname>
+
+Hostname to connect to. Defaults to B<127.0.0.1>.
+
+=item B<Port> I<Port>
+
+TCP-Port to connect to. Defaults to B<11211>.
+
+=back
+
 =head2 Plugin C<mysql>
 
 The C<mysql plugin> requires B<mysqlclient> to be installed. It connects to the