Hello All,
I have a Zabbix item that checks the status of a database trigger. The Zabbix agent runs a script that outputs the status of the trigger. The value is then forwarded to the Zabbix server.
Here is a screenshot of the Zabbix Agent Item:

Here is a screenshot of the Zabbix Trigger for the item above

The idea here is simple. I only want to be alerted when the value is less than 1 for a period of 10 minutes. Right now, the trigger is firing whenever the value is less than one (regardless of how long it has been).
Is there something obvious here that I am not looking at? I have plenty of other triggers that use the min function along with a period of time. Why is this trigger firing when it shouldn't be?
Here are some additional screenshots to help:
Latest Data Showing the Trigger being less than one for less than 10 minutes.

Event Screenshot:

Any assistance would be appreciated.
Thanks
I have a Zabbix item that checks the status of a database trigger. The Zabbix agent runs a script that outputs the status of the trigger. The value is then forwarded to the Zabbix server.
Here is a screenshot of the Zabbix Agent Item:
Here is a screenshot of the Zabbix Trigger for the item above
The idea here is simple. I only want to be alerted when the value is less than 1 for a period of 10 minutes. Right now, the trigger is firing whenever the value is less than one (regardless of how long it has been).
Is there something obvious here that I am not looking at? I have plenty of other triggers that use the min function along with a period of time. Why is this trigger firing when it shouldn't be?
Here are some additional screenshots to help:
Latest Data Showing the Trigger being less than one for less than 10 minutes.
Event Screenshot:
Any assistance would be appreciated.
Thanks
Comment