{% extends "base.html" %} {% block pagebanner %}

Welcome to Hostbase!

search for hosts using one or more of the fields below


{% endblock %} {% block sidebar %} add a new host {% endblock %} {% block content %}
hostname
whatami
netgroup
class
support
csi
printq
dhcp {% for choice in yesno %} {{ choice.1 }} {% endfor %}
outbound_smtp {% for choice in yesno %} {{ choice.1 }} {% endfor %}
primary_user
administrator
location
expiration_date YYYY-MM-DD

Interface

{% for choice in TYPE_CHOICES %} {{ choice.1 }} {% endfor %}
mac_addr
ip_addr
name
dns_view {% for choice in DNS_CHOICES %} {{ choice.1 }} {% endfor %}
cname
mx

{% endblock %}