{% extends "base.html" %} {% load indicator %} {% block title %}Host Overview{% endblock %} {% block content %}

Host Overview

  • Hostname:{{ object.mh_hostname }}
  • Description:{{ object.mh_description }}
  • Service IP:{{ object.mh_address }}
  • Status:
  • Checks Enabled:
  • Alerts Enabled:
{% include "monitor/host_service_list.html" %}

Graph Duration:

{% include "monitor/host_performance_slider.html" %} {% include "monitor/host_filesystem_slider.html" %} {% include "monitor/host_interface_slider.html" %} {% include "monitor/host_diskstat_slider.html" %} {% endblock %}