Network capacities are going over 4Gbps limit which is the maximum speed of ifSpeed OID (Gauge32). Beyond 2**32-2 you need to use ifHighSpeed OID times 10^6.
No theoretical problem there to query different variables.
My problem is that I want to query it to single key and I'd prefer without external script like if.speed (or my own perl version similar to it).
I tried making to discoveries with filter of max 32-bit gauge and reverse of it. So in theory only one discovery would match and after discovery only one item prototype gets created, one with ifspeed and another one with ifhighspeed.
The problem is that Zabbix GUI does not allow me to save 100% item prototype key inside same template. I need to have it on same template so that I can use it to calculations like:
- percentile speed relative to ifspeed/ifhighspeed
- triggers of inbound/outbound speed relative to ifspeed/ifhighspeed
- etc
Have you found any way to go around this limitation? I want to have ifspeed in single item key for multiple trigger expressions and calculated items. Otherwise I need to clone whole template SNMP Interfaces which sounds quite "stupid".
No theoretical problem there to query different variables.
My problem is that I want to query it to single key and I'd prefer without external script like if.speed (or my own perl version similar to it).
I tried making to discoveries with filter of max 32-bit gauge and reverse of it. So in theory only one discovery would match and after discovery only one item prototype gets created, one with ifspeed and another one with ifhighspeed.
The problem is that Zabbix GUI does not allow me to save 100% item prototype key inside same template. I need to have it on same template so that I can use it to calculations like:
- percentile speed relative to ifspeed/ifhighspeed
- triggers of inbound/outbound speed relative to ifspeed/ifhighspeed
- etc
Have you found any way to go around this limitation? I want to have ifspeed in single item key for multiple trigger expressions and calculated items. Otherwise I need to clone whole template SNMP Interfaces which sounds quite "stupid".
Comment