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
Oscarden
Posts: 1
Joined: Mon Nov 30, 2015 11:23 am

Unable to get process status

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Unable to get process status

Post by hsmith »

What's the output of service nagios status?
Former Nagios Employee.
me.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Unable to get process status

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked