Icinga-web ubuntu 14.04: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 4: | Zeile 4: | ||
==icinga2 repo hinzufügen== | ==icinga2 repo hinzufügen== | ||
*apt-get install software-properties-common | *apt-get install software-properties-common | ||
| − | *add-apt-repository ppa:formorer/icinga | + | *add-apt-repository -y ppa:formorer/icinga |
| + | |||
==listen neu laden== | ==listen neu laden== | ||
*apt-get update | *apt-get update | ||
Aktuelle Version vom 14. März 2017, 13:22 Uhr
install icinga2
icinga2 repo hinzufügen
- apt-get install software-properties-common
- add-apt-repository -y 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
monitoring
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