aprs.me/lib/aprsme_web/controllers
Graham McIntire 0f26cd7e22
Add cluster-aware APRS-IS status checking
Both /status and /status.json endpoints now show cluster-wide APRS-IS
connection status instead of just local node status.

Features:
- get_cluster_aprs_status() checks all nodes in cluster via RPC
- Returns status from any connected node (usually the leader)
- Shows cluster info: total nodes, connected nodes, leader node
- Graceful fallback to local status in non-clustered mode
- Enhanced status page UI with cluster information display

This ensures status pages accurately reflect the true APRS-IS
connection state across the entire cluster.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 13:10:23 -05:00
..
api/v1 dont parse device identifiers on each insert 2025-07-10 15:16:01 -05:00
page_html refactor to use external parser 2025-06-24 14:22:09 -05:00
error_html.ex Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
error_json.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
info_controller.ex weather fixing 2025-06-25 11:40:04 -05:00
page_controller.ex Add cluster-aware APRS-IS status checking 2025-07-25 13:10:23 -05:00
page_html.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
redirect_controller.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
user_session_controller.ex refactor to use external parser 2025-06-24 14:22:09 -05:00