Could you give some more information on Timeout value for server and/or agentd operations ?
In zabbix_server.conf we get:
# Specifies how long we wait for agent (in sec)
# Must be between 1 and 30
Timeout=3
What happens if i set to 10 seconds, does it affect all operations or just the slow responding agent ? I use to check special dynamic web pages via local (server) agent and sometime they can be slow but always interesting to me.
The agent is on the server itself and checks an URL passed via the parameter [], the agentd itself has the timeout to a maximum of 10 seconds. Is this affecting the single request or the agent.
Thank you for your time.
In zabbix_server.conf we get:
# Specifies how long we wait for agent (in sec)
# Must be between 1 and 30
Timeout=3
What happens if i set to 10 seconds, does it affect all operations or just the slow responding agent ? I use to check special dynamic web pages via local (server) agent and sometime they can be slow but always interesting to me.
The agent is on the server itself and checks an URL passed via the parameter [], the agentd itself has the timeout to a maximum of 10 seconds. Is this affecting the single request or the agent.
Thank you for your time.
Comment