{% extends "base_status.html" %} {% block title %}Error{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Oh no, something went wrong ☹{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% load adagiostags %} {% block content %}
yum --enablerepo=ok-testing install mk-livestatus pynag config --append "broker_module=/usr/lib64/mk-livestatus/livestatus.o /var/spool/nagios/cmd/livestatus" service nagios reloadInstall instructions for debian-based systems:
apt-get install check-mk-livestatus pynag config --append "broker_module=/usr/lib/check_mk/livestatus.o /var/lib/nagios3/rw/livestatus" service nagios3 reload{% endif %} {% if not nagios_running %}
Is our monitoring engine even running ? If so we cant detect it.
Don't worry you can still configure stuff but you might want to start it so you can start monitoring stuff.
{% endif %}So! Adagios is up and running. But you need to install and configure a monitoring engine.
If Nagios (or a compatible engine like Icinga, Shinken or Naemon) is already installed. You should head over to settings page and configure right paths.
If you don't have a monitoring engine installed you should take a look at our installation instructions to get started.
{% endif %} {% if exception_type == "EventHandlerError" %} {% if "Not a git repository" in exception %}So! Seems like your configuration directory is not a git repository but Adagios was configured to that it uses git.
It's not a big deal, all you have to do is to visit this page and we will generate one for you.
You configuration files should always be a git repository anyway, so this is for your own good :)
{% endif %} {% endif %}If you think this is a bug. Send the following information to the developers:
{{ traceback }}{% endif %}