exozyme status page, showing the health of services https://status.exozy.me
This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-07-21 01:14:05 +00:00
.gitignore ignore pycache 2023-07-21 01:14:05 +00:00
check Satisfy mypy 2023-07-20 16:48:51 +00:00
dinit-service Fix bug 2023-07-20 01:02:29 +00:00
main.py Satisfy mypy 2023-07-20 16:48:51 +00:00
readme.md Add mypy check 2023-07-20 16:46:04 +00:00
status.py format page better 2023-07-20 16:43:55 +00:00

isitistilup

simple status page (http server)

To add services to check, edit [status.py].

You may want to use HTTP health check instead of TCP handshake check for some services.

Before you push, run ./check to check the syntax.