Is there such a concept in zabbix as a 're-check interval'? What I mean is this. You set up a zabbix check to take place once every 10 minutes. You don't want zabbix to trigger a notification on the very first failed check. Instead, you want zabbix to re-run the check a set number of retries, at a much shorter interval than the default 10 minutes interval; let's say, three retries, one every 60 seconds. If after the three re-checks, the service still returns a non-OK status, then by all means, trigger the notification alarms. The way checks work right now, if I understand them correctly is, If the check returns a non-OK status, zabbix will wait the length of the default interval to run the check again. I've used the .count(), .max(), and .avg() functions. But all of them seem to be dependent on the length of the default interval.
Looking forward to any replies that offer any help on this.
Thanks;
Al.
Looking forward to any replies that offer any help on this.
Thanks;
Al.
Comment