Hello.
I want to create an aggregate item depending on SNMP LLD items.
Is it possible?
Target: I have snmp lld item: ifOut.Errors on 4 switches (24 ports each) and 2 blades (11 ports each). I would like to create an item that will collect values from thoes LLD items. Then I could create a nice graph (with other infos like que and discards).
Problem: in the aggregate item key I have to point the item key and as you know the item key is different for all ports.
Question: is there any kind of way to point only a part of the item key?
For ex: ifOut.Errors* or ifOut.Errors[] ???
P.S. I can't use calculated items.
Why? Firstly I would had to add by hand all items (=number of ports) (the same reason as you see above, there is no automative way to add items from lld).
Secondly when I created all the calculated items that I needed (in/out: errors, discards, que) for the equipment I mentioned above, I killed zabbix server
the CPU and memmory util was too high so I had to disable those calculated items.
I want to create an aggregate item depending on SNMP LLD items.
Is it possible?
Target: I have snmp lld item: ifOut.Errors on 4 switches (24 ports each) and 2 blades (11 ports each). I would like to create an item that will collect values from thoes LLD items. Then I could create a nice graph (with other infos like que and discards).
Problem: in the aggregate item key I have to point the item key and as you know the item key is different for all ports.
Question: is there any kind of way to point only a part of the item key?
For ex: ifOut.Errors* or ifOut.Errors[] ???
P.S. I can't use calculated items.
Why? Firstly I would had to add by hand all items (=number of ports) (the same reason as you see above, there is no automative way to add items from lld).
Secondly when I created all the calculated items that I needed (in/out: errors, discards, que) for the equipment I mentioned above, I killed zabbix server
the CPU and memmory util was too high so I had to disable those calculated items.
Comment