{% extends 'base/layout.html' %} {% block head %} {% endblock head %} {% block title %}Health Checks{% endblock %} {% block tabs %} {% endblock tabs %} {% block content-wrapper %}
{# Object list #}
NetBox HealthCheck Plugin
{% for plugin in plugins %} {% endfor %}
Service Status Time Taken
{{ plugin.identifier }} {{ plugin.pretty_status | linebreaks }} {{ plugin.time_taken|floatformat:4 }} seconds
{% include 'inc/panels/custom_fields.html' %}
{% endblock content-wrapper %}