Skip to content

Instantly share code, notes, and snippets.

@DiegoAscanio
Last active June 18, 2018 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DiegoAscanio/ea319c1790a7e56b2deb01bdfb38b7f6 to your computer and use it in GitHub Desktop.
Save DiegoAscanio/ea319c1790a7e56b2deb01bdfb38b7f6 to your computer and use it in GitHub Desktop.
Instalação do Nagios 3 no Debian 9
Instalar Nagios 3 no Debian 9 (Todos os comandos devem ser executados como root):
1. Adicionar o repositório contendo o nagios3:
echo "deb http://packages.le-vert.net/nagios3/debian stretch main" > /etc/apt/sources.list.d/packages_le_vert_net_nagios3.list
2. Baixar a chave GPG do repositório:
wget -O - https://packages.le-vert.net/packages.le-vert.net.gpg.key | apt-key add -
3. Atualizar os repositórios:
apt-get update
4. Instalar o Nagios
apt-get install nagios3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment