Memcached Plugins
Last modified: October 12, 2021
Overview
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:
|
|
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.