Adagios
  • Configure
  • Nagios
  • {% for i in menubar_items %} {% include i %} {% endfor %}
    {% if not nagios_running %}
  • {% csrf_token %}
  • {% endif %}
  • {% csrf_token %}
  • {% if num_problems and plugins.status %}
  • {{ num_problems }} problems
  • {% endif %}
  • {{ current_time }}
  • {{ remote_user }} {% if tagged_comments %}({{ tagged_comments }}){% endif %}
      {% if tagged_comments and plugins.status %}
    • User {{ remote_user }} is mentioned in {{ tagged_comments }} comments.
    • {% endif %} {% if plugins.status %}
    • My Profile
    • {% endif %}
    • Sign Out
    • Report Bug
    • Make Suggestion
    • Project Webpage
    • Missing Plugins
    • Edit nagios.cfg
    • Nagios Service
    • Object History
    • Config Health
    • Settings
    • PNP Integration
    • {% for i in misc_menubar_items %} {% include i %} {% endfor %}

Notifications: {{ notifications|length }}

{% for id,notification in notifications.items %}
{{ notification.level }}! {{ notification.message }}
Hide
{% endfor %}