Site Tools


linux:ubuntu:icingaweb2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:ubuntu:icingaweb2 [2015/03/25 13:24] lunetikklinux:ubuntu:icingaweb2 [2018/11/26 16:41] lunetikk
Line 5: Line 5:
 [[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://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]] [[http://www.monitoring-portal.org/wbb/index.php?page=Index|Monitoring Portal]]
 +
 +===== Installation =====
 +
 +<code>apt-get install icingaweb2</code>
 +
 +===== Configuration =====
 +
 +Browse to your-server.local/icingaweb2/setup
 +
 +Create a token via commandline and enter it in the setup
 +
 +<code>icingacli setup token create</code>
 +
 +Create a database for user configuration
 +
 +<code>
 +mysql -uroot -p
 +[mysql]> CREATE DATABASE icingaweb2;
 +[mysql]> GRANT ALL ON icingaweb2.* TO icingaweb2@localhost IDENTIFIED BY 'CHANGEME/PASSWORD';
 +</code>
 +
 +Follow the instructions on the setup
 +
 +\\
 +\\
 +~~DISCUSSION~~
linux/ubuntu/icingaweb2.txt · Last modified: 2018/12/20 17:45 by lunetikk