mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
21 lines
862 B
YAML
21 lines
862 B
YAML
mib: CISCO-WAN-OPTIMIZATION-MIB
|
|
modules:
|
|
os:
|
|
hardware: ENTITY-MIB::entPhysicalModelName.1
|
|
serial: ENTITY-MIB::entPhysicalSerialNum.1
|
|
version: ENTITY-MIB::entPhysicalSoftwareRev.1
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: cwoTfoStatsLoadStatus
|
|
value: cwoTfoStatsLoadStatus
|
|
num_oid: '.1.3.6.1.4.1.9.9.762.1.2.1.13.{{ $index }}'
|
|
descr: 'TFO Load Status'
|
|
index: '{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: other, graph: 1, generic: 3 }
|
|
- { value: 2, descr: unknown, graph: 1, generic: 0 }
|
|
- { value: 3, descr: ok, graph: 1, generic: 1 }
|
|
- { value: 4, descr: non-critical, graph: 1, generic: 2 }
|