I want to disable the Zabbix trigger only between 01:00 - 05:00. It should be enabled after 05:00 until 01:00 again.
and time(...) > 050000 and time(...) < 010000
However, it doesn't seem to be working. I know about the Maintenance
function on Zabbix, but that is not an option.
What's wrong with above code or does anybody have a better idea?