{% extends 'cmdb/ci_details.html' %} {% load icons %} {% load query %} {% load bob %} {% block ci_content %}

Agent configuration log

{% for r in puppet_reports %}
{% for f in r.logs %} {% if f.level == 'err' %} {% elif f.level == 'notice' %} {% elif f.level == 'warning' %} {% else %} {% endif %} {% endfor %}
Level Source Message Tags Time Status
{% icon 'fugue-exclamation-red' %} {% icon 'fugue-exclamation-white' %} {% icon 'fugue-exclamation' %} {{ f.level }} {{ f.source }}
{{ f.message }}
{{ f.tags }} {{ f.time }} {{ f.status }}
{% endfor %} {% if puppet_reports %} {% pagination puppet_reports url_query=url_query show_all=0 show_csv=0 fugue_icons=1 %} {% endif %} {% endblock %}