Defining the Trigger Delay for an Alarm

Define the number of minutes that the condition must be maintained before the alarm is in firing state.

For alarm troubleshooting, see Troubleshooting Alarms.

    1. Create a basic alarm query.
    2. For Trigger delay minutes, enter a number.
    3. Update any other values for the alarm, as needed.
      For more information about the fields, see Creating a Basic Alarm.
    4. Click Save alarm.
  • Use the oci monitoring alarm update command and required parameters to update an alarm. Use the --pending-duration parameter to define the trigger delay.

    oci monitoring alarm update --pending-duration <number> [...]

    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 pendingDuration attribute to define the trigger delay.