{% include "_sidebar.html" %}
Обзор
{{ system.hostname }} · {{ system.ip }} · {{ system.time }}
user: {{ user }}
{% if update_notice and update_notice.has_update %}
Доступно обновление Virtuality
{{ update_notice.current_version }} → {{ update_notice.latest_version }}
Пропущено версий: {{ update_notice.missing_count }} · новых коммитов: {{ update_notice.commit_count }}
{% endif %}
Uptime
{{ system.uptime }}
Load
{{ system.load }}
Kernel
{{ system.kernel }}
VM
{{ vms|length }}

Виртуальные машины

{% for vm in vms %} {% set is_running = 'running' in vm.state %} {% else %} {% endfor %}
IDNameIPStateAutostartActions
{{ vm.id }} {{ vm.name }} {{ vm.ip|default('—') }} {{ vm.state }} {% if vm.autostart_enabled %}
{% else %}
{% endif %}
Детали Консоль {% if is_running %}
{% else %}
{% endif %}
Виртуальных машин пока нет

Сервисы

systemd
{% for name, state in services.items() %}
{{ name }} {{ state }}
{% endfor %}

Storage pools

libvirt
{% for pool in pools %} {% else %} {% endfor %}
NameStateAutostart
{{ pool.name }} {{ pool.state }} {{ pool.autostart }}
Storage pools не найдены

Интерфейсы

ip -br a
{{ network.interfaces }}

Маршруты

ip route
{{ network.routes }}