21 lines
797 B
YAML
21 lines
797 B
YAML
modules:
|
|
mempools:
|
|
data:
|
|
-
|
|
total: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB::fmSysMemCapacity
|
|
used: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB::fmSysMemUsed
|
|
precision: 1024
|
|
descr: 'Main Memory'
|
|
os:
|
|
version: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB::fmSysVersion.0
|
|
serial:
|
|
- FORTINET-CORE-MIB::fnSysSerial.0
|
|
- ENTITY-MIB::entPhysicalSerialNum.1
|
|
hardware:
|
|
- ENTITY-MIB::entPhysicalModelName.1
|
|
- SNMPv2-MIB::sysObjectID.0
|
|
hardware_regex: '/::(?<hardware>[fmg|faz][0-9A-Za-z]+)$/i'
|
|
hardware_replace:
|
|
- ['/^fmg/', 'FortiManager (FMG) ']
|
|
- ['/^faz/', 'FortiAnalyzer (FAZ) ']
|
|
- ['/vm$/', 'VM']
|