Crates.io | healthchecks-monitor |
lib.rs | healthchecks-monitor |
version | 3.0.7 |
source | src |
created_at | 2020-06-26 22:32:39.659025 |
updated_at | 2024-06-24 10:37:19.268151 |
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 | 25,471 |
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"