Hi,
I have some AIX agents where I need to increase the timeout for UserParameters. These connect to a DB2 database to perform a simple query to check if the database is alive, but the "db2" command line client always takes a few seconds to establish the connection (although the rest is quite fast) and the script is killed by the agent.
I've tried to set "Timeout=10" in "zabbix_agentd.conf", but this seems to do nothing.
Am I missing something here? I'm fairly new to Zabbix...
(These are all configured as active checks, BTW.)
I have some AIX agents where I need to increase the timeout for UserParameters. These connect to a DB2 database to perform a simple query to check if the database is alive, but the "db2" command line client always takes a few seconds to establish the connection (although the rest is quite fast) and the script is killed by the agent.
I've tried to set "Timeout=10" in "zabbix_agentd.conf", but this seems to do nothing.
Am I missing something here? I'm fairly new to Zabbix...
(These are all configured as active checks, BTW.)
Comment