Files
timmy-home/scripts
Step35 c46981542e
Some checks failed
Self-Healing Smoke / self-healing-smoke (pull_request) Failing after 14s
Agent PR Gate / gate (pull_request) Failing after 32s
Smoke Test / smoke (pull_request) Failing after 16s
Agent PR Gate / report (pull_request) Successful in 19s
audit(tracking): add wolf-pack runtime detection to fleet health probe
Issue #500 cross-audit discovered six untracked wolf-* processes running
under /tmp/wolf-pack/ that were not reflected in systemd or fleet health
dashboards. This change adds detection to the automated health probe.

Change:
  scripts/fleet_health_probe.sh — new 'Untracked Wolf-Pack Runtimes'
  section that pgrep's for 'wolf-[0-9]' patterns and logs a WARNING
  with the count when found. The check is informational only and does
  not fail the health probe (status remains 0).

Smoke test:
  bash -n scripts/fleet_health_probe.sh  # syntax OK
  Script runs successfully with writable LOG_DIR/HEARTBEAT_DIR overrides.

This is the smallest concrete fix implementing the tracking part of
issue #500's action item 4 (Audit and track wolf pack runtime).

Closes #500
2026-04-26 17:30:29 -04:00
..
2026-04-16 00:02:55 -04:00
2026-04-15 00:31:06 -04:00
2026-04-20 22:46:50 -04:00