{% include 'base.html' %} {% block main %}
Hostname
{{ hostname | safe }}
User
{{ loguser | safe }}
Containers
{{ activ_ct | safe }} up {{ inactiv_ct | safe }} down
Virtual Servers
{{ activ_vm | safe}} up {{ inactiv_vm | safe}} down
CPU
RAM
Buffers:{{ memory_buffers | safe }} Cached:{{ memory_cached | safe }}
Free :{{ memory_free | safe }} Total :{{ memory_total | safe }}
Disk
Used :{{ host_disk_used | safe }}GB / Total :{{ host_disk_total | safe }}GB
{% endblock %} {% include 'foot.html' %}