mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
23 lines
869 B
YAML
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
|