Page 2 of 2

Re: How do I shutdown Nagios?

Posted: Tue Apr 28, 2015 4:05 pm
by ssax
You will receive the No lock file found error if nagios is already stopped and you try to stop nagios again.

For example, if you start nagios again:

Code: Select all

sudo /sbin/service nagios start
and then stop it:

Code: Select all

sudo /sbin/service nagios stop
You shouldn't get any error.