Icinga2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
David (Diskussion | Beiträge) |
||
| Zeile 24: | Zeile 24: | ||
=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 | ||
| + | |||
| + | |||
| + | =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 | ||
| + | |||
| + | |||
| + | # 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 22. September 2015, 12:03 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
- 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
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
- 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