Home

Awesome

Hearthook

A simple heartbeat service to notify if your endpoint stops sending its required curl request.

Notifications are sent to a pushover user/device. Requires a Pushover Account

Configuration

SecretsDescription
HEARTHOOK_SECRETThe secret that should be sent with each request.
PUSHOVER_TOKENYour Pushover Token
PUSHOVER_USER_KEYYour Pushover User
VarsDefaultDescription
HEARTHOOK_GRACEPERIOD1 minHow long to wait just in case (in minutes)
HEARTHOOK_INTERVAL10 minThe interval your service uses to check in (in minutes)
PUSHOVER_DEVICE""Send notifications to a specific device or all (empty)
PUSHOVER_PRIORITY""-2 ~ 2 allowed.
PUSHOVER_TTL""How long this notification should survive (in seconds)