Page 1 of 1

Unable to get process status

Posted: Tue Dec 15, 2015 12:40 pm
by Oscarden
* Unable to get process status ------------->at the beginning of the page nagios. That comes out and failed to find the fault.

also appears that, when for example I click on Hosts

Not Found

The requested URL /nagios/cgi-bin/status.cgi was not found on this server.

Apache/2.4.7 (Ubuntu) Server at localhost Port 80

I have kubuntu 14.04 and nagios 4.1.1

Re: Unable to get process status

Posted: Tue Dec 15, 2015 2:02 pm
by hsmith
What's the output of service nagios status?

Re: Unable to get process status

Posted: Tue Dec 15, 2015 9:47 pm
by Box293
How did you compile Nagios? Did you follow any guides?

I have a guide here:
http://sites.box293.com/nagios/guides/i ... untu-14-04

I suspect you need to run these commands:

Code: Select all

a2enmod rewrite
a2enmod cgi
service apache2 restart