{% extends 'base.html' %} {% block title %}Checks{% endblock %} {% block headercss %} {% endblock %} {% block headerjs %} {% endblock %} {% block content %}

Checks

Page {{ page }} of {{ total_pages }} Showing {% if show_start_end %}{{ start_record }} - {{ end_record }} of{% endif %} {{ total }} total check records {% if filters %} Filtering by {% if search != '' %}"{{ search }}"{% endif %}{% if status != '' %}{% if search != '' %}, {% endif %}status = {{ status|human_check_result }}{% endif %} {% if check_senders %}{% if status != '' or search != '' %}and{% endif %} executed by {{ ', '.join(check_senders) }}{% endif %} {% endif %}
{% if checks|length > 0 %} {% for check in checks %} {% endfor %} {% else %} {% if filters %} {% else %} {% endif %} {% endif %}
Node Endpoint Check Time Status Status Information Executed By Type
{{ check.accessor }} {{ check.run_time_start|strftime }} {{ check.result|human_check_result }} {{ check.output }} {% if check.longoutput %} Toggle long output {{ check.sender }} {{ check.type }}
No check records found with current filters applied.No checks have been ran yet. Run them through the API, using check_ncpa.py, or send passive checks to NRDP.
{% endblock content %}