RFc Networking e Informatica
Pubblicata su RFc Networking e Informatica (https://www.rfc.it)

Home > Icinga > Icinga Web 2

Icinga Web 2

 L'interfaccia Web 2 di Icinga richiede l'utente wwwrun faccia parte del gruppo icingacmd

usermod -a -G icingacmd wwwrun

Per la verifica:

id wwwrun

La relativa documentazione è disponibilequi: https://github.com/Icinga/icingaweb2/blob/master/doc/installation.md [1]

Il repository di Icinga Web 2 rimane lo stessi di Icinga 2:

http://packages.icinga.org/openSUSE/ICINGA-release.repo [2]

Quindi non resta che installare e riavvire apache

zypper install icingaweb2 icingacli
rcapache2 restart

 

La documentazione indica anche il comando

groupadd -r icingaweb2

gruppo che risulta già presente.

ed  accedere all'interfaccia web:
http://icinga_ip/icingaweb2

Ecco il risultato:

Icinga Web 2 [3]

 

Sono necessari alcuni moduli apache come rewrite o env. Nel caso di errori usare il comando a2enmod per aggiungere i moduli dichiesti e riavviare apache. Es:

a2enmod rewrite
rcapache2 restart

 

  • Aggiungi un commento [4]
Categoria: 
monitor [5]
Icinga [6]
Tipologia: 
applicativi [7]

RFc -Restori Fabrizio Consulenze-  S.da Buffolara, 67 -43126 Parma- Tel. +39 335 240228 Fax +39 0521 940035   P.IVA 01788460341

webmaster: Fabrizio
Note

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37939674-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.rfc.it/piwik/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "1"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })();

URL di origine:https://www.rfc.it/applicativi/icinga-web-2

Links
[1] https://github.com/Icinga/icingaweb2/blob/master/doc/installation.md [2] http://packages.icinga.org/openSUSE/ICINGA-release.repo [3] https://www.rfc.it/sites/default/files/u1/icingaweb2.jpg [4] https://www.rfc.it/comment/reply/482#comment-form [5] https://www.rfc.it/category/categoria/monitor [6] https://www.rfc.it/category/categoria/icinga [7] https://www.rfc.it/category/tipologia/applicativi