Ping Monitoring with YAML

YAML parameters for Ping Monitoring

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to PING.
destination RequiredStringThe target URL.

Example for Ping Monitoring

yaml
actions: - action: "Ping site" type: "PING" destination: "$host" variables: - key: "host" value: "app.buddy.works"

Last modified on Sep 23, 2024