{% extends 'common/master.html' %} {% set breadcrumb = ['Federation links status'] %} {% set Labels = { 'fed_url' : 'Federation page', 'registration' : 'RPS', 'policy' : 'Policy', 'security_url' : 'Security', } %} {% block title %}Broken federation links{% endblock title %} {% block main_body %}
Links provided by federations are checked once a day. The tests have been running since 2021-02-23.

Test performed at: {{ test_time }} UTC

This table only lists URLs that failed the test. The third column show the number of days that the test returned an identical status. The last column shows the last time when the test returned na OK.

{% for federation in feds %} {% for stats in federation.url_stats %} {% endfor %} {% endfor %}
{{ federation.name }} {% if federation.countries is defined %} ({{ federation.countries|join(', ') }}) {% endif %}dayslast OK
{{ Labels[stats.url_type] }} {{ stats.result }} {{ stats.error_len }} {{ stats.last_ok }}
{% endblock main_body %}