Y
Hacker News
new
|
ask
|
show
|
jobs
by
rozenmd
618 days ago
The term of art you're looking for is: "heartbeat check"/"healthcheck", or most commonly: "cron job monitor".
4 comments
bravetraveler
618 days ago
Seems very similar to a
'watchdog'
, just... reporting instead of doing anything about it.
link
adamdecaf
618 days ago
There’s no crontab for banking days. Deadcheck also requires checkins within a delta of the expected checking time.
Deadcheck also doesn’t rely on your infra to alert.
link
herpderperator
618 days ago
Yeah I thought "dead man's switch" was such a weird name for this.
link
LorenPechtel
618 days ago
It's something that happens if you fail to take action to prevent it at some specified frequency. Looks a lot like a dead man switch to me.
link
vivzkestrel
618 days ago
uptime monitor?
link
rozenmd
618 days ago
Uptime monitors ping your server, this seems to do the opposite.
link