1. 程式人生 > >zabbix報錯整理

zabbix報錯整理

host server linux log etc 網絡連接 iptable div AC

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

zabbix報錯整理