Skip to content

Instantly share code, notes, and snippets.

@hroi
Last active January 11, 2017 11:41
Show Gist options
  • Save hroi/e5a5c038895f740d9ecd3da63a8320f1 to your computer and use it in GitHub Desktop.
Save hroi/e5a5c038895f740d9ecd3da63a8320f1 to your computer and use it in GitHub Desktop.
snmptable:
SNMP table: CISCO-ENTITY-SENSOR-MIB::entSensorThresholdTable
index entSensorThresholdSeverity entSensorThresholdRelation entSensorThresholdValue entSensorThresholdEvaluation entSensorThresholdNotificationEnable
1063.1 major greaterOrEqual 900 false false
1063.2 minor greaterOrEqual 850 false false
1063.3 minor lessOrEqual -50 false false
1063.4 major lessOrEqual -100 false false
SNMP table: CISCO-ENTITY-SENSOR-MIB::entSensorValueTable
index entSensorType entSensorScale entSensorPrecision entSensorValue entSensorStatus entSensorValueTimeStamp entSensorValueUpdateRate entSensorMeasuredEntity
1063 celsius units 1 263 ok 267:3:54:28.30 600 seconds ?
1064 voltsDC units 2 336 ok 267:3:54:28.30 600 seconds ?
1065 amperes milli 1 59 ok 267:3:54:28.30 600 seconds ?
1066 dBm units 1 -50 ok 267:3:54:28.30 600 seconds ?
1067 dBm units 1 -55 ok 267:3:54:28.30 600 seconds ?
2063 celsius units 1 234 ok 267:3:54:29.26 600 seconds ?
2064 voltsDC units 2 336 ok 267:3:54:29.26 600 seconds ?
2065 amperes milli 1 62 ok 267:3:54:29.26 600 seconds ?
2066 dBm units 1 -49 ok 267:3:54:29.26 600 seconds ?
2067 dBm units 1 -61 ok 267:3:54:29.26 600 seconds ?
Observium Sensor Properties page:
Index: 2063
MIB Type: cisco-entity-sensor
Class: temperature
Description: GigabitEthernet2/0/52 Module Temperature
Current: 23.3C
Min: 0 <-- wrong!
Min Warn:
Max Warn:
Max: 37.28 <-- wrong!
Custom limits: No
Reset limits: No
Alerts: Yes
debug log:
Discover sensor: temperature, nberswla04, .1.3.6.1.4.1.9.9.91.1.1.1.1.4.1063, 1063, cisco-entity-sensor, GigabitEthernet1/0/52 Module Temperature, SCALE: 0.1, LIMITS: (-10, -5, 85, 90), CURRENT: 26.5, snmp, 1063,
<....>
Discover sensor: temperature, nberswla04, .1.3.6.1.4.1.9.9.91.1.1.1.1.4.2063, 2063, cisco-entity-sensor, GigabitEthernet2/0/52 Module Temperature, SCALE: 0.1, LIMITS: (, , , ), CURRENT: 23.5, snmp, 2063,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment