Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

hey-car/wercker-datadog-event-step

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Datadog-event

Send an event to datadog

Options

  • token (required) Your Datadog Token
  • title (required) The title of the event
  • text A description of the event
  • alert_type (optional, default: success) The type of alert we're generating (error, warning, info, or success)
  • priority (optional, default: low) The priority of the alert we're generating (low or normal)
  • tags (required) Used for filtering in Datadog

Example

build:
    after-steps:
        - datadog-event:
            token: $DATADOG_TOKEN
            title: MyApp has passed
            text: MyApp has been marked as passed
            alert_type: success
            priority: low
            tags: result:success,target:production

License

The MIT License (MIT)

About

Send an event notification to Datadog

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%