{% load device %} {% load traffic_rates %} {% load angular %} {% if agg.version %}
Overall status
{% with agg.get_status_problems as status_problems %} {% if status_problems %} Problems detected: {% endif %} {% endwith %}
Traffic
{{ agg|rate_detailed }}
Last config download
{% if agg.last_config_download %} {{ agg.last_config_download }} UTC {% endif %}
Software version
{{ agg.version }} {% if agg.bonding_version_deprecated %} Bonding deprecated {% endif %} {% if agg.bonding_kernel_version_mismatch %}

Warning!

This version of bonding requires running at least kernel version {{ agg.minimum_kernel_version }} for various bonding functionality, but this aggregator is running kernel version {{ agg.kernel_version }}. Continuing to run in this setup is untested and unsupported.

You must {% if perms.badoc.view_documentation %} upgrade the kernel {% else %} upgrade the kernel {% endif %} to bring this aggregator back into a good state.

{% endif %}
Device
{% if agg.faulty_kernel %} Faulty kernel: SB-2
{% endif %} {% if agg.fs_readonly %} Failing disk (read-only)
{% endif %} {{ agg|device_info }}
Last management VPN connect time
{{ agg.openvpn_client_connected }}
Last management VPN client address
{{ agg.openvpn_client_addr }}
{% else %}
{{ agg.name | escapeangular_unsafe }} has never been online.
{% endif %}