HTTP health checker.
DISCLAIMER: This is an MVP version, the project is ongoing development.
With cargo:
cargo install hellcheck
Create hellcheck.yml
file:
yaml
checkers:
greyblake:
url: https://www.greyblake.com
interval: 10s
notifiers: [me]
notifiers:
me:
type: telegram
token: <BOT-TOKEN>
chat_id: <CHAT-ROOM-ID>
Assuming, you have ./hellcheck.yml
in your current directory, this will start monitoring of the services,
described in checkers
configuration sections:
hellcheck