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一样。

 

no active checks on server [*.*.*.*:10051]: host [*] not found

no active checks on server [*.*.*.*:10051]: host [*] not found

错误二

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即可。

相关文章:

  • 2021-07-23
  • 2021-08-16
  • 2022-12-23
  • 2021-09-08
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-12
  • 2021-11-24
  • 2022-03-04
  • 2021-08-27
  • 2021-10-17
  • 2022-12-23
  • 2021-04-22
相关资源
相似解决方案