Datadog Service Check with YAML
Learn more about:
YAML parameters for Datadog Service Check
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to DATADOG_STATUS_CHECK . |
integration_hash Required | String | The ID of the integration. |
host_name | String | The Host name to associate with the event. Any tags associated with the host will also be applied to this event. |
status | Integer | An integer for the status of the check. |
check | String | The text for the message. |
message | String | A description of why this status occurred. |
region | String | The 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"
Last modified on April 26, 2022