mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix edgeswitch numeric oids (#9138)
This commit is contained in:
committed by
Neil Lathwood
parent
914ad124c2
commit
7778e2d66c
@@ -20,7 +20,7 @@ modules:
|
||||
-
|
||||
oid: boxServicesTempSensorsEntry
|
||||
value: boxServicesTempSensorState
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.8.1.4.1.
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.8.1.4.
|
||||
descr: 'Temp Sensor {{ $index }}'
|
||||
index: 'boxServicesTempSensorState.{{ $index }}'
|
||||
states:
|
||||
@@ -35,7 +35,7 @@ modules:
|
||||
-
|
||||
oid: boxServicesFansEntry
|
||||
value: boxServicesFanItemState
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.6.1.3.1.
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.6.1.3.
|
||||
descr: 'Fan {{ $index }}'
|
||||
index: 'boxServicesFanItemState.{{ $index }}'
|
||||
states:
|
||||
@@ -52,15 +52,15 @@ modules:
|
||||
-
|
||||
oid: boxServicesFansEntry
|
||||
value: boxServicesFanSpeed
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.6.1.4.1.
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.6.1.4.
|
||||
index: 'boxServicesFanSpeed.{{ $index }}'
|
||||
descr: 'Fan {{ $index }}'
|
||||
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: BoxServicesTempSensorsEntry
|
||||
oid: boxServicesTempSensorsEntry
|
||||
value: boxServicesTempSensorTemperature
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.8.1.5.1.
|
||||
num_oid: .1.3.6.1.4.1.4413.1.1.43.1.8.1.5.
|
||||
index: 'boxServicesTempSensorTemperature.{{ $index }}'
|
||||
descr: 'Temperature {{ $index }}'
|
||||
|
Reference in New Issue
Block a user