Icinga-web ubuntu 16.04: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
  
  
/etc/icinga2/features-enabled# ln -s ../features-available/ido-mysql.conf .
+
*/etc/icinga2/features-enabled# ln -s ../features-available/ido-mysql.conf .
  
 +
chmod 777  /etc/icingaweb2/modules/
  
 
==icinga classic UI==
 
==icinga classic UI==

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

monitoring

zugriff

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