Ping Monitoring with YAML
Learn more about:
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
actions:- action: "Ping site"type: "PING"destination: "$host"variables:- key: "host"value: "app.buddy.works"