You have set up an OCI Monitoring alarm with three distinct states: OK, FIRING, and RESOLVED. You want to ensure that alarm notifications are sent only during business hours to avoid alert fatigue among your operations team. How can this be accomplished?
Trap 1: Set the alarm severity to 'Info' so that it bypasses the email…
Changing severity does not filter notifications by time.
Trap 2: Delete the alarm every evening and recreate it every morning using…
Manually deleting and recreating alarms is inefficient and prone to error.
Trap 3: Modify the Terraform state file in Resource Manager to stop…
Resource Manager does not manage metric evaluation schedules.
- A
Configure a Notification Suppression window in the OCI Monitoring service for non-business hours.
Correct. Suppression allows you to pause notifications from alarms during specific scheduled time windows.
- B
Set the alarm severity to 'Info' so that it bypasses the email gateway outside business hours.
Why wrong: Changing severity does not filter notifications by time.
- C
Delete the alarm every evening and recreate it every morning using OCI CLI.
Why wrong: Manually deleting and recreating alarms is inefficient and prone to error.
- D
Modify the Terraform state file in Resource Manager to stop evaluating metrics at night.
Why wrong: Resource Manager does not manage metric evaluation schedules.