{% extends "base.html" %} {% load bootstrap3 %} {% block page_title %}Host - {{ host }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
| Hostname | {{ host.hostname }} |
|---|---|
| Domain | {{ host.domain }} |
| Reporting IP Address | {{ host.ipaddress }} |
| Reverse DNS | {{ host.reversedns }} |
| OS Release | {{ host.osvariant.osrelease }} |
| OS Variant | {{ host.osvariant }} |
| Kernel | {{ host.kernel }} |
| Architecture | {{ host.arch }} |
| Tags | {% for tag in host.tags.all %} {{ tag }} {% endfor %} |
| Updated | {{ host.updated_at }} |
| Last Report | {{ host.lastreport }} |
| Packages Installed | {{ host.packages.count}} |
| Updates Available | {{ host.updates.count }} |
| Errata | {{ host.errata.count }} |
| Reboot Required | {{ host.reboot_required }} |
| Repos In Use | {% if host.host_repos_only %}Host Repos{% else %}Host and OS Release Repos{% endif %} |
| Last 3 reports |
|