{% extends "base.html" %} {% block title %}System Status - Familiar Admin{% endblock %} {% block content %}
High availability and health monitoring
| Node ID | Hostname | State | Last Heartbeat | Actions |
|---|---|---|---|---|
| {{ node.node_id[:16] }}... {% if node.node_id == current_node %} this {% endif %} {% if node.node_id == leader %} leader {% endif %} | {{ node.hostname }} | {{ node.state }} | {{ node.last_heartbeat.strftime('%H:%M:%S') if node.last_heartbeat else '-' }} | {% if node.node_id == current_node %} {% endif %} |
| No cluster nodes (standalone mode) | ||||
High availability is not enabled.
Enable HA by setting HA_ENABLED=true
and configuring Redis.
| ID | Type | Status | Size | Created | Actions |
|---|---|---|---|---|---|
| {{ backup.id }} | {{ backup.backup_type.value }} | {{ backup.status.value }} | {{ "%.1f"|format(backup.total_size / 1024) }} KB | {{ backup.created_at.strftime('%Y-%m-%d %H:%M') }} | Download |
| No backups yet. Create one to enable disaster recovery. | |||||