Last active
October 25, 2020 18:13
-
-
Save moosh3/e24509fc8345a1a13478c4af48014e69 to your computer and use it in GitHub Desktop.
Monitoror
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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