{% trans "Hostname" %}: |
{{ node.hostname }}{% if node.is_head %} {% endif %}
|
{% trans "IP address" %}: |
{{ node.address }} |
{% trans "Owner" %}: |
{{ node.owner }} |
{% trans "Capabilities" %}: |
{% trans "Compute" %}:
{% trans "Backup" %}:
|
{% trans "CPUs / Free" %}: |
{{ node.cpu_total }} x ({{ node.cpu }} * {{ node.cpu_coef }})
{{ node.cpu_free }} x
|
{% trans "RAM / Free / " %}{% trans "Overhead" %}: |
{{ node.ram_total }} MB ({{ node.ram }} * {{ node.ram_coef }})
{{ node.ram_free }} MB
{{ node.ram_kvm_overhead }} MB
|
{% with sysinfo=node.sysinfo %}
{% trans "Manufacturer" %}: |
{{ sysinfo.Manufacturer }} |
{% trans "Product" %}: |
{{ sysinfo.Product }} |
{% trans "Serial Number" %}: |
{{ sysinfo|keyvalue:"Serial Number" }} |
{% trans "CPU Type" %}: |
{{ sysinfo|keyvalue:"CPU Physical Cores" }} * {{ node.sysinfo|keyvalue:"CPU Type" }} |
{% trans "Uptime" %}: |
{% with up=node.boottime|uptime %}
{% blocktrans with hms=up.seconds|timeformat count days=up.days %}
{{ days }} day, {{ hms }}
{% plural %}
{{ days }} days, {{ hms }}
{% endblocktrans %}
|
{% endwith %}
{% endwith %}
{% trans "Datacenters" %}: |
{{ node_dcs|dcify }} |
{% trans "Servers" %}: |
{{ node_vms }} ({{ node_real_vms }}) |
{% if mon_sla_enabled %}
{% trans "SLA" %}:
{% now "m/Y" %}
|
|
{% endif %}
{% trans "Status" %}: |
{{ node.get_status_display }} |
{% if details_rows %}{% for template in details_rows %} {# used by esdc-ee-eslic #}
{% include template %}
{% endfor %}{% endif %}