{% include 'includes/head.html' %} {% if refresh_rate is defined and refresh_rate is not none %} {% endif %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
Watchtower Server

Status
Enabled
{% if watchtower_server_enabled %}
URI / Pubkey
{{ watchtower_server_uri }}
{% endif %}
Watchtower Client

Status
Enabled
{% if watchtower_client_enabled %}
Active Towers
{% if watchtower_client_towers and watchtower_client_towers|length > 0%} {% for tower in watchtower_client_towers %} {% endfor %}
URI(s) Sessions  
{% set first = True %} {% for addr in tower.addresses %} {% if first %} {% set first = False %} {% else %}
{% endif %} {{tower.pubkey_b16}}@{{addr}} {% endfor %}
{{tower.num_sessions}}
{% else %} No active client towers {% endif %}

Stats
Backups {{watchtower_client_stats.num_backups}}
Pending Backups {{watchtower_client_stats.num_pending_backups}}
Failed Updates {{watchtower_client_stats.num_failed_backups}}
Sessions Acquired {{watchtower_client_stats.num_sessions_acquired}}
Sessions Exhausted {{watchtower_client_stats.num_sessions_exhausted}}
Policy
Max Updates {{watchtower_client_policy.max_updates}}
Sweep sat/byte {{watchtower_client_policy.sweep_sat_per_byte}}
Sweep sat/vbyte {{watchtower_client_policy.sweep_sat_per_vbyte}}
{% endif %} {% include 'includes/footer.html' %}