1、cannot connect to [[172.16.2.225]:10050]: [113] No route to host
这种一般是网络连接问题
排查:在server上telnet 172.16.2.225 10050,是同样的报错,查看是否关闭iptables和selinux
2、zabbix server is not running: the information displayed may not be current.
排查:编辑zabbix.conf.php文件,把$ZBX_SERVER的原来的值localhost改为本机的IP地址。
vim /etc/zabbix/web/zabbix.conf.php
$ZBX_SERVER = ‘172.16.2.116‘;
3、no active checks on server [172.16.2.116:10051]: host [slave2] not found