Skip to content

WeAreFarmGeek/wercker-datadog-event-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 (required) 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)

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

License

The MIT License (MIT)

About

Send an event notification to Datadog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages