If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Ad Widget
Collapse
increasing the timeout value beyond 30 seconds in zabbix_server.conf
I have decided to output the value ( 0 for success and 1 for failure ) to a file and then configure the item and trigger which reads the value from the file.
However the trigger is always getting a value of 0 even though the file contains 1
Here is the perl code: ( even though i am taking the input from user for $host, I am not using that for processing in the code ),
You can increase timeout over 30 sec by changing “Timeout” in source file src/zabbix_server/server.c and
recompiling Zabbix server - follow this step by step tutorial https://bestmonitoringtools.com/incr...rver-or-agent/
Comment