Repeating Notifications for an Alarm

Set the frequency for repeating alarm notifications when the alarm keeps firing without interruption.

For alarm troubleshooting, see Troubleshooting Alarms.

    1. Open the navigation menu and click Observability & Management. Under Monitoring, click Alarm Definitions.
    2. Click the name of the alarm that you want to update.
    3. On the alarm details page, click Actions and then select Edit alarm.
    4. Under Define alarm notifications, select the Repeat notification? check box.
    5. Update any other values for the alarm, as needed.
      For more information about the fields, see Creating a Basic Alarm.
    6. Click Save alarm.
  • Use the oci monitoring alarm update command and required parameters to update an alarm. Use the --repeat-notification-duration parameter to define the trigger delay. Example value: PT1H

    oci monitoring alarm update --repeat-notification-duration <value> [...]

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Monitoring.

  • Run the UpdateAlarm operation to update an alarm. Use the repeatNotificationDuration attribute to repeat notifications.