Bonjour
Voila un extrait du tuto que j’utilise pour installer Nagios, disponible à cette adresse
[quote]1) Create Account Information
Become the root user.
sudo -s
Create a new nagios user account and give it a password.
/usr/sbin/useradd nagios
passwd nagios
On Ubuntu server edition (6.01 and possible newer versions), you will need to also add a nagios group (it’s not created by default). You should be able to skip this step on desktop editions of Ubuntu.
/usr/sbin/groupadd nagios
/usr/sbin/usermod -G nagios nagios
Create a new nagcmd group for allowing external commands to be submitted through the web interface. Add both the nagios user and the apache user to the group.
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G nagcmd nagios
/usr/sbin/usermod -G nagcmd www-data
[/quote]
Le tuto est pour Ubuntu mais cela ne change rien sur Debian, je suis exactement les étapes et tout fonctionne.
Je pense aussi à une incompréhension de ma part…
MErci de votre réponse.
A bientôt