Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adeattwood/healthcheck
- Owner: AdeAttwood
- Created: 2024-01-12T15:53:36.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-12T15:58:24.000Z (10 months ago)
- Last Synced: 2024-01-13T07:05:17.218Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
]
```