Instalando o Icinga2 no servidor 16.04 com o Raspberry Pi 3

2

Estou tentando instalar o icinga2 no PI-3. Eu tenho a seguinte configuração:

  • Raspberry Pi 3 Ubuntu
  • Ubuntu Server Standard 16.04
  • icinga2

Eu executo os seguintes comandos:

sudo add-apt-repository ppa:formorer/icinga
sudo apt-get update
sudo apt-get install icinga2'

Eu recebo o seguinte erro

The following packages have unmet dependencies:
icinga2 : Depends: icinga2-bin (= 2.4.1-2ubuntu1) but it is not going to 
be installed
Depends: icinga2-common (= 2.4.1-2ubuntu1) but >2.4.10-1~ppa1~xenial1 
is to be installed
Recommends: icinga2-doc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.'

Eu sou relativamente novo no Linux / Ubuntu e nem tenho 100% de certeza do que o erro significa ou como resolvê-lo

Obrigado por qualquer ajuda sobre isso

Alexis

    
por alexis 14.06.2016 / 09:25

1 resposta

2

Eu resolvi isso usando aptitude

sudo apt-get install aptitude
sudo aptitude install icinga2

felicidades
alexis

    
por alexis 14.06.2016 / 15:52