Skip to content

Instantly share code, notes, and snippets.

@MrStonedOne
Forked from Log1x/README.md
Last active January 5, 2021 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrStonedOne/840a85018655bdda2f5ce55ea83f415e to your computer and use it in GitHub Desktop.
Save MrStonedOne/840a85018655bdda2f5ce55ea83f415e to your computer and use it in GitHub Desktop.
Uptime Robot Discord Webhook

Uptime Robot Webhook for Discord

Configuration

  • Alert Contact Type: Web-Hook
  • URL to Notify: https://discordapp.com/api/webhooks/CHANGEME/CHANGEME?
    • Must end with ?

[x] Send as JSON (application/json). [ ] Send default variables as POST parameters

{
"content": "*monitorFriendlyName* is ***alertTypeFriendlyName***",
"embeds": [
{
"title": "*monitorFriendlyName* is ***alertTypeFriendlyName***!",
"url": "https://status.tgstation13.org/*monitorID*",
"footer": {
"text": "Monitor #*monitorID*"
},
"description": "Reason: *alertDetails*"
}
],
"allowed_mentions": {
"parse": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment