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.
scottwilkerson wrote:No, it is a config fragment. But your httpd.conf should be including files from the conf.d directory it is placed in /etc/httpd/conf.d.
From what I can tell, I can put additional vhost directives in a .conf file in either /etc/httpd/conf.d or in:
/usr/local/apache/conf/userdata/std/2/xxx/nagios.xxx.com/
OK. It appears as though I had some aliasing misconfigured.
Alias /nagios "/usr/local/nagios/share"
meant I have to use http://nagios.***.com/nagios
This was not working:
http://www.***.com/nagios
After sorting this out and changing owner and group and permissions of the sbin and the share folders I can now see Nagios.
It didn't ask me for a password, and I keep getting this error:
"It appears as though you do not have permission to view information for any of the hosts you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file."
After re-adding the vhost info for the password auth, everything is now working. Thank you to each of you for giving thoughts and ideas that ultimately led to a solutions.