Reports Errors

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
TCBeekley
Posts: 20
Joined: Thu May 26, 2016 6:40 am

Reports Errors

Post by TCBeekley »

Hello All!

I'm having an issue with the reports section. I can't run any reports, there's an error saying "Reports aren't available while the monitoring engine isn't running" but everything is running as expected. I also, can't run any legacy reports saying it can't open the cgi file. But the file is there and the permissions seem to be okay. There have been no changes to the system, no upgrades or anything like that. Nagios XI version 5.4.5

/usr/local/nagios/etc
-rw-rw-r-- 1 apache nagios 5.1K Jan 18 04:04 cgi.cfg


Thoughts??
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Reports Errors

Post by lmiltchev »

First, let's restart services to see if this is going to fix the issue:

Code: Select all

service nagios stop
service ndo2db restart
service nagios start
service ndo2db status
service nagios status
service httpd restart
service httpd status
If you are still having issues after restarting the services, send the profile.zip (Admin > System Profile > Download Profile) to any member of the Nagios Support team via PM. We will need to look into the log files in order to further troubleshoot the issue.

Also, run the following commands and show the output:

Code: Select all

chage nagios -l
chage apache -l
grep nag /etc/group
The above commands will show us if nagios or apache user is expired, and if the apache user is added to the nagios and nagcmd group.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked