====== Icingaweb2 ====== More coming soon, check the Icinga2 docs or the Monitoring-Portal for info. [[http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-the-user-interface|docs.icinga.org - setting up the user interface]]\\ [[http://www.monitoring-portal.org/wbb/index.php?page=Index|Monitoring Portal]] ===== Installation ===== apt-get install icingaweb2 ===== Configuration ===== Browse to your-server.local/icingaweb2/setup Create a token via commandline and enter it in the setup icingacli setup token create Create a database for user configuration mysql -uroot -p [mysql]> CREATE DATABASE icingaweb2; [mysql]> GRANT ALL ON icingaweb2.* TO icingaweb2@localhost IDENTIFIED BY 'CHANGEME/PASSWORD'; Follow the instructions on the setup \\ \\ ~~DISCUSSION:closed~~