Sistema ACE - {{ title }}

{{ org }}

{% load staticfiles %}

Host - {{ host }}

{% if host.vm = False %} {% if host.serial_number %}

Num de série: {{ host.serial_number }}

    {% endif %} {% if host.ownerid %}

Patrimônio: {{ host.ownerid }}

    {% endif %} {% endif %} {% if host.devicemodel %}

Modelo: {{ host.devicemodel }}

    {% endif %} {% if host.manufactorer %}

Fabricante: {{ host.manufactorer }}

    {% endif %} {% if host.os %}

Sistema operacional: {{ host.os }}

    {% endif %}
{% if host.url %}

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.osplatform %}

Plataforma: {{ host.get_osplatform_display }}

    {% endif %}
{% if host.comments %}

Obs: {{ host.comments }}

   {% endif %}
{% if i %}

Endereços IP deste host

{% for ip in i %} {% endfor %}
IP
{{ ip.address }}

Total de {{ itotal }} ip(s)

{% endif %} {% if s %}

Serviços deste host

{% for service in s %} {% endfor %}
Nome IP
{{ service.name }} {{ service.ip }}

Total de {{ stotal }} serviços

{% endif %} {% if swport %}

Portas do switch

{% for porta in swport %} {% endfor %}
Porta Switch
{{ porta.num }} {{ porta.switch.name }}

Total de {{ swporttotal }} portas de switch

{% endif %} {% if u %}

Atualizações aplicadas

{% for update in u %} {% endfor %}
Nome Data de aplicação Obs
{{ update.name }} {{ update.aplication_date }} {{ update.comments }}

Total de {{ utotal }} atualizações

{% endif %}

Gerado em {% now "j / m / Y - H:i" %}

{%block page_foot%} Página {%endblock%}