Hello,
I have a little question.
I'm using Zabbix 6.0 on Debian 11.
i have a template that monitor my mail Q.
My values appear like this

values are then separated according to the spools. (incoming, filtering, outgoing)
I have triggers that activate when the number of mails in one of the Q exceeds 9.
But I would like to avoid false positives and say that the trigger only activates if the value is greater than 9 for 5 minutes
I tried with different trigger but it doesn't work as intended
For example with this trigger "count(/<template>,300)>=3" the trigger fired directly while my data is at 2 and only after 30 seconds.
Can someone Help me ?
Thank in advance
I have a little question.
I'm using Zabbix 6.0 on Debian 11.
i have a template that monitor my mail Q.
My values appear like this
values are then separated according to the spools. (incoming, filtering, outgoing)
I have triggers that activate when the number of mails in one of the Q exceeds 9.
But I would like to avoid false positives and say that the trigger only activates if the value is greater than 9 for 5 minutes
I tried with different trigger but it doesn't work as intended
For example with this trigger "count(/<template>,300)>=3" the trigger fired directly while my data is at 2 and only after 30 seconds.
Can someone Help me ?
Thank in advance
Comment