Closes#27
- proxmox-backup-check.sh: SSHes to Proxmox, queries pvesh task history,
classifies each running VM/CT as green/yellow/red by backup recency,
posts a Discord embed summary. Designed for weekly cron on CT 302.
- ct302-self-health.sh: Checks disk usage on CT 302 itself, silently
exits when healthy, posts a Discord alert when any filesystem exceeds
80% threshold. Closes the blind spot where the monitoring system
cannot monitor itself externally.
- Updated monitoring/scripts/CONTEXT.md with full operational docs,
install instructions, and cron schedules for both new scripts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds title, description, type, domain, and tags frontmatter to every
doc for improved KB semantic search. The description field is prepended
to every search chunk, and domain/type/tags enable filtered queries.
Type values: context, guide, runbook, reference, troubleshooting
Domain values match directory structure (networking, docker, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add nvidia_update_checker.py for weekly driver update monitoring with
Discord alerts. Add scripts CONTEXT.md and update README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>