Statistics
{% with 'Operating system' as metric_name %}
{% with 3 as row_limit %}
{% with releases as data %}
{% include 'metric_table.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{% with 'Architecture' as metric_name %}
{% with 3 as row_limit %}
{% with arches as data %}
{% include 'metric_table.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{% with crashed_packages as packages %}
{% with 'Package' as header %}
{% include 'reports/packages.html' %}
{% endwith %}
{% endwith %}
{% with 'Related package NEVR' as metric_name %}
{% with 3 as row_limit %}
{% with related_packages_nevr as data %}
{% include 'metric_table.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{% with 'Related package name' as metric_name %}
{% with 3 as row_limit %}
{% with related_packages_n as data %}
{% include 'metric_table.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{% if related_packages_n %}
Packages names with count less than the total count of reports are most probably not the cause of the problem.
{% endif %}
{% with 'Selinux modes' as metric_name %}
{% with 3 as row_limit %}
{% with modes as data %}
{% include 'metric_table.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{{comment.text|linebreaksbr}}
Comment saved {{comment.saved|date:"Y-m-d"}}