[timmy] Add webhook health dashboard (#855) #885

Merged
Timmy merged 1 commits from timmy/issue-855 into main 2026-04-06 15:51:23 +00:00
Owner

Implements issue #855.

Adds bin/webhook_health_dashboard.py to probe fleet /health endpoints, persist JSON history, and generate a markdown dashboard in ~/.hermes/burn-logs/webhook-health-latest.md.

Proof:

  • python3 -m pytest tests/test_nexus_watchdog.py tests/test_webhook_health_dashboard.py -q -> 30 passed
  • python3 bin/webhook_health_dashboard.py -> generated live dashboard with 4 agent rows

Fixes #855

Implements issue #855. Adds `bin/webhook_health_dashboard.py` to probe fleet `/health` endpoints, persist JSON history, and generate a markdown dashboard in `~/.hermes/burn-logs/webhook-health-latest.md`. Proof: - `python3 -m pytest tests/test_nexus_watchdog.py tests/test_webhook_health_dashboard.py -q` -> 30 passed - `python3 bin/webhook_health_dashboard.py` -> generated live dashboard with 4 agent rows Fixes #855
Timmy added 1 commit 2026-04-06 15:46:12 +00:00
feat: add webhook health dashboard (#855)
Some checks are pending
CI / validate (pull_request) Waiting to run
50fc25da0d
Timmy merged commit 0b57145dde into main 2026-04-06 15:51:23 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#885