HP ProCurve Memory Check
The HP ProCurve Memory Check uses SNMP to monitor memory status and memory utilization on an HP ProCurve switch.
Basic Check information
Check Type | SNMP |
---|---|
Supported Systems/Application | SNMP-enabled devices that support HP’s STATISTICS-MIB |
Supported Device Class | Switch |
Troubleshooting
Issue | Corrective Action |
---|---|
Failed | Please check that the correct SNMP community string is configured in Network Discovery for the device. |
201 Exception OID_TYPE_NOSUCHOBJECT | Missing OID object on the device for specific metric |
Metrics
Name | Default Thresholds |
---|---|
Used |
No thresholds |
Free | No thresholds |
Total | No thresholds |
Memory Utilization |
Normal: 0 – 85 Failed: 85 – 100 |
SNMP Properties Queried
Variable Name | SNMP OID |
proCurveMemorySlotNumber | 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.1 |
ProCurve_Memory_USED | 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.5 |
ProCurve_Memory_FREE | 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.6 |
ProCurve_Memory_TOTAL | 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.7 |
Calculations Performed
Variable Name | Calculation |
Used | ProCurve_Memory_USED |
Free | ProCurve_Memory_FREE |
Total | ProCurve_Memory_TOTAL |
Memory Utilization | 100 * (ProCurve_Memory_USED:double) / (ProCurve_Memory_TOTAL:double) represented as percent unit (%) |