Disabling a Ping Monitor

Disable a ping monitor in Health Checks.

  • These steps show how to disable a ping monitor from its details page. You can also disable a ping monitor from the Health checks page by clicking the Actions menu (Actions Menu) to the right of the monitor name and then selecting Disable.
    1. Open the navigation menu and click Observability & Management. Under Monitoring, click Health Checks.
    2. On the Health checks page, choose the compartment that contains the ping monitor that you want.
    3. Click the name of the ping monitor that you want.
      Tip

      To find a ping monitor by name, enter its name in the Search field.
    4. On the details page for the ping monitor, click Disable.
    5. In the Disable health check dialog box, click Disable.
  • Use the oci health-checks ping-monitor update command and required parameters to disable a ping monitor:

    oci health-checks ping-monitor update --is-enabled false --monitor-id <ping_monitor_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI for Health Checks.

  • Run the UpdatePingMonitor operation to disable a ping monitor by setting the isEnabled attribute to false.