Created
July 2, 2020 18:15
-
-
Save lovelaced/6c0f4d9e2fcc9a3bd2e03a2087b88e75 to your computer and use it in GitHub Desktop.
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": "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