zabbix_agentd.log
錯誤一
no active checks on server [*.*.*.*:10051]: host [*] not found
出現該錯誤的原因是一般是zabbix_agentd.conf里面的Hostname和前端zabbix web(Monitoring->Configuration->Hosts 頁面的Name)里面的配置不一樣所造成的
解決
在zabbix web頁面Monitoring->Configuration->Hosts 頁面更改Host name和zabbix_agentd.conf里面的Hostname一樣。
錯誤二
activecheck configuration update from [127.0.0.1:10051] started to fail (cannotconnect to [[127.0.0.1]:10051]: [111] Connection refused)
解決:
上面標注的地方有報錯,我們可以編輯etc/zabbix/zabbix_agentd.conf 注釋掉#ServerActive=127.0.0.1並且重啟zabbix agent即可。