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
This commit is contained in:
Félix Bouynot 2022-08-23 14:02:50 +02:00 committed by GitHub
parent c3545ce860
commit 7cd61ef57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 0 deletions

View File

@ -9,3 +9,14 @@ modules:
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

View File

@ -0,0 +1,69 @@
{
"mempools": {
"discovery": {
"mempools": [
{
"mempool_index": "0",
"entPhysicalIndex": null,
"mempool_type": "f5",
"mempool_class": "system",
"mempool_precision": 1,
"mempool_descr": "TMM Memory",
"mempool_perc": 15,
"mempool_perc_oid": null,
"mempool_used": 266533864,
"mempool_used_oid": ".1.3.6.1.4.1.3375.2.1.1.2.1.45.0",
"mempool_free": 1537016856,
"mempool_free_oid": null,
"mempool_total": 1803550720,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 90
},
{
"mempool_index": "1",
"entPhysicalIndex": null,
"mempool_type": "f5",
"mempool_class": "system",
"mempool_precision": 1,
"mempool_descr": "Other Memory",
"mempool_perc": 75,
"mempool_perc_oid": null,
"mempool_used": 1762848768,
"mempool_used_oid": ".1.3.6.1.4.1.3375.2.1.1.2.20.45.0",
"mempool_free": 578830336,
"mempool_free_oid": null,
"mempool_total": 2341679104,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 90
},
{
"mempool_index": "2",
"entPhysicalIndex": null,
"mempool_type": "f5",
"mempool_class": "system",
"mempool_precision": 1,
"mempool_descr": "Swap Memory",
"mempool_perc": 50,
"mempool_perc_oid": null,
"mempool_used": 536629248,
"mempool_used_oid": ".1.3.6.1.4.1.3375.2.1.1.2.20.47.0",
"mempool_free": 537108480,
"mempool_free_oid": null,
"mempool_total": 1073737728,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 90
}
]
},
"poller": "matches discovery"
}
}

View File

@ -0,0 +1,9 @@
1.3.6.1.2.1.1.1.0|4|BIG-IP Virtual Edition : Linux 3.10.0-862.14.4.el7.ve.x86_64 : BIG-IP software release 14.1.5.1, build 0.0.6
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3375.2.1.3.4.43
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.4.1.3375.2.1.1.2.1.44.0|70|1803550720
1.3.6.1.4.1.3375.2.1.1.2.1.45.0|70|266533864
1.3.6.1.4.1.3375.2.1.1.2.20.44.0|70|2341679104
1.3.6.1.4.1.3375.2.1.1.2.20.45.0|70|1762848768
1.3.6.1.4.1.3375.2.1.1.2.20.46.0|70|1073737728
1.3.6.1.4.1.3375.2.1.1.2.20.47.0|70|536629248