Icinga: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
 
=Icinca Web=
 
=Icinca Web=
 
==Additional Packages==
 
==Additional Packages==
  sudo apt-get install php5 php5-cli php-pear php5-xmlrpc php5-xsl php5-gd php5-ldap php5-mysql
+
  sudo apt-get install php5 php5-cli php-pear php5-xmlrpc php5-xsl php5-gd php5-ldap php5-mysql php5-pgsql
 +
 
 
==Install==
 
==Install==
 
  apt-get install icinga-web  
 
  apt-get install icinga-web  

Version vom 25. März 2014, 20:08 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 php5-pgsql

Install

apt-get install icinga-web 

ubuntu