Skip to content

Instantly share code, notes, and snippets.

@jhonata-menezes
Created April 24, 2020 13:19
Show Gist options
  • Save jhonata-menezes/c49e8dc6f5abd94bbb286fc6f8a0529b to your computer and use it in GitHub Desktop.
Save jhonata-menezes/c49e8dc6f5abd94bbb286fc6f8a0529b to your computer and use it in GitHub Desktop.
Exemplo de configuração do monitoror
{
"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