zabbix错误总结:ZBX_NOTSUPPORTED: Unsupported item key.

大家在使用Zabbix的时候往往会自定义Item。但是经常会遇到自定义的Item动不动就Not Supported了。其实原因很简单。Zabbix Agent默认

的超时时间是3秒。往往我们自定义的Item由于各种原因返回时间会比较长。所以建议统一修改一个适合自己实际的值。

vim /etc/zabbix/zabbix_agent.conf

#Range: 1-30

Timeout=8

修改完毕后重启zabbix-agent

/etc/init.d/zabbix-agent restart

zabbix错误总结:ZBX_NOTSUPPORTED: Unsupported item key.

本文出自 “写个博客骗钱” 博客,请务必保留此出处http://dadonggg.blog.51cto.com/12672150/1953092

相关文章:

  • 2021-05-06
  • 2021-08-29
  • 2022-12-23
  • 2021-09-27
  • 2021-09-04
  • 2021-09-18
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-09-22
相关资源
相似解决方案