Ping Monitoring with YAML

YAML parameters for Ping Monitoring

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to PING.
destination Required String The 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 Mar 4, 2025