Page 1 of 1

Request class does not exist

Posted: Fri Jun 20, 2014 2:32 am
by remi31
Hi,

I have issue with nagios web client. When i go to the "Services" page, i have an error : 0 Request class does not exists: <username> instead of the Servies page. Any idea with this problem?

Re: Request class does not exist

Posted: Fri Jun 20, 2014 11:36 am
by tmcdonald
What version of Nagios Core are you using? What OS and version is it on?

Re: Request class does not exist

Posted: Tue Jul 22, 2014 8:07 am
by remi31
Hello,

Nagios Core : 4.0.2
Red Hat 6

thanks

Re: Request class does not exist

Posted: Wed Jul 23, 2014 1:51 pm
by lmiltchev
Start a running tail on the apache error log:

Code: Select all

tail -f /var/log/httpd/error_log
then try accessing the "Services" page. When you see the the error, go back to the terminal, stop the tail (Ctrl+c), copy/paste the output. Hopefully we will find some clues in the error log that can help us identify the issue.