{% extends 'layout.html' %} {% block content %}
PuppetDB currently only returns active nodes.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{message}}
{% endfor %} {% endif %} {% endwith %}
{% for node in nodes %} {% endfor %}
Status Hostname Catalog compiled at Last report  
{{ node.status }} {% if node.status=='unreported'%} {{ node.unreported_time }} {% else %} {% if node.events['failures'] %}{{node.events['failures']}}{% else %}0{% endif%} {% if node.events['successes'] %}{{node.events['successes']}}{% else %}0{% endif%} {% endif %} {{node.name}} {{node.catalog_timestamp}} {% if node.report_timestamp %} {{ node.report_timestamp }} {% else %} {% endif %} {% if node.report_timestamp %} Latest Report Reports {% endif %}
{% endblock content %}