Hi,
I have an zabbix trapper Item (from type character) which gets alters from an log analytics system. Every new value should fire the trigger.
At the moment my trigger looks like this: {logsrv01:log.alert.diff(0)}=1&{logsrv01:log.alert .nodata(30)}=0
The Problem on this trigger is, it fires only one times in 30 Seconds. But I can get multpile new items in a view seconds and every new item should fire this trigger so that I get multiple actions.
Anybody an idee to build the trigger expression?
I have an zabbix trapper Item (from type character) which gets alters from an log analytics system. Every new value should fire the trigger.
At the moment my trigger looks like this: {logsrv01:log.alert.diff(0)}=1&{logsrv01:log.alert .nodata(30)}=0
The Problem on this trigger is, it fires only one times in 30 Seconds. But I can get multpile new items in a view seconds and every new item should fire this trigger so that I get multiple actions.
Anybody an idee to build the trigger expression?
Comment