{% extends "base.html.twig" %} {% block title %}{{ productName }} agents{% endblock %} {% block body %}

{{ productName }} Agents


Here you can find all available agents for different type of devices.

Actual server IP address or FQDN: {{ serverIpAddress }}.

{% if(processServerIpUpdate == 1) %}

Processing agent modules update...please wait for a while.

{% else %} {% for agent in agents %} {% endfor %}
# Name Notes Minimal OS Version File to download
{{ loop.index }} {{ agent.name }} {{ agent.description }} {{ agent.minimalVersion }} {{ agent.packageName }}
{% endif %}
{% endblock body %}