hi
i had ran a script successfully from zabbix 1.4.2
when host is healthy it will return value >0
ELSE
-1
problem: when running script from SSH zabbix server and when system is healthy, the value (>0) will be returned instantly
BUT
if system is unhealthy, the value '-1' tends to return after 15-20 sec. Therefore zabbix_server.log shows timeout has occurs on reading the ITEM value from this script.
Question: how can i INCREASE the external scripts WAIT time so that it will NOT timeout while waiting for a (-ve) value in my case ?
cheer
i had ran a script successfully from zabbix 1.4.2
when host is healthy it will return value >0
ELSE
-1
problem: when running script from SSH zabbix server and when system is healthy, the value (>0) will be returned instantly
BUT
if system is unhealthy, the value '-1' tends to return after 15-20 sec. Therefore zabbix_server.log shows timeout has occurs on reading the ITEM value from this script.
Question: how can i INCREASE the external scripts WAIT time so that it will NOT timeout while waiting for a (-ve) value in my case ?
cheer

Comment