{% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block head %} {% if config.DAILY_REPORTS_CHART_ENABLED %} {% block script %} {% endblock script %} {% endif %} {% endblock head %} {% block content %} {% if config.REFRESH_RATE > 0 %} {% endif %}

{{metrics['num_nodes']}}

Population

{{metrics['num_resources']}}

Resources managed

{{metrics['avg_resources_node']}}

Avg. resources/node
{% if config.DAILY_REPORTS_CHART_ENABLED %}
{% endif %}
{% if nodes %}

Nodes, except with status unchanged ({{nodes|length}})

{% for node in nodes %} {% if node.status != 'unchanged' %} {% endif %} {% endfor %}
Status Certname Report
{% if node.latest_report_hash %} {{macros.status_counts(status=node.status, node_name=node.name, events=node.events, unreported_time=node.unreported_time, current_env=current_env, report_hash=node.latest_report_hash)}} {% else %} {{macros.status_counts(status=node.status, node_name=node.name, events=node.events, unreported_time=node.unreported_time, current_env=current_env)}} {% endif %} {{ node.name }} {% if node.report_timestamp %} {{ node.report_timestamp }} {% else %} {% endif %} {% if node.report_timestamp %} {% endif %}
{% else %}

Nodes, except with status unchanged

Nothing seems to be changing.
{% endif %}
{% endblock content %}