Skip to content

Commit

Permalink
Merge commit '07db4dd8c487dcb57dd21dc0b11d385be803ad34' into gitlab_t…
Browse files Browse the repository at this point in the history
…o_datadog
  • Loading branch information
jcockhren committed Feb 3, 2013
2 parents deabf74 + 07db4dd commit 4f9e8fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ruby_ng/gitlab_to_datadog_webhook_worker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Gitlab and Datadog example

This example demonstrates starting a worker from a GitlabHQ webhook.

1. Setup your Iron.io credentials
2. Add Thyour Datadog API credentials to a file `datadog.yml`:
>```
datadog:
api_key: "your_key_here"
```
3. `iron_worker upload gitlab_to_datadog`
4. Add the webhooks url to the web hooks page in a gitlab project.
5. Test it!
6. Check your datadog events board.

Give it a go!

0 comments on commit 4f9e8fa

Please sign in to comment.