SNMP Traps
When a configured alarm threshold is reached, the Oracle® Enterprise Session Border Controller sends an apSysMgmtGroupTrap. This trap contains the resource type and value for the alarm configured in the alarm-threshold configuration element. The trap does not contain information associated with configured severity for that value.
apSysMgmtGroupTrap NOTIFICATION-TYPE OBJECTS { apSysMgmtTrapType, apSysMgmtTrapValue } STATUS current DESCRIPTION " The trap will generated if value of the monitoring object exceeds a certain threshold. " ::= { apSystemManagementNotifications 1 }
When the resource usage retreats below a configured threshold, the Oracle® Enterprise Session Border Controller sends an apSysMgmtGroupClearTrap.
apSysMgmtGroupClearTrap NOTIFICATION-TYPE OBJECTS { apSysMgmtTrapType } STATUS current DESCRIPTION " The trap will generated if value of the monitoring object returns to within a certain threshold. This signifies that an alarm caused by that monitoring object has been cleared. " ::= { apSystemManagementNotifications 2 }
The alarm and corresponding traps available through the User Configurable Alarm Thresholds functionality are summarized in the following table.
Alarm | Severity | Cause | Actions |
---|---|---|---|
CPU | minor
major critical |
high CPU usage | apSysMgmtGroupTrap sent with
apSysCPUUtil apSysMgmtTrapValue |
memory | minor
major critical |
high memory usage | apSysMgmtGroupTrap sent with
apSysMemoryUtil apSysMgmtTrapValue |
sessions | minor
major critical |
high license usage | apSysMgmtGroupTrap sent with
apSysLicenseCapacity apSysMgmtTrapValue |
space | minor
major critical |
high HDD usage, per volume | apSysMgmtStorageSpaceAvailThresholdTrap
sent with: apSysMgmtSpaceAvailCurrent apSysMgmtSpaceAvailMinorThreshold apSysMgmtSpaceAvailMajorThreshold apSysMgmtSpaceAvailCriticalThreshold apSysMgmtPartitionPath |
deny allocation | minor
major critical |
high usage of denied ACL entries | apSysMgmtGroupTrap sent with
apSysCurrentEndptsDenied apSysMgmtTrapValue |