mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added temperature sensor to datacom switches. (#7522)
* Update most recent Mib * Added switch emeperature sensor. * Revert manual limits.
This commit is contained in:
committed by
Neil Lathwood
parent
e3c0714ede
commit
0f8966a564
11
includes/definitions/discovery/datacom.yaml
Normal file
11
includes/definitions/discovery/datacom.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
mib: DMswitch-MIB
|
||||
modules:
|
||||
sensors:
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: SwitchInfoEntry
|
||||
value: swTemperature
|
||||
num_oid: .1.3.6.1.4.1.3709.3.5.201.1.1.2.1.12.
|
||||
descr: 'Temperature {{ $index }}'
|
||||
index: 'swTemperature.{{ $index }}'
|
||||
Reference in New Issue
Block a user