{% extends "pages/main.html" %} {% load staticfiles %} {% block title %} Monitors {% endblock %} {% block container %}
id | Name | target | location | Control | Formula | Status | Result | {#Action | #}Violations | Audits |
---|---|---|---|---|---|---|---|---|---|---|
{{ m.id }} | {{ m.name}} | {{ m.target.name }} | {{ m.location }} | {{ m.control_type.name }} |
{% if m.formula|length > 10 %}
{{ m.formula|slice:":10" }}...
{% else %}
{{ m.formula }}
{% endif %}
|
{% if m.enabled|stringformat:"s" == "True" %} Running... {% else %} Stopped {% endif %} | {% if m.mon.last|stringformat:"s" == "?" %} {% elif m.mon.last|stringformat:"s" == "⊥" %} {% else %} {% endif %} {{ m.mon.last }} | {{ m.audits|length }} |