mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Updated XOS (Extreme) processor data to use correct OID * Updated test data
20 lines
690 B
YAML
20 lines
690 B
YAML
mib: EXTREME-SOFTWARE-MONITOR-MIB
|
|
modules:
|
|
mempools:
|
|
data:
|
|
-
|
|
total: EXTREME-SOFTWARE-MONITOR-MIB::extremeMemoryMonitorSystemTotal
|
|
free: EXTREME-SOFTWARE-MONITOR-MIB::extremeMemoryMonitorSystemFree
|
|
precision: 1024
|
|
type: extreme-mem
|
|
descr: 'Dynamic Memory'
|
|
os:
|
|
sysDescr_regex: '/(\((?<hardware>[^)]+)\))? version (?<version>[\d.]+) (?<features>\S+)/'
|
|
processors:
|
|
data:
|
|
-
|
|
oid: extremeCpuMonitorTotalUtilization
|
|
num_oid: '.1.3.6.1.4.1.1916.1.32.1.2.{{ $index }}'
|
|
index: 0
|
|
type: extreme-cpu
|