Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Update submodule references for explorer-monorepo and smom-dbis-138 to latest commits. - Modify CI workflow to include shellcheck installation and enforce error severity for script checks. - Update contract addresses in configuration and documentation to reflect the new canonical addresses for CCIPWETH9Bridge and CCIP Router. - Revise integration test documentation to align with updated contract addresses and deployment statuses. Made-with: Cursor
Monitoring & Observability
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
This directory contains monitoring setup and observability documentation.
Documents
- MONITORING_SUMMARY.md ⭐⭐ - Monitoring setup and configuration
- BLOCK_PRODUCTION_MONITORING.md ⭐⭐ - Block production monitoring
- EXPLORER_LINKS_AND_BLOCK_PRODUCTION_STATUS.md ⭐⭐ - Are explorer links (NPMplus, SSL, tunnels, RPC) working and is block production full?
- BLOCK_PRODUCTION_FIX_RUNBOOK.md ⭐⭐ - Fix stalled block production (validators + tx-pool, one command or per-host)
Quick Reference
Validator and block production health (single script):
scripts/monitoring/monitor-blockchain-health.sh— RPC connectivity, block production (5s sample), transaction inclusion, pending tx count, all 5 validators active (1000–1004 on r630-01/ml110), peer count. Requirescast(Foundry) and SSH to Proxmox hosts. Exit 0 = healthy, 1 = issues detected.
Monitoring Stack:
- Prometheus metrics collection
- Grafana dashboards
- Block production monitoring
- Alerting configuration
Related Documentation
- ../03-deployment/OPERATIONAL_RUNBOOKS.md - Operational procedures
- ../09-troubleshooting/ - Troubleshooting guides
- ../04-configuration/cloudflare/CLOUDFLARE_ZERO_TRUST_GUIDE.md - Cloudflare setup