hi all!
i want to create a trigger that does 3 attempts before sending an e-mail like in nagios.
for example i monitorize a service "x" and i want a trigger that makes first 3 attempts to check that this service is up, if after 3 checks the service is still down then i want zabbix to send me an email.
for example:
i want this trigger checked 3 times so if after 3 checks its still down then send me a mail
thanks!!
i want to create a trigger that does 3 attempts before sending an e-mail like in nagios.
for example i monitorize a service "x" and i want a trigger that makes first 3 attempts to check that this service is up, if after 3 checks the service is still down then i want zabbix to send me an email.
for example:
i want this trigger checked 3 times so if after 3 checks its still down then send me a mail
Code:
{fsystem:zext_nagios.sh[ssh {HOSTNAME}].max(10)}#0
Comment