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. See also Creating a Basic Alarm.

    1. On the Alarm Definitions list page, select the alarm that you want to work with. If you need help finding the list page or the alarm, see Listing Alarms.
    2. Go to Actions and then select Edit alarm.
    3. Under Define alarm notifications, select the Repeat notification? checkbox.
    4. Update any other values for the alarm, as needed.
      For more information about the fields, see Creating a Basic Alarm.
    5. Select 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.