Site Tools


linux:ubuntu:icingaweb2

Icingaweb2

More coming soon, check the Icinga2 docs or the Monitoring-Portal for info.

docs.icinga.org - setting up the user interface
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



linux/ubuntu/icingaweb2.txt · Last modified: 2018/12/20 17:45 by lunetikk