Icinga-web ubuntu 16.04: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
 
*apt-get install icinga2-classicui
 
*apt-get install icinga2-classicui
  
=monitoring=
 
*[[icinga2 server monitoring]]
 
*[[icinga2 mit puppet clients]]
 
*[[icinga2 troubleshooting]]
 
  
=zugriff=
 
*http://hostname/icinga2-classicui/
 
*user: icingaadmin
 
*pass: <wie vereinbart>
 
=install icinga2-web=
 
==icinga2-web repo hinzufügen==
 
*add-apt-repository ppa:formorer/icinga-web
 
==listen neu laden==
 
*apt-get update
 
==install mysql und ido tools==
 
*apt-get install mysql-server icinga2-ido-mysql
 
==install icinga-web==
 
*apt-get install --no-install-recommends icinga-web
 
  
 
=Links=
 
=Links=
 
*https://www.thomas-krenn.com/de/wiki/Icinga_Web_2_mit_Icinga_2_verwenden
 
*https://www.thomas-krenn.com/de/wiki/Icinga_Web_2_mit_Icinga_2_verwenden

Version vom 20. Juni 2016, 18:51 Uhr

install icinga2

icinga2 repo hinzufügen

  • add-apt-repository ppa:formorer/icinga

listen neu laden

  • apt-get update

icinga2 installation

  • apt-get install icinga2

installation diverser pakete

  • apt-get install libapache2-mod-php7.0 libapache2-mod-php
  • apt-get install php-intl php-xml php-gd php-imagick php-pgsql


  • /etc/icinga2/features-enabled# ln -s ../features-available/ido-mysql.conf .

chmod 777 /etc/icingaweb2/modules/

icinga classic UI

  • apt-get install apache2 libapache2-mod-php5
  • apt-get install icinga2-classicui


Links