Page 2 of 2

Re: Core 3.5.1 Error: Could not read object configuration da

Posted: Mon Oct 14, 2013 10:14 am
by abrist
landacorp wrote:So, it seems like i need to run nginx for the main purposes and apache for "backend"...
I could live with that, but if you have more ideas, i would like to try...
Unfortunately, no. When I set up nagios on an nginx box about a year ago, that is exactly what I had to do. I could not get nginx to play well with auth and the cgis. Ended up using apache for the cgi-bin and nginx for the html/share files.

Re: Core 3.5.1 Error: Could not read object configuration da

Posted: Thu Oct 17, 2013 8:03 am
by landacorp
Thanks abrist,

There's a breakthrough - i've managed nagios to work with nginx.

If you install it from source as described here: http://www.geekpeek.net/nagios-core-4-0-0-install/
it works without apache (with the same nginx configs from my first post)

So the thread could be closed.

Thanks!

Re: Core 3.5.1 Error: Could not read object configuration da

Posted: Thu Oct 17, 2013 10:42 am
by slansing
Oh excellent, what was the resolution?

Re: Core 3.5.1 Error: Could not read object configuration da

Posted: Mon Oct 21, 2013 3:43 am
by landacorp
Resolution was to use nagios 4.0.0 from source instead of 3.5.1 from yum...

Re: Core 3.5.1 Error: Could not read object configuration da

Posted: Mon Oct 21, 2013 11:45 am
by abrist
Great! They must have reworked something in the source. Locking her up, maybe someone else will find this useful as well!