| Crates.io | healthchecks-monitor |
| lib.rs | healthchecks-monitor |
| version | 3.1.0 |
| created_at | 2020-06-26 22:32:39.659025+00 |
| updated_at | 2025-08-25 17:45:45.70197+00 |
| description | monitor runs a given command and reports its result to https://healthchecks.io |
| homepage | https://github.com/msfjarvis/healthchecks-rs |
| repository | https://github.com/msfjarvis/healthchecks-rs |
| max_upload_size | |
| id | 258544 |
| size | 35,310 |
Simple binary that's designed to execute arbitrary tasks and notify a provided healthchecks.io check about their status.
HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -X "sleep 10"
HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -tX "sleep 10"
HEALTHCHECKS_USERAGENT=crontab HEALTHCHECKS_CHECK_ID=<check_id> healthchecks-monitor -tX "sleep 10"