Icinga2: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 26: Zeile 26:
  
  
=Debian Wheezy=
 
 
apt-get update
 
 
apt-get install icinga2
 
 
apt-get install apache2 libapache2-mod-php5
 
 
apt-get install icinga2-classicui
 
 
http://hostname/icinga2-classicui/
 
user: icingaadmin
 
 
 
pass: <wie vereinbart>
 
 
in /etc/apt/sourcess.list eintragen
 
 
deb http://http.debian.net/debian wheezy-backports main
 
 
deb http://ftp.de.debian.org/debian/ unstable main non-free contrib
 
 
deb-src http://ftp.de.debian.org/debian/ unstable main non-free contrib
 
 
apt-get update
 
  
 
apt-get install mysql-server icinga2-ido-mysql
 
apt-get install mysql-server icinga2-ido-mysql

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


apt-get install mysql-server icinga2-ido-mysql


  1. icinga2 feature enable ido-mysql
  1. 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