Icinga: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→PPAPPA) |
|||
| Zeile 1: | Zeile 1: | ||
| − | =PPAPPA= | + | =Icinca Classic= |
| + | ==PPAPPA== | ||
add-apt-repository ppa:formorer/icinga | add-apt-repository ppa:formorer/icinga | ||
apt-get update | apt-get update | ||
| Zeile 5: | Zeile 6: | ||
or | or | ||
apt-get install icinga icinga-doc icinga-idoutils postgresql libdbd-pgsql postgresql-client | apt-get install icinga icinga-doc icinga-idoutils postgresql libdbd-pgsql postgresql-client | ||
| − | =Enable ido2db Daemon= | + | ==Enable ido2db Daemon== |
vim /etc/default/icinga | vim /etc/default/icinga | ||
IDO2DB=yes | IDO2DB=yes | ||
service ido2db start | service ido2db start | ||
| − | + | ==Nagios Plugins== | |
| − | =Nagios Plugins= | ||
apt-get install nagios-plugins | apt-get install nagios-plugins | ||
| + | =Icinca Web= | ||
| + | ==Additional Packages== | ||
| + | sudo apt-get install php5 php5-cli php-pear php5-xmlrpc php5-xsl php5-gd php5-ldap php5-mysql | ||
| + | ==Install== | ||
| + | apt-get install icinga-web | ||
| − | =ubuntu= | + | ==ubuntu== |
*http://www.patrick-gotthard.de/icinga-mit-neuem-webinterface-unter-ubuntu-installieren | *http://www.patrick-gotthard.de/icinga-mit-neuem-webinterface-unter-ubuntu-installieren | ||
*http://askubuntu.com/questions/169033/how-to-install-icinga-on-ubuntu-12-04-monitor-remote-host | *http://askubuntu.com/questions/169033/how-to-install-icinga-on-ubuntu-12-04-monitor-remote-host | ||
Version vom 25. März 2014, 13:27 Uhr
Icinca Classic
PPAPPA
add-apt-repository ppa:formorer/icinga apt-get update apt-get install icinga icinga-doc icinga-idoutils mysql-server libdbd-mysql mysql-client
or
apt-get install icinga icinga-doc icinga-idoutils postgresql libdbd-pgsql postgresql-client
Enable ido2db Daemon
vim /etc/default/icinga IDO2DB=yes service ido2db start
Nagios Plugins
apt-get install nagios-plugins
Icinca Web
Additional Packages
sudo apt-get install php5 php5-cli php-pear php5-xmlrpc php5-xsl php5-gd php5-ldap php5-mysql
Install
apt-get install icinga-web