I have a trigger setup for an item that is received through zabbix_sender. The sender sends the item every 6 hours.
I created a simple trigger for if the last(0) value of the item is >0 to trigger. It worked as expected to trigger a problem. But then the trigger changes to 'UNKNOWN' and the status is grey in the overview.
I use the overview on a screen to easily see a list of hosts and which triggers might be having an issue at a glance. I was under the impression the trigger would stay in PROBLEM state until the next received value was 0.
How can this be achieved?
I created a simple trigger for if the last(0) value of the item is >0 to trigger. It worked as expected to trigger a problem. But then the trigger changes to 'UNKNOWN' and the status is grey in the overview.
I use the overview on a screen to easily see a list of hosts and which triggers might be having an issue at a glance. I was under the impression the trigger would stay in PROBLEM state until the next received value was 0.
How can this be achieved?
Comment