Nagios installation
Published on 20 October , 2007
Voici comment installer et configurer nagios sur une debian:
Installation d’apache 2:
vincent@zakedoem:~$ sudo apt-get install apache2
Installation de nagios 2:
vincent@zakedoem:~$ sudo apt-get install nagios2
Ajout de l’utilisateur ayant accès à l’interface web de nagios:
vincent@zakedoem:~$ sudo htpasswd -c /etc/nagios2/htpasswd.users nagiosadmin
Password:
L’interface web de nagios est désormais accessible via http://127.0.0.1/nagios2/
Il faut que les utilisateurs nagios et www-data aient accès [...]