NagiosXI checks "an error occurred processing your request"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ITOMB_IMT
Posts: 181
Joined: Wed Oct 17, 2018 12:55 pm

NagiosXI checks "an error occurred processing your request"

Post by ITOMB_IMT »

I am able to apply the configuration successfully and also am noticing the checks are all reporting properly. when I force a check through the GUI I receive a generic error "an error occurred processing your request", whereas we have the backup running fine on secondary with the same backups of primary.

Thanks,
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NagiosXI checks "an error occurred processing your reque

Post by ssax »

First, go to Configure > Core Config Manager > Contacts:
- Edit your contact
- On the Alert Settings tab make sure Can Submit Commands is set to On

Please run this tail command (and leave it running):

Code: Select all

tail -F /var/log/httpd/error_log /var/log/httpd/ssl_error_log
Then replicate the issue in the web interface again and send us the full output of the tail command above one you receive the error again.

Then send the output of these commands as well:

Code: Select all

ls -l /usr/local/nagios/var
ls -l /usr/local/nagios/var/rw
Locked