Hey Zabbix users,
I'm trying to make a trigger based on e-mail queue volumes, but having trouble finding the proper recipe to do so.
I want the trigger to activate the the outbound queue is larger than 500 messages, for longer than 5 minutes.
For example:
{Template_Email:spampdx.message.count(300,0)}>500
Does not seem to work correctly. It will trigger if I use the basic If last value >500, but not this rule.
Can someone shed some light on the behavior of that trigger?
I'm trying to make a trigger based on e-mail queue volumes, but having trouble finding the proper recipe to do so.
I want the trigger to activate the the outbound queue is larger than 500 messages, for longer than 5 minutes.
For example:
{Template_Email:spampdx.message.count(300,0)}>500
Does not seem to work correctly. It will trigger if I use the basic If last value >500, but not this rule.
Can someone shed some light on the behavior of that trigger?
Comment