Memcached
Memcached
This script allows you to monitor memcached stats
SNMP Extend
-
Copy the memcached script to
/etc/snmp/
on your remote server.wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/memcached -O /etc/snmp/memcached
-
Make the script executable:
chmod +x /etc/snmp/memcached
-
Edit your snmpd.conf file (usually
/etc/snmp/snmpd.conf
) and add:extend memcached /etc/snmp/memcached
-
Restart snmpd on your host
The application should be auto-discovered as described at the top of the page. If it is not, please follow the steps set out under
SNMP Extend
heading top of page.