跳到主要内容

Ping Monitoring with YAML

List of YAML parameters and examples for the "Ping Monioring" action

YAML parameters for Ping Monitoring

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to PING.
destination
必填
StringThe target URL.

Example for Ping Monitoring

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