https://github.com/riotkit-org/infracheck
Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
https://github.com/riotkit-org/infracheck
anarchism anarchosyndicalism docker docker-image hardware-failures health health-check healthcheck infrastructure infrastructure-monitoring iwa-ait monitoring nagios python3 sysops unix unix-like uptime uptime-monitor zsp
Last synced: 7 months ago
JSON representation
Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
- Host: GitHub
- URL: https://github.com/riotkit-org/infracheck
- Owner: riotkit-org
- License: apache-2.0
- Created: 2018-09-22T17:24:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T05:08:36.000Z (about 2 years ago)
- Last Synced: 2024-11-12T12:48:46.507Z (8 months ago)
- Topics: anarchism, anarchosyndicalism, docker, docker-image, hardware-failures, health, health-check, healthcheck, infrastructure, infrastructure-monitoring, iwa-ait, monitoring, nagios, python3, sysops, unix, unix-like, uptime, uptime-monitor, zsp
- Language: Python
- Homepage: https://infracheck.docs.riotkit.org
- Size: 333 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-starred - riotkit-org/infracheck - Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications (python3)
README
InfraCheck
==========[](https://infracheck.docs.riotkit.org/en/latest/?badge=latest)





[](https://codecov.io/gh/riotkit-org/infracheck)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/
Running with Docker Compose
---------------------------See a working example in the `./example` directory.
Standalone installation and running
-----------------------------------From sources:
```bash
# from this directory
rkd :installinfracheck --help
```From PIP:
```bash
pip install infracheckinfracheck --help
```External dependencies
---------------------- **whois** commandline tool (`apt-get install whois`)
- **sshpass** (`apt-get install sshpass`)
- **openssl**