Adagios
  • Object Browser
  • Monitor
  • {% for i in menubar_items %} {% include i %} {% endfor %}
    {% if needs_reload_NOT_NEEDED %}
  • {% endif %}
  • {{ notifications|length }} Notification{% if notifications|length != 1 %}s{% endif %}
  • Misc
    • Report Bug
    • Make Suggestion
    • Project Webpage
    • Missing Plugins
    • Edit nagios.cfg
    • Nagios Service
    • Object History
    • Config Health
    • Settings
    • {% for i in misc_menubar_items %} {% include i %} {% endfor %}

Notifications: {{ notifications|length }}

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