Hello,
I'm on zabbix 5.4. I have an issue with a custom trigger I've configured. The item being checked returns nothing if everything is ok. If there is a problem, then it returns data. I'd like the trigger to go off only if there's been a problem for more than five minutes. I've the expression below, but it's still going off on a single check of the service.
min(bitlength(last(/Docker Swarm/docker.services-crit)),5m)>1
Obviously, I'm not doing something right. What should I change?
I'm on zabbix 5.4. I have an issue with a custom trigger I've configured. The item being checked returns nothing if everything is ok. If there is a problem, then it returns data. I'd like the trigger to go off only if there's been a problem for more than five minutes. I've the expression below, but it's still going off on a single check of the service.
min(bitlength(last(/Docker Swarm/docker.services-crit)),5m)>1
Obviously, I'm not doing something right. What should I change?
Comment