Errore Sorry, but Nagios is currently not checking for external commands, so your command will not be committed: Difference between revisions
Jump to navigation
Jump to search
m 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: ... |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Se non si riesce a fare l'acknowledge di un alert nagios | |||
== Debian 5,6,7 Nagios 3 == | |||
sudoedit /etc/nagios3/nagios.cfg | |||
... | |||
check_external_commands=1 | |||
... | |||
sudo /etc/init.d/nagios3 stop | |||
sudo dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw | |||
sudo dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios3 | |||
sudo /etc/init.d/nagios3 start | |||
== Debian Etch Nagios 2 == | |||
Se si prova a rischedulare un check in Nagios 2 (Debian Etch), e si ottiene l'errore: | Se si prova a rischedulare un check in Nagios 2 (Debian Etch), e si ottiene l'errore: | ||
Latest revision as of 14:29, 6 November 2014
Se non si riesce a fare l'acknowledge di un alert nagios
Debian 5,6,7 Nagios 3
sudoedit /etc/nagios3/nagios.cfg
... check_external_commands=1 ...
sudo /etc/init.d/nagios3 stop
sudo dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw sudo dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios3
sudo /etc/init.d/nagios3 start
Debian Etch Nagios 2
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