Skip to content

Instantly share code, notes, and snippets.

@moosh3
Last active October 25, 2020 18:13
Show Gist options
  • Save moosh3/e24509fc8345a1a13478c4af48014e69 to your computer and use it in GitHub Desktop.
Save moosh3/e24509fc8345a1a13478c4af48014e69 to your computer and use it in GitHub Desktop.
Monitoror
{
"version": "2.0",
"columns": 2,
"tiles": [
{
"type": "HTTP-STATUS",
"label": "AmwellNow Prod",
"params": {
"url": "https://amwellnow.com/actuator/health",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"label": "AmwellNow Staging",
"params": {
"url": "https://staging.amwellnow.com/actuator/health",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"label": "AmwellNow IL Prod",
"params": {
"url": "https://amwellnow.co.il/actuator/health",
"statusCodeMax": 299
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment