Icinga2

Aus xinux.net
Zur Navigation springen Zur Suche springen

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


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


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