Files
librenms-librenms/includes/definitions/discovery/f5.yaml
Félix Bouynot 7cd61ef57f F5 partition ram (#14226)
* Add other RAM partitions

F5 does partition its RAM, display other partitions, see https://support.f5.com/csp/article/K44014003

* Create f5_ve-14.1.5.1.snmprec

* Create f5_ve-14.1.5.1.json
2022-08-23 14:02:50 +02:00

23 lines
869 B
YAML

modules:
os:
hardware: F5-BIGIP-SYSTEM-MIB::sysPlatformInfoMarketingName.0
serial: F5-BIGIP-SYSTEM-MIB::sysGeneralChassisSerialNum.0
version: F5-BIGIP-SYSTEM-MIB::sysProductVersion.0
mempools:
data:
-
used: F5-BIGIP-SYSTEM-MIB::sysStatMemoryUsed
total: F5-BIGIP-SYSTEM-MIB::sysStatMemoryTotal
descr: 'TMM Memory'
index: 0
-
used: F5-BIGIP-SYSTEM-MIB::sysGlobalHostOtherMemoryUsed
total: F5-BIGIP-SYSTEM-MIB::sysGlobalHostOtherMemoryTotal
descr: 'Other Memory'
index: 1
-
used: F5-BIGIP-SYSTEM-MIB::sysGlobalHostSwapUsed
total: F5-BIGIP-SYSTEM-MIB::sysGlobalHostSwapTotal
descr: 'Swap Memory'
index: 2