hellcheck 0.1.0

HTTP health checker
Documentation

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: [me]
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

MIT © Sergey Potapov

Contributors

  • greyblake Potapov Sergey - creator, maintainer.