#health-check #io #monitor

app healthchecks-monitor

monitor runs a given command and reports its result to https://healthchecks.io

13 stable releases

new 3.2.0 Nov 20, 2025
3.0.7 Jun 24, 2024
3.0.6 Aug 12, 2023
3.0.5 Jul 3, 2023
1.0.1 Jun 27, 2020

#168 in HTTP client

MIT/Apache

57KB
694 lines

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"

Dependencies

~8–11MB
~187K SLoC