Hello everyone
I'm working with Zabbix for a while, but I have some troubles when I need triggers.
I need to set a trigger that verify if the item value is greater than 0 during the dawn, at 2 a.m to 7 a.m.
I've tried this trigger with the Zabbix documentation help: {HOSTNAME:itemname.last()}>0 and {HOSTNAME:itemname.last().time()}>020000 and {HOSTNAME:itemname.last().time()}<070000
But it's not working, it's invalid, I'm doing something wrong...
Help!
I'm working with Zabbix for a while, but I have some troubles when I need triggers.
I need to set a trigger that verify if the item value is greater than 0 during the dawn, at 2 a.m to 7 a.m.
I've tried this trigger with the Zabbix documentation help: {HOSTNAME:itemname.last()}>0 and {HOSTNAME:itemname.last().time()}>020000 and {HOSTNAME:itemname.last().time()}<070000
But it's not working, it's invalid, I'm doing something wrong...
Help!
Comment