{% extends "base.html" %} {% from "_macros.html" import crumbs %} {% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Steward{% endblock %} {% block breadcrumb %}{{ crumbs([("Hosts", "/hosts/"), (("Edit " ~ host.name) if host else "New host", "")]) }}{% endblock %} {% block content %}

{% if host %}Edit Host{% else %}Add Host{% endif %}

Cancel

{% if host %}Monitors, agent, Ansible target, and playbook runs live on the host page.{% else %} After adding, attach ping / DNS / HTTP monitors from the host page.{% endif %}

{% endblock %}