Hello,
I'm currently using two types of simple checks, icmpping and http,80.
What I want is:
- If the server doesn't answer, try to get a answer for the next 3 to 6 minutes with a 30sec interval. At the end of the 3 to 6 minutes if the server didn't answer, then send the email.
I'm currently using this on zabbix_server.conf:
# After how many seconds of unreachability treat a host as unavailable
UnreachablePeriod=380
# How ofter check host for availability during the unreachability period
UnreachableDelay=30
# How ofter check host for availability during the unavailability period
UnavailableDelay=30
But it is not working I guess, or I need to configure in another way my triggers, because when the server is unavailable, zabbix immediately sends the email alert.
Can anyone help me?
Thanks very much
I'm currently using two types of simple checks, icmpping and http,80.
What I want is:
- If the server doesn't answer, try to get a answer for the next 3 to 6 minutes with a 30sec interval. At the end of the 3 to 6 minutes if the server didn't answer, then send the email.
I'm currently using this on zabbix_server.conf:
# After how many seconds of unreachability treat a host as unavailable
UnreachablePeriod=380
# How ofter check host for availability during the unreachability period
UnreachableDelay=30
# How ofter check host for availability during the unavailability period
UnavailableDelay=30
But it is not working I guess, or I need to configure in another way my triggers, because when the server is unavailable, zabbix immediately sends the email alert.
Can anyone help me?
Thanks very much
Comment