One, in the client
1. Add to/usr/loca/zabbix/conf/zabbix_agentd.conf
Userparameter=memcached_stats[*],(echo stats; sleep 1) | telnet 127.0.0.1 $2>&1 | awk '/stat $/{print $NF} 'Define the key command to determine Userparameter=mysql.status,netstat-ntupl|grep 3306 |grep mysql |wc |awk ' {print $} '///mysql status 2, heavy Kai Zabbix Agent Service
Second, the service side
1. Create a memcache template in the Zabbix Web interface
Select configuration in the Web-template Select the main cluster group.
2. Click on the template you just created, click Apply Set, create an app set,
3. Create monitoring items, monitor port11211, use their own key values, net.tcp.listen[11211]
4. Create a trigger:
Template attachment:
Http://pan.baidu.com/s/1mik9jMK
5. Add the appropriate host when the template is finished.
Zabbix monitor memcache status and other service processes