Hello
In Zabbix 5.0.6. I have a Template which uses LLD and a single item-prototype to discover several items on some hosts, which works so far. Now I would like to create one trigger per host which evaluates multiple of these lld items like this:
Trigger if ( last(ItemA) - last(ItemB) + last(ItemC) + last(ItemD) ) > XY
Because the Items have always different SNMP oids I need to discover these Items by LLD. But with LLD I only can create triggers inside the LLD and thus only on a single item. On Template/Host level it is not possible to create a trigger on non existant not yet discoverd items.
Is it possible in to do this in Zabbix? I did not find any answer or working way to realize this, but found several people asking the same question.
Thanks!
In Zabbix 5.0.6. I have a Template which uses LLD and a single item-prototype to discover several items on some hosts, which works so far. Now I would like to create one trigger per host which evaluates multiple of these lld items like this:
Trigger if ( last(ItemA) - last(ItemB) + last(ItemC) + last(ItemD) ) > XY
Because the Items have always different SNMP oids I need to discover these Items by LLD. But with LLD I only can create triggers inside the LLD and thus only on a single item. On Template/Host level it is not possible to create a trigger on non existant not yet discoverd items.
Is it possible in to do this in Zabbix? I did not find any answer or working way to realize this, but found several people asking the same question.
Thanks!
Comment