Learn how to send memcached data collected by collectd to Wavefront.
memcached is a popular memory object cache system. See [collectd memcached plugin documentation] (https://collectd.org/wiki/index.php/Plugin:memcached).
Wavefront supports a built-in integration that gets data from memcached using Telegraf. If you want to use collectd instead, follow the instructions on this page.
Installation
- On your collectd host, copy the config below into
/etc/collectd/managed_config/
. - Edit the settings in the file for your memcached server.
- Restart collectd.
Example collectd Configuration
<Plugin "memcached">
Host "127.0.0.1"
Port "11211"
</Plugin>