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