{% extends "admin/layout.html" %} {% block title %}Dashboard{% endblock %} {% block body %}
New registration bundle created! Copy this bundle now - it will not be shown again.
{{ bundle }}
Run on the agent: kuiper-tart-agent register '{{ bundle }}'
| Token | Created By | Expires | Actions |
|---|---|---|---|
{{ token.token }} |
{{ token.created_by }} | {{ token.expires_at }} |
No pending registration tokens. Create one to register a new agent.
{% endif %}No agents registered yet.
{% else %}| Agent ID | Hostname | Type | Status | Capacity | Labels | Actions |
|---|---|---|---|---|---|---|
| {{ agent.agent_id }} | {{ agent.hostname }} | {{ agent.agent_type }} | {% if agent.revoked %} Revoked {% else if agent.is_online %} Online {% else %} Offline {% endif %} | {{ agent.active_vms }}/{{ agent.max_vms }} | {% for label in agent.labels %} {{ label }} {% endfor %} | View |