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
17 lines
492 B
YAML
17 lines
492 B
YAML
mib: PRVT-SYS-MON-MIB
|
|
modules:
|
|
os:
|
|
hardware: .1.3.6.1.4.1.738.1.5.100.1.3.2.0
|
|
serial: .1.3.6.1.4.1.738.1.5.100.1.3.1.0
|
|
version: .1.3.6.1.4.1.738.1.111.1.1.4.0
|
|
mempools:
|
|
data:
|
|
-
|
|
used: PRVT-SYS-INFO-MIB::numBytesAlloc
|
|
free: PRVT-SYS-INFO-MIB::numBytesFree
|
|
processors:
|
|
data:
|
|
-
|
|
oid: monCpuUtilization
|
|
num_oid: '.1.3.6.1.4.1.738.1.111.3.1.2.1.{{ $index }}'
|