- Fork this repository and enable GitHub actions on it
- Edit config.yml to add your hosts and settings
- (optional) Go to repository
settings
and enable GitHub pages
You're done !
- Use default
GITHUB_TOKEN
(no need to create a any token, so no security risks for your account, yay 🎉) - Status displayed with SVG images will auto-update auto-magically
- Connection tests history is stored as JSON for easy reuse
- Private repositories are supported with GitHub Pages enabled
- Easily deployed, easily tweakable
- Supports multiple commands
- Use
curl
for your web endpoints to get both status and response time - Use
ncat
for any host/port/protocol to get both status and response time - Use
telnet
for any host/port/protocol to get status
- Use
See USAGE.md for more informations.