Hello,
Recently upgraded Zabbix to 3.4.1. and now I am trying to setup a trigger that will send an e-mail.
The trigger need to go off if something happens overnight between 22:00 and 06:00
The triggers i tried:
{host:key.last(0)}>0 and
{host:key.time(0)}<060000 and
{host:key.time(0)}>230000
The trigger send no e-mail
{host:key.last(0)}>0 and
{host:key.time(0)}>230000 and
{host:key.time(0)}<060000
The trigger send no e-mail
{host:key.last(0)}>0 and
{host:key.time(0)}<060000 or
{host:key.time(0)}>230000
The trigger send an e-mail, but it's send an e-mail always, whether is true of not
Why is it not working? Any suggestions?
Recently upgraded Zabbix to 3.4.1. and now I am trying to setup a trigger that will send an e-mail.
The trigger need to go off if something happens overnight between 22:00 and 06:00
The triggers i tried:
{host:key.last(0)}>0 and
{host:key.time(0)}<060000 and
{host:key.time(0)}>230000
The trigger send no e-mail
{host:key.last(0)}>0 and
{host:key.time(0)}>230000 and
{host:key.time(0)}<060000
The trigger send no e-mail
{host:key.last(0)}>0 and
{host:key.time(0)}<060000 or
{host:key.time(0)}>230000
The trigger send an e-mail, but it's send an e-mail always, whether is true of not
Why is it not working? Any suggestions?