Memcached Plugin

This plugin monitors the Memcached service.

Dependencies

The plugin requires the memcached module for Python. To install this module, run the pip install python-memcached command.

Configure the plugin

To enable the plugin, edit the /etc/agent360.ini file and add the following lines:

[memcached]
   enabled=yes
   host=127.0.0.1
   port=11211

Replace the values for host and port with the IP address and port number for memcached on your server.

Test the plugin

To test this plugin, run the sudo -u agent360 agent360 test memcached command.

Now you can restart the agent with the service agent360 restart command.