Health check system designed to be easy to extend by not enforcing the programming language. A single health check unit (let we call it later just 'check') can be written even in BASH.
Read more in the documentation at: https://infracheck.docs.riotkit.org/en/latest/
See a working example in the ./example directory.
From sources:
# from this directory
rkd :install
infracheck --helpFrom PIP:
pip install infracheck
infracheck --help- whois commandline tool (
apt-get install whois) - sshpass (
apt-get install sshpass) - openssl