标签:zabbix not supported 自定义item 页面 出现 不支持
大家在使用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
本文出自 “智能化未来_XFICC” 博客,请务必保留此出处http://xficc.blog.51cto.com/1189288/1702337
Zabbix 自定义Item经常Not Supported解决,页面出现不支持
标签:zabbix not supported 自定义item 页面 出现 不支持
原文地址:http://xficc.blog.51cto.com/1189288/1702337