{% include 'doctype.html'%} Health check - {{config.name}}

{{config.name}}

Scanned {{count_total}} row{% if count_total != 1 %}s{% endif %} for {{config.alerts|length}} condition{% if config.alerts|length != 1 %}s{% endif %}
{{count_alerts}} alert{% if count_alerts != 1 %}s{% endif %} & {{count_warnings}} warning{% if count_warnings != 1 %}s{% endif %}
{% if show_all %} {% else %} {% endif %}
{% for object in objects %}
{% if object.has_alert %} {% elif object.has_warning %} {% else %} {% endif %}
{{object.display_name}}
{% for value in object.additional_values %} > {{value}} {% endfor %}
{% for alert in object.alerts %}
{{alert}}
{% endfor %} {% for warning in object.warnings %}
{{warning}}
{% endfor %}
{% endfor %} {% if objects|length == 0 %}

No unhealthy objects!

Good for you

{% endif %}