{% comment %} {% load url from future %} {% endcomment %}
{% if agents %}
Name | Description | Enabled | Primary | Remote | Monitored Nodes | Threads | Update interval | ||
---|---|---|---|---|---|---|---|---|---|
{{ agent.name }} | {{ agent.description }} | {% if agent.is_enabled %} {% else %} {% endif %} | {% if agent.is_primary %} {% endif %} | {% if agent.is_remote %} {% endif %} | {{ agent.monitored_nodes_count }} | {{ agent.threads }} | {{ agent.config_update_minperiod }} |