Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: memcachec plugin
Type: read
Callbacks: config, init, read, shutdown
Status: supported
FirstVersion: 4.7
Copyright: 2009 Doug MacEachern, 2006–2009 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

The memcachec plugin connects to a memcached server, queries one or more given pages and parses the returned data according to user specification. The matches used are similar to the matches used in the cURL and Tail plugins.

Synopsis

 <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>

Example graph

None yet. Add one now!

Dependencies

See also

Clone this wiki locally