Page 1 of 1

After nagios server restart nagios service not working.

Posted: Thu Oct 18, 2018 5:11 am
by gautamkumar
I have configure nagios core on centos 7 and it was working fine on local machine but after restart Nagios service is not getting start.

Please help me any one to resolve this issue.





After nagios server restart nagios service not working.

Re: After nagios server restart nagios service not working.

Posted: Thu Oct 18, 2018 2:58 pm
by benjaminsmith
Hello,

Do you have any configuration errors? You can check this by running the following command:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
If this checks out, what happens when you start the stop and start the service? Do you get any errors?

Code: Select all

service nagios stop
service nagios start
Please let me know.