{% extends "base.html" %} {% block breadcrumb %}
  • Dashboard
  • {% endblock breadcrumb %} {% block title %}Dashboard{% endblock %} {% block content %}
    Amon is in read-only mode. Check this guide if you want to enable authentication and settings.
    {% if acl == "False" %}
    Amon is in read-only mode. Check this guide if you want to enable authentication and settings.
    {% endif %} {% if last_check.cpu %}

    System

    {% else %}
    No data. Please ensure that amond is running
    {% endif %} {% if process_check and last_check.cpu %}

    Processes

    {% endif %} {% endblock %} {% block js %} {% endblock js %}