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
57 lines
2.4 KiB
YAML
57 lines
2.4 KiB
YAML
mib: STEELHEAD-MIB:RBT-MIB
|
|
modules:
|
|
os:
|
|
hardware: .1.3.6.1.4.1.17163.1.1.1.1.0
|
|
serial: .1.3.6.1.4.1.17163.1.1.1.2.0
|
|
version: .1.3.6.1.4.1.17163.1.1.1.3.0
|
|
processors:
|
|
data:
|
|
-
|
|
oid: cpuUtil1
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.5.1.4.{{ $index }}'
|
|
precision: 1
|
|
type: riverbed-cpu
|
|
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: systemTemperature
|
|
value: systemTemperature
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.9.{{ $index }}'
|
|
snmp_flags: '-OQUs'
|
|
index: 0
|
|
descr: 'System Temperature'
|
|
high_limit: 65
|
|
state:
|
|
data:
|
|
-
|
|
oid: systemHealth
|
|
value: systemHealth
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.7.{{ $index }}'
|
|
descr: 'System Health'
|
|
index: 0
|
|
state_name: systemHealth
|
|
states:
|
|
- { descr: healthy, graph: 1, value: 10000, generic: 0 }
|
|
- { descr: degraded, graph: 1, value: 30000, generic: 1 }
|
|
- { descr: admissionControl, graph: 1, value: 31000, generic: 1 }
|
|
- { descr: critical, graph: 1, value: 50000, generic: 2 }
|
|
-
|
|
oid: optServiceStatus
|
|
value: optServiceStatus
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.8.{{ $index }}'
|
|
descr: 'Optimization Service Status'
|
|
index: 0
|
|
state_name: optServiceStatus
|
|
states:
|
|
- { descr: none, graph: 1, value: 0, generic: 3 }
|
|
- { descr: unmanaged, graph: 1, value: 1, generic: 3 }
|
|
- { descr: running, graph: 1, value: 2, generic: 0 }
|
|
- { descr: sentCom1, graph: 1, value: 3, generic: 1 }
|
|
- { descr: sentTerm1, graph: 1, value: 4, generic: 1 }
|
|
- { descr: sentTerm2, graph: 1, value: 5, generic: 1 }
|
|
- { descr: sentTerm3, graph: 1, value: 6, generic: 1 }
|
|
- { descr: pending, graph: 1, value: 7, generic: 1 }
|
|
- { descr: stopped, graph: 1, value: 8, generic: 2 }
|