10 lines
406 B
YAML
10 lines
406 B
YAML
modules:
|
|
os:
|
|
sysDescr_regex: '/Software\s+(?<hardware>.*) Series Software, Version (?<version>[^,]+), .*Serial num:(?<serial>[^,]+),/s'
|
|
mempools:
|
|
data:
|
|
-
|
|
total: NMS-MEMORY-POOL-MIB::nmsMemoryPoolTotalMemorySize
|
|
percent_used: NMS-MEMORY-POOL-MIB::nmsMemoryPoolUtilization
|
|
type: pbn-mem
|
|
descr: 'Main Memory'
|