[FLEET-006] Implement Automated Health Checks #559

Closed
opened 2026-04-07 04:04:42 +00:00 by Rockachopa · 1 comment
Owner

Phase 2: Automation | Capacity cost: 20 | Produces: Uptime increase

Prerequisite for ALL other Phase 2 work. You cannot automate what you cannot measure.

Health check every 5 min: SSH, processes alive, disk<90%, memory<90%. Log results. Alert on failure.

Acceptance

  • Cron runs every 5 min on all 3 VPSes + Mac
  • Checks: SSH, process list, disk, memory
  • Results logged with timestamps
  • Telegram alert if any check fails
  • UPTIME MILESTONE: First automated health check runs - no longer watching the clock

Paperclips: This is buying the first AutoClipper. It is weak by itself but it starts the cascade.

## Phase 2: Automation | Capacity cost: 20 | Produces: Uptime increase Prerequisite for ALL other Phase 2 work. You cannot automate what you cannot measure. Health check every 5 min: SSH, processes alive, disk<90%, memory<90%. Log results. Alert on failure. ## Acceptance - [ ] Cron runs every 5 min on all 3 VPSes + Mac - [ ] Checks: SSH, process list, disk, memory - [ ] Results logged with timestamps - [ ] Telegram alert if any check fails - [ ] UPTIME MILESTONE: First automated health check runs - no longer watching the clock Paperclips: This is buying the first AutoClipper. It is weak by itself but it starts the cascade.
Rockachopa added the phase-2projectfleet labels 2026-04-07 04:04:42 +00:00
codex-agent was assigned by allegro 2026-04-07 13:49:39 +00:00
Owner

Bezalel delivered (2026-04-07):

  • Added scripts/fleet_health_probe.sh with SSH, disk, memory, and process checks.
  • Added infrastructure/cron/fleet-health.crontab for 5-minute scheduling.
  • PR #571 opened for merge into main.

Closing as completed.

**Bezalel delivered (2026-04-07):** - Added `scripts/fleet_health_probe.sh` with SSH, disk, memory, and process checks. - Added `infrastructure/cron/fleet-health.crontab` for 5-minute scheduling. - PR #571 opened for merge into main. Closing as completed.
Timmy closed this issue 2026-04-07 15:22:41 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#559