{% extends "base.html.twig" %} {% block title %}{{ productName }} agents{% endblock %} {% block body %}
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 %}| # | Name | Notes | Minimal OS Version | File to download |
|---|---|---|---|---|
| {{ loop.index }} | {{ agent.name }} | {{ agent.description }} | {{ agent.minimalVersion }} | {{ agent.packageName }} |