Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wearefarmgeek/wercker-datadog-event-step

Send an event notification to Datadog
https://github.com/wearefarmgeek/wercker-datadog-event-step

Last synced: 4 days ago
JSON representation

Send an event notification to Datadog

Awesome Lists containing this project

README

        

# 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)