Re: How do I shutdown Nagios?
Posted: Tue Apr 28, 2015 4:05 pm
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:
and then stop it:
You shouldn't get any error.
For example, if you start nagios again:
Code: Select all
sudo /sbin/service nagios startCode: Select all
sudo /sbin/service nagios stop