Icinga2: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 23: Zeile 23:
 
*apt-get install --no-install-recommends icinga-web
 
*apt-get install --no-install-recommends icinga-web
 
=quellen=
 
=quellen=
*https://www.thomas-krenn.com/de/wiki/Installation_von_Icinga2_unter_Ubuntu_Server_14.04
+
*[https://www.thomas-krenn.com/de/wiki/Installation_von_Icinga2_unter_Ubuntu_Server_14.04 ubuntu-14-04]
 
 
 
 
 
 
apt-get install mysql-server icinga2-ido-mysql
 
 
 
 
 
# icinga2 feature enable ido-mysql
 
 
 
# service icinga2 restart
 
 
 
apt-get install icinga-web icinga-web-config-icinga2-ido-mysql
 
 
 
service mysql restart && service icinga2 restart && service apache2 restar
 
 
 
service mysql restart && service icinga2 restart && service apache2 restart
 
 
 
zugriff auf
 
<IP>/icinga-we
 

Version vom 28. September 2015, 10:27 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

icinga classic UI

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

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

quellen