Hi everyone,
I'm currently using Zabbix 4.4, and I'm trying to build a trigger expression around an item(OID) that returns either 0 or 1. I'm only interested in archiving the 1 value (currently using a regular expression and discarding the 0 value).
The problem I'm having is trying to create a trigger that resolves on its own, using only said Item.
I've tried the following trigger expressions:
{Host:test.last(5m)}=1 (If the OID returns 0 for over 5 minutes and the item has no data because I'm discarding everything diferent than 1, shouldn't this trigger autoresolve on its own? As it stands the problem doesn't autoresolve.)
{Host:test.last()}=1 and {Host:anothertest.last()}>1 (Using another item, resolves the trigger when the test Item is no longer receiving the value 1, but that's not what I need)
As of right now I have no clue on how I can create a trigger expression that auto resolves on its own, only using said item.
Thanks for reading.
I'm currently using Zabbix 4.4, and I'm trying to build a trigger expression around an item(OID) that returns either 0 or 1. I'm only interested in archiving the 1 value (currently using a regular expression and discarding the 0 value).
The problem I'm having is trying to create a trigger that resolves on its own, using only said Item.
I've tried the following trigger expressions:
{Host:test.last(5m)}=1 (If the OID returns 0 for over 5 minutes and the item has no data because I'm discarding everything diferent than 1, shouldn't this trigger autoresolve on its own? As it stands the problem doesn't autoresolve.)
{Host:test.last()}=1 and {Host:anothertest.last()}>1 (Using another item, resolves the trigger when the test Item is no longer receiving the value 1, but that's not what I need)
As of right now I have no clue on how I can create a trigger expression that auto resolves on its own, only using said item.
Thanks for reading.
Comment