Nagios core unable to get process status

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mrkrupp
Posts: 22
Joined: Fri Apr 01, 2016 5:23 pm

Nagios core unable to get process status

Post by mrkrupp »

Hello,

A yesterday I had Nagios Core all setup to go and everything was functioning, including the web service showing hosts and services. Now when I log into the web service I see Unable to get process status message on the home page. and Forbidden

You don't have permission to access /nagios/cgi-bin/status.cgi on this server. when I click on hosts or services. Any ideas on how to fix this and what could have caused this issue?

Thanks
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios core unable to get process status

Post by hsmith »

What version of core on what OS?

What's selinux up to?

Code: Select all

getenforce
Do you have any errors in your apache error log?

Code: Select all

tail /var/log/httpd/error_log
Let's check the access log as well

Code: Select all

tail /var/log/httpd/access_log
Former Nagios Employee.
me.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios core unable to get process status

Post by rkennedy »

It looks like you opened two threads about the same / similar issue. Let's continue in the other one. Please post your response to the above questions in the other one as well and we will continue there.

https://support.nagios.com/forum/viewto ... 61#p181161
Former Nagios Employee
Locked