# memcached-zabbix-template **Repository Path**: mirrors_a-schild/memcached-zabbix-template ## Basic Information - **Project Name**: memcached-zabbix-template - **Description**: New memcached monitoring template for zabbix - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README memcached-zabbix-template ========================= Description ----------- This is a minimal template to get info from your Memcached server from two possible places. Via zabbix-agentd in clients or via externalscripts in zabbix server. Choose your option. Monitoring information by now: * 'bytes' * 'cmd_get' * 'cmd_set' * 'curr_items' * 'curr_connections' * 'limit_maxbytes' * 'uptime' * 'get_hits' * 'get_misses' * 'evictions' And the calculated items (HIT)-ratio and usage in %: * 'ratio' * 'usage' Installation in the Zabbix Server --------------------------------- You should look for the external scripts directory in your Zabbix Server configuration file. In the CentOS 6.5 RPM Zabbix installation is: ``` /usr/lib/zabbix/externalscripts ``` Copy the python script there. A chmod/chown to get execution permission is necessary. Now, in your Zabbix frontend: Configuration-Templates section, Import bottom in the right side. Choose the XML file and import. Apply this new template to your Memcached servers. You don't need to modify the template if you are using the standard port to access to the Memcached (port 11211). If you need a different memcached port for the monitor, you will need to modify the {$MEMCACHEDRPORT} macro. It permits a fast configuration because of you can apply the same template to all your memcached servers without modification/installation in the agents. Of course, it can be to work in the agent/client side too. Triggers -------- There is a trigger to detect memcached port issues Environment ----------- * Zabbix 2.2.x Contributors ------------ * [Pascal Pflaum] (https://github.com/PascalPflaum) * [Tony Rogers] (https://github.com/teriyakichild) * [Zhujinhe](https://github.com/zhujinhe/) Screenshots ----------- ![Screenshot](img/memcached-zabbix.jpg)