mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7e98e03338
* Fix warnings up to Arbos * fixes a-c * a-r * a-vrp * There and back again * Update test data, couple fixes * PHPSStan fixes * style fixes, and fix Asyncos, whoops * flip serial back....... * less bogus data * Poweralert sysName during polling too * make sure things are calculated in the correct order * fix style and bad nullables * update test data * A comple more conversions * cambium ptp, misc, and hardware_mib * remaining except vmware-esxi * Fixes * Update baseline * fixes and fix up baseline * adjust SnmpQueryMock to upstream options change * data corrections * restore slashes * correctly handle all options input in SnmpQueryMock * undo ftos changes * restore vccodec sysDescr
22 lines
701 B
YAML
22 lines
701 B
YAML
mib: DMswitch-MIB
|
|
modules:
|
|
os:
|
|
hardware: DMswitch-MIB::swChassisModel.0
|
|
version: DMswitch-MIB::swFirmwareVer.1
|
|
serial: DMswitch-MIB::swSerialNumber.1
|
|
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 }}'
|