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
18 lines
556 B
YAML
18 lines
556 B
YAML
mib: BENU-HOST-MIB
|
|
modules:
|
|
os:
|
|
serial: BENU-CHASSIS-MIB::benuChassisId.0
|
|
sysDescr_regex: '/BenuOS\, (?<version>.*)\n.Product\:(?<features>.*)\n.*\n.*\n Chassis Type \:(?<hardware>.*)/'
|
|
mempools:
|
|
data:
|
|
-
|
|
total: BENU-HOST-MIB::bSysTotalMem
|
|
used: BENU-HOST-MIB::bSysMemUsed
|
|
precision: 1024
|
|
processors:
|
|
data:
|
|
-
|
|
oid: bSysAvgCPUUtil5Min
|
|
num_oid: '.1.3.6.1.4.1.39406.1.5.1.8.{{ $index }}'
|
|
index: 1
|