Errore Sorry, but Nagios is currently not checking for external commands, so your command will not be committed

From RVM Wiki
Revision as of 18:21, 16 September 2008 by Gabriele.vivinetto (talk | contribs) (New page: 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: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Riferimenti