Page 2 of 2

Re: Error: Could not read host and service status informatio

Posted: Thu Jan 03, 2019 5:24 pm
by scottwilkerson
Can you send your cgi.cfg

And are you logging in with basic authentication as a specific user?

Is this user a contact for any hosts/services?

Re: Error: Could not read host and service status informatio

Posted: Fri Jan 04, 2019 9:21 am
by brt24574
PM'd the cgi.cfg

I have no authentication set up at this time, have not modified the contacts.

Re: Error: Could not read host and service status informatio

Posted: Fri Jan 04, 2019 9:31 am
by scottwilkerson
If you don't have authentication setup nagios doesn't know what your user has rights to see..

In your cgi.cfg you have the following

Code: Select all

use_authentication=1
At a bare minimum you need to set this to 0 if you aren't using authentication

Code: Select all

use_authentication=0

Re: Error: Could not read host and service status informatio

Posted: Fri Jan 04, 2019 9:51 am
by brt24574
Thank you very much @scottwilkerson for your quick responses! You're awesome!!

Re: Error: Could not read host and service status informatio

Posted: Fri Jan 04, 2019 9:52 am
by scottwilkerson
brt24574 wrote:Thank you very much @scottwilkerson for your quick responses! You're awesome!!
Glad it is resolved!

Locking thread