Errore Sorry, but Nagios is currently not checking for external commands, so your command will not be committed
Se si prova a rischedulare un check in Nagios 2 (Debian Etch), e si ottiene l'errore:
Could not stat() command file '/var/lib/nagios2/rw/nagios.cmd'
Sistemare le permission come segue:
sudo /etc/init.d/nagios2 stop sudo dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw sudo dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios2 sudo /etc/init.d/nagios2 start