[timmy] Add webhook health dashboard (#855) #885
Reference in New Issue
Block a user
Delete Branch "timmy/issue-855"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements issue #855.
Adds
bin/webhook_health_dashboard.pyto probe fleet/healthendpoints, 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 passedpython3 bin/webhook_health_dashboard.py-> generated live dashboard with 4 agent rowsFixes #855