{% extends "ace/base.html" %} {% block title %}
Ativo:
{% else %}Ativo:
{% endif %} {% if host.vm = False %} {% if host.serial_number %}Nº de série: {{ host.serial_number }}
{% endif %} {% if host.supplierhw = False %}Patrimônio: {{ host.ownerid }}
{% endif %} {% endif %} {% if host.devicemodel %}Modelo: {{ host.devicemodel }}
{% endif %} {% if host.manufactorer %}Fabricante: {{ host.manufactorer }}
{% endif %} {% if host.osplatform %}Plataforma: {{ host.get_osplatform_display }}
{% endif %} {% if host.os %}Sistema operacional: {{ host.os }}
{% endif %}URL: {{ host.url }}
{% endif %} {% if host.mem %}Memória instalada: {{ host.mem }}
{% endif %} {% if host.cpu %}Quantidade de CPU's: {{ host.cpu }}
{% endif %} {% if host.hwtype %}Tipo de hardware: {{ host.get_hwtype_display }}
{% endif %} {% if host.vm != False %}Máquina virtual:
{% endif %}Usuário administrador: {{ host.admuser}}
{% endif %} {% endif %}Obs: {{ host.comments }}
{% endif %} {% if erro %}Num | Switch | VLANs | Pilha | {% for porta in swport %}||
---|---|---|---|---|---|
{{ porta.num }} | {{ porta.switch.name }} | {% if porta.vlans %}
{% for v in porta.vlans.all %}
{{ v }} {% endfor %} |
{% else %}
{% endif %} {% if porta.switch.stack %} | {{ porta.switch.stack }} | {% else %}{% endif %} |
Endereço | Obs | {% for ip in i %}
---|---|
{{ ip.address }} | {{ ip.comments |default_if_none:"" }} |
Num | Local | {% for netpoint in n %}
---|---|
{{ netpoint.num }} | {{ netpoint.place }} |
Nome | IP | {% for service in s %}
---|---|
{{ service.name }} | {{ service.ip }} |