Skip to content

Instantly share code, notes, and snippets.

@lovelaced
Created July 2, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovelaced/6c0f4d9e2fcc9a3bd2e03a2087b88e75 to your computer and use it in GitHub Desktop.
Save lovelaced/6c0f4d9e2fcc9a3bd2e03a2087b88e75 to your computer and use it in GitHub Desktop.
{
"version": "2.0",
"columns": 2,
"tiles": [
{"type": "PORT", "label": "Am I on fire?", "params": {"hostname": "127.0.0.1", "port": 8080}},
{"type": "HTTP-STATUS", "label": "SSL certificate is valid", "params": { "url": "https://banmebit.ch" }},
{
"type": "PING",
"label": "Localhost",
"params": { "hostname": "127.0.0.1" }
},
{
"type": "PORT",
"label": "Dev server",
"params": { "hostname": "127.0.0.1", "port": 8080 }
},
{
"type": "HTTP-RAW",
"label": "Monitoror stars",
"params": {
"url": "https://github.com/monitoror/monitoror",
"regex": "(\\d+) users starred"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment