zabbix报错整理

Posted fanren224

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zabbix报错整理相关的知识,希望对你有一定的参考价值。

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报错整理的主要内容,如果未能解决你的问题,请参考以下文章

Zabbix调优不完全指南(https://www.jianshu.com/p/2d911d55448f)

集群报错整理

Fluentd报错整理-以及部分报错处理方法

rhel7报错整理

常见问题6:控制台报错整理——报错

Eslint报错整理与解决方法(持续整理)