docker containers die quietly.
get nudged when they do.
A small Go service for single-host Docker setups. It watches the live event stream and sends focused alerts — failure visibility without a full monitoring stack.
01
OOM
container killed by the out-of-memory reaper
02
Die
non-zero exits, with an ignore list for clean codes
03
Unhealthy
health check flips to unhealthy
04
Restart burst
n restarts inside a sliding window
05
Unexpected stop
stops with no evidence you asked for them
Slack
Google Chat
Discord
Telegram
ntfy
Email / SMTP
Resend
SMS / Twilio
Slack
Google Chat
Discord
Telegram
ntfy
Email / SMTP
Resend
SMS / Twilio
Quick start
git clone https://github.com/shambu2k/docknudge && cd docknudge
go build -o docknudge ./cmd/docknudge
./docknudge init
./docknudge run -c docknudge.yml