跳到主要内容

Datadog Service Check with YAML

List of YAML parameters and examples for the "Datadog Service Check" action.

YAML parameters for Datadog Service Check

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to DATADOG_STATUS_CHECK.
integration_hash
必填
StringThe ID of the integration.
host_nameStringThe Host name to associate with the event. Any tags associated with the host will also be applied to this event.
statusIntegerAn integer for the status of the check.
checkStringThe text for the message.
messageStringA description of why this status occurred.
regionStringThe Datadog region. Can be one of NA or EU. If not set, the default is NA.

YAML example for Datadog Service Check

actions:
- action: "Datadog Service Check Action"
type: "DATADOG_STATUS_CHECK"
trigger_time: "ON_EVERY_EXECUTION"
host_name: "$host"
status: 2
check: "Pipeline Execution"
message: "And let me tell you all about it here!"
region: "EU"
integration_hash: "5ddb7c180fb38be67bd78a88a"
variables:
- key: "host"
value: "linux"