vivia11 0797d0892f Fix sensors for cimc os (#8591)
* fix OIDs for temperature sensor and add test data

* Add current values to discover sensor and test data

* Redo test data

* Split up power/current/voltage sensors to individual files and remove json data

* Whitespace fix

* Fix temperature sensors - spelling mistakes

* Code changes to voltage/power/current sensors

* Go to yaml, add mibs and json
2018-05-11 22:23:37 -05:00

75 lines
3.3 KiB
YAML

mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB:CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB:CISCO-UNIFIED-COMPUTING-MEMORY-MIB
modules:
sensors:
current:
data:
-
oid: cucsComputeMbPowerStatsTable
value: cucsComputeMbPowerStatsInputCurrent
num_oid: .1.3.6.1.4.1.9.9.719.1.9.14.1.8.
descr: MB Input Current
index: 'mb-input-current'
voltage:
data:
-
oid: cucsComputeMbPowerStatsTable
value: cucsComputeMbPowerStatsInputVoltage
num_oid: .1.3.6.1.4.1.9.9.719.1.9.14.1.12.
descr: MB Input Voltage
index: 'mb-input-voltage'
power:
data:
-
oid: cucsComputeMbPowerStatsTable
value: cucsComputeMbPowerStatsConsumedPower
num_oid: .1.3.6.1.4.1.9.9.719.1.9.14.1.4.
descr: MB Input Power
index: 'mb-input-power'
temperature:
data:
-
oid: cucsComputeRackUnitMbTempStatsTable
value: cucsComputeRackUnitMbTempStatsAmbientTemp
num_oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.4.
descr: 'Rack Unit Ambient Temperature'
index: 'ambient.{{ $index }}'
-
oid: cucsComputeRackUnitMbTempStatsTable
value: cucsComputeRackUnitMbTempStatsIoh1Temp
num_oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.13.
descr: 'IO Hub 1 Temperature'
index: 'ioh1.{{ $index }}'
-
oid: cucsComputeRackUnitMbTempStatsTable
value: cucsComputeRackUnitMbTempStatsIoh2Temp
num_oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.17.
descr: 'IO Hub 2 Temperature'
index: 'ioh2.{{ $index }}'
-
oid: cucsComputeRackUnitMbTempStatsTable
value: cucsComputeRackUnitMbTempStatsFrontTemp
num_oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.8.
descr: 'Rack Unit Front Temperature'
index: 'front.{{ $index }}'
-
oid: cucsComputeRackUnitMbTempStatsTable
value: cucsComputeRackUnitMbTempStatsRearTemp
num_oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.21.
descr: 'Rack Unit Rear Temperature'
index: 'rear.{{ $index }}'
-
oid: cucsMemoryUnitEnvStatsTable
value: cucsMemoryUnitEnvStatsTemperature
num_oid: .1.3.6.1.4.1.9.9.719.1.30.12.1.6.
warn_limit: 40
descr: 'Memory {{ $index }} Temperature'
index: 'mem.{{ $index }}'
-
oid: cucsProcessorEnvStatsTable
value: cucsProcessorEnvStatsTemperature
num_oid: .1.3.6.1.4.1.9.9.719.1.41.2.1.10.
warn_limit: 40
descr: 'CPU {{ $index }} Temperature'
index: 'cpu.{{ $index }}'