Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adeattwood/healthcheck

Run healthcheck in your terminal
https://github.com/adeattwood/healthcheck

Last synced: 23 days ago
JSON representation

Run healthcheck in your terminal

Awesome Lists containing this project

README

        

# Health Check

Run healthchecks in your terminal

Usage

```
cargo run -- ./config.json
```

An example config file

```
[
{
"domain": "localhost",
"path": "/health_check",
"port": "3000",

"timeout_sec": 5,
"check_interval_sec": 6,
"healthy_threshold": 2,
"unhealthy_threshold": 3
}
]
```