Remove hourly health-check push notifications - #13
Merged
Conversation
The devbox-health systemd timer pushed to Pushover on disk >=85% or a failed unit, but was provably silent in practice (0 failed units, disk 52%) and the user wants no background ops pushes. Removed the template, the systemd service+timer install, the render step, and all README/Makefile references. claude-notify (Claude-is-waiting hook) keeps the Pushover keys. Live box brought to parity (timer disabled, units + script removed). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Following the notification cleanup: the user wants zero background health pushes. The hourly
devbox-healthtimer only ever pushed on disk ≥85% or a failed unit, and in practice was provably silent (0 failed units, disk 52%, no pushes in days). For a personal devbox with a minimal-notifications goal, it's not worth keeping a channel that either says nothing or pings you about ops.What
Removed the self-alerting feature entirely:
files/devbox-health.tmpl.remote-setup.shand the render step fromsetup-user.sh.Makefilegate list and the README (feature bullet, architecture-table row, daily-use mention).claude-notify(the "Claude is waiting on you" hook) still uses it.Live box brought to parity: timer disabled, units + script removed,
daemon-reload. Push notifications are now exclusively the Claude-waiting/errored hook.Verified
make checkgreen; repo grep fordevbox-health/self-alert references returns nothing; box shows 0 health units and hooks still["Notification","StopFailure"].🤖 Generated with Claude Code