I have an ASR920 which uses:
entity-MIB::entPhysicalDescr
to label ALL sensors I want to monitor.
It stores the values in:
entity-sensor-mib::entPhySensorValue
I have a simple discover rule which creates an item:
"sensor value: {#SNMPVALUE}" - where SNMPVALUE is the entPhysicalDesc i.e "PEM Iout" or "subslot 0/0 transceiver 1 Tx Power Sensor"
and the value is the entPhySensorValue
The issue here is that there are all kinds of sensors here, so they need different units and different scales (multiplication) applied.
I have 'overcome' this before by having a multitude of discovery rules walking the same entity tables over and over again with different filters, this seems horrendously inefficient.
Can anyone offer any suggestions on how to streamline this process?
entity-MIB::entPhysicalDescr
to label ALL sensors I want to monitor.
It stores the values in:
entity-sensor-mib::entPhySensorValue
I have a simple discover rule which creates an item:
"sensor value: {#SNMPVALUE}" - where SNMPVALUE is the entPhysicalDesc i.e "PEM Iout" or "subslot 0/0 transceiver 1 Tx Power Sensor"
and the value is the entPhySensorValue
The issue here is that there are all kinds of sensors here, so they need different units and different scales (multiplication) applied.
I have 'overcome' this before by having a multitude of discovery rules walking the same entity tables over and over again with different filters, this seems horrendously inefficient.
Can anyone offer any suggestions on how to streamline this process?
Comment