Created
April 24, 2020 13:19
-
-
Save jhonata-menezes/c49e8dc6f5abd94bbb286fc6f8a0529b to your computer and use it in GitHub Desktop.
Exemplo de configuração do 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": "1.0", | |
"columns": 2, | |
"tiles": [ | |
{ | |
"type": "PING", | |
"label": "Ping Vivareal", | |
"params": { | |
"hostname": "www.vivareal.com.br" | |
} | |
}, | |
{ | |
"type": "HTTP-STATUS", | |
"label": "HOME - Viva Real", | |
"params": { | |
"url": "https://www.vivareal.com.br/", | |
"statusCodeMax": 299 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment