nagios on windows 2008 R2 with cygwin, IIS7

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
lionel37
Posts: 1
Joined: Tue Mar 06, 2012 10:09 pm

nagios on windows 2008 R2 with cygwin, IIS7

Post by lionel37 »

Hi,
I have managed to install nagios on windows and I am able to see the home page, when I go under any others pages I will get "Error: Could not read object configuration data!"
I have made the pre-flight check under cygwin checked the path in IIS etc all look good not sure where to look about this.
Thanks.
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: nagios on windows 2008 R2 with cygwin, IIS7

Post by jsmurphy »

This is going to be a permissions issue, assuming you used the user nagios and the groups nagios and nagcmd for your nagios and command group when you compiled it then permissions under the nagios directory should look like:

All files should be owned by nagios:nagios except for /var/rw/ (and subfiles) which should be owned by nagios:nagcmd

Ensure that apache is a member of the nagios and nagcmd groups.
Locked