Icinga Web 2 installation and configuration on Linux

Mandatory Package This is important screen, We need to install all required packages, If you see any package showing Red & Green color.
install-icinga-web2-centos-rhel-fedora-3

# For DEB based system #
# nano /etc/php5/apache2/php.ini
date.timezone = 'Asia/Kolkata'

# For RPM based system #
# nano /etc/php.ini
date.timezone = 'Asia/Kolkata'

# Older system (sysvinit) #
# service restart httpd

# Latest system (systemd) #
# systemctl httpd service.restart

After installing missed packages restart the apache web service and hit Refresh button. Now, i can see all the packages are installed, see the below screen shot. It’s time to move forward to next step by hitting Next button.
install-icinga-web2-centos-rhel-fedora-4
Authentication Choose the Authentication type, Here we are going to use database as a authentication method.
install-icinga-web2-centos-rhel-fedora-5

10 Comments on “Icinga Web 2 installation and configuration on Linux”

  1. hi!
    thank tu for this manuel that present how to configure icingua 2;
    please now i need some help to do synchronisation Active directory and this icinga please
    how can i do??,

  2. Loaded plugins: priorities, update-motd, upgrade-helper
    No package icingaweb2 available.
    No package icingacli available.
    Error: Nothing to do

    Its in Amazon Linux. Any suggestions?

  3. THANK YOU VERY VERY MUCH!

    You say to open /etc/icinga2/features-available/ido-pgsql.conf but when using mysql, this should be /etc/icinga2/features-available/ido-mysql.conf

    Also, I had to manually create /etc/icingaweb2/modules/monitoring and chgrp it to icingaweb2, and set group write access to it
    mkdir /etc/icingaweb2/modules/monitoring
    chgrp icingaweb2 /etc/icingaweb2/modules/monitoring
    chmod g+w /etc/icingaweb2/modules/monitoring

Leave a Reply

Your email address will not be published. Required fields are marked *