mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
18 lines
550 B
YAML
18 lines
550 B
YAML
mib: DMswitch-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: swCpuUsage
|
|
num_oid: '.1.3.6.1.4.1.3709.3.5.201.1.1.10.{{ $index }}'
|
|
precision: 100
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: SwitchInfoEntry
|
|
value: swTemperature
|
|
num_oid: '.1.3.6.1.4.1.3709.3.5.201.1.1.2.1.12.{{ $index }}'
|
|
descr: 'Temperature {{ $index }}'
|
|
index: 'swTemperature.{{ $index }}'
|