Level: Critical
Purpose: Notify operations that generalTrapSummary creation has stopped.
Scenario: No generalTrapSummary entries have been created in the previous 5 minutes.
Resolution: Will clear when new general trap summary entries are created.
Manual Action Steps: Run the following query to check general trap summary creation
select count(*) from general_trap_summary where received_date > now() - interval 5 minute;
Tail the SnmpManager logs to check for exception.
This may not be an issue on environments that do not receive a lot of traps.
Auto Clear: Yes