Ping Monitoring with YAML
Tip
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
yamlactions: - action: "Ping site" type: "PING" destination: "$host" variables: - key: "host" value: "app.buddy.works"
Last modified on Sep 23, 2024