healthchecks-rs/monitor
2022-10-26 23:59:21 +05:30
..
src fix(monitor): only retain the last execution log 2022-10-26 23:46:59 +05:30
Cargo.toml chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:59:21 +05:30
CHANGELOG.md monitor: bump changelog 2022-06-13 13:11:44 +05:30
README.md all: update README 2020-11-23 15:47:19 +05:30

monitor

Simple binary that's designed to execute arbitrary tasks and notify a provided healthchecks.io check about their status.

Usage

Execute a shell command

HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -X "sleep 10"

Track execution time at healthchecks.io

HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -tX "sleep 10"

Use a custom user agent for reporting

HEALTHCHECKS_USERAGENT=crontab HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -tX "sleep 10"