Enabling a Ping Monitor
Enable a ping monitor in Health Checks.
These steps show how to enable a ping monitor from its details page. You can also enable a ping monitor from the Health checks page by clicking the to the right of the monitor name and then selecting Enable.Use the oci health-checks ping-monitor update command and required parameters to enable a ping monitor:
oci health-checks ping-monitor update --is-enabled true --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 enable a ping monitor by setting the
isEnabled
attribute totrue
.