Skip to content

Instantly share code, notes, and snippets.

@technovangelist
Created February 12, 2016 23:17
Show Gist options
  • Save technovangelist/abc8c6ff46c50ea82514 to your computer and use it in GitHub Desktop.
Save technovangelist/abc8c6ff46c50ea82514 to your computer and use it in GitHub Desktop.
Setting up Pushover.net and Datadog
  1. Create Pushover account
  2. Create a new Application in the Pushover site.
  3. You should now have a token and user id. You will need this for the webhook
  4. Go to the Datadog webhooks integration
  5. Enter Pushover for the name.
  6. Under URL enter `https://api.pushover.net/1/messages.json?token=YOURPUSHOVERAPPTOKEN&user=YOURPUSHOVERUSERID
  7. Under Custom Payload, enter {"title":"$EVENT_TITLE","message":"$EVENT_MSG"}
  8. Check both Use Custom Payload and Encode as form
  9. Create a monitor that notifies @webhook-pushover
  10. Boom, you are done
@lonix
Copy link

lonix commented Apr 26, 2019

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment