Unable to write to check_result_path

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
chrtap
Posts: 35
Joined: Wed Dec 28, 2011 6:31 am

Unable to write to check_result_path

Post by chrtap »

Hi,
I have had a problem after a update.
1. the update could not ended, after some time I stopped it.
2. nagios was not able to start, a message ask me to repair the db. I did it.
3. nagios always inaccessible, I restore the last update backup (today backup)
4. after a reboot I can acces to nagiosXI but I have the message "Error: Unable to write to check_result_path ('/usr/local/nagios/var/spool/checkresults') - Permission denied

And everything seems to be ok with the permission on /usr/local/nagios/var/spoolcheckresults

Could you help me ?
regards
Last edited by chrtap on Fri Jan 27, 2017 8:06 am, edited 1 time in total.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Unable to write to check_result_path

Post by mcapra »

Can you share the output of the following commands executed from the CLI of your Nagios XI machine:

Code: Select all

ps aux | grep nagios
cat nagios.cfg | grep checkresults
ls -al /usr/local/nagios/var/
ls -al /usr/local/nagios/var/spool
Former Nagios employee
https://www.mcapra.com/
Locked