Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wearefarmgeek/wercker-datadog-event-step
- Owner: WeAreFarmGeek
- License: mit
- Created: 2014-07-27T20:28:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T21:48:10.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:44:24.501Z (7 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)