Herramientas de usuario

Herramientas del sitio


unattended_installations:installing_up_icinga_web_2

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
unattended_installations:installing_up_icinga_web_2 [2015/04/02 10:10] – creado machounattended_installations:installing_up_icinga_web_2 [2015/04/02 10:21] – [Installing Icinga Web 2 from Source] macho
Línea 8: Línea 8:
       * LDAP PHP library when using Active Directory or LDAP for authentication       * LDAP PHP library when using Active Directory or LDAP for authentication
       * Icinga 1.x w/ Livestatus or IDO, Icinga 2 w/ Livestatus or IDO feature enabled       * Icinga 1.x w/ Livestatus or IDO, Icinga 2 w/ Livestatus or IDO feature enabled
 +====== Installing Icinga Web 2 from Source ====== 
 +**Step 1: Getting the Source**  
 +First of all, you need to download the sources. Icinga Web 2 is available through a Git repository. You can clone this repository either via git or http protocol using the following URL, or can download from here:{{:unattended_installations:icingaweb2-06d9e41.tar.gz|}} 
 +  http://git.icinga.org/icingaweb2.git 
 +**Step 2: Install the Source** 
 +Choose a target directory and move Icinga Web 2 there. 
 +  mkdir /usr/share/icingaweb2 
 +  tar -zxvf icingaweb2-06d9e41.tar.gz 
 +  mv icingaweb2 /usr/share/icingaweb2 
 +**Step 3: Configuring the Web Server** 
 +Use //**icingacli**// to generate web server configuration for either Apache or nginx. 
 +  cd /usr/share/icingaweb2 
 +**Apache:** 
 +  ./bin/icingacli setup config webserver apache --document-root /usr/share/icingaweb2/public 
 +Save the output as new file in your webserver's configuration directory. 
 +**Step 4: Preparing Web Setup** 
 +Because both web and CLI must have access to configuration and logs, permissions will be managed using a special system group. The web server user and CLI user have to be added to this system group.
unattended_installations/installing_up_icinga_web_2.txt · Última modificación: 2022/11/02 13:58 por 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki