HealthChecker

A very simple python script to check the health of a service: make a GET request to it and if it answers it on time, then it's alive. Additionally, it can write the result of the operation in a git repo hosted on Github. Or notify dead services through a POST. Actions are logged using Python's standard logger and displayed according to the log level set.

This app was thought mainly for R'lyeh Hacklab status page (currently dead).

Sources

Gitlab | PyPi | Gitlab's Registry

Files

Check the releases in the repository for a list of the files per version.