As shown in title, when Zabbix_server uses Zabbix_get to get the data for a custom "userparameter" script, there is an error message shown in title
[Email protected] scripts]#/usr/local/zabbix/bin/zabbix_get-s 127.0.0.1-k 8080connectNum
Zbx_notsupported:timeout while executing a shell script.
Solution Solutions
(1) Modify Zabbix_server's zabbix_server.conf:
[Email protected] scripts]# vim/usr/local/zabbix/etc/zabbix_server.conf
Modify the following parameters:
Timeout=30
Note: The timeout time is 30 seconds
(2) Modify the zabbix_agentd.conf of the ZABBIX_AGENTD where the script resides:
[Email protected] scripts]# vim/usr/local/zabbix/etc/zabbix_server.conf
Modify the following parameters:
Timeout=30
(3) Restart the Zabbix server and the client where the script is located:
[[email protected] scripts]# service zabbix_server restart
[[email protected] scripts]# service zabbix_agentd restart
This article is from "Zifangsky's personal blog" blog, make sure to keep this source http://983836259.blog.51cto.com/7311475/1862594
Resolve Zabbix "zbx_notsupported:timeout while executing a shell script" error