Skip to content

Instantly share code, notes, and snippets.

@noob-master147
Last active July 1, 2020 04:56
Show Gist options
  • Save noob-master147/d8daedd1772e636fab7586bcb4e0d325 to your computer and use it in GitHub Desktop.
Save noob-master147/d8daedd1772e636fab7586bcb4e0d325 to your computer and use it in GitHub Desktop.
Cronitor JSON Payloads
{
"id": "UH6G3i",
"rule": "request_triggered",
"monitor": "app testing endpoint",
"description": "Your healthcheck has failed.\n --> FAILED 15:12:17 UTC\n Request: GET https://app-workbook.herokuapp.com/\n Response: is not equal to 555"
}
{
"id": "UH6G3i",
"rule": "request_triggered",
"monitor": "app testing endpoint",
"description": "All healthcheck assertions are passing on the last 2 attempts.\n Incident duration: 12 minutes 29 seconds"
}
{
"id": "The unique tracking code of this monitor",
"monitor": "The name of this monitor",
"description": "Why the alert was triggered",
"rule": "Name of the rule that was violated"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment