Problem with Links

Diego González Briones lugonzalez at grupo-uno.com
Sat Oct 29 01:29:59 CEST 2005


I think the problem is that the file /var/log/nagios/status.log is not being generated. 
 
Do you have some recomendation about it?
I was reviewing the cgi.cfg file and everything is ok.
Thanks
Diego.


 

________________________________

From: Tao Yaoning [mailto:yonienjcn at gmail.com] 
Sent: Friday, October 21, 2005 8:32 PM
To: Diego González Briones
Cc: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Problem with Links


two more things should be sure.
Ist, checkyour cgi.cfg of your nagios, there has an option for cgi path
2nd, when you use your mouse point to the links, please check your explore's status bar, there should be a really link. compare with them to make sure they match each other

 
On 10/21/05, Diego González Briones <lugonzalez at grupo-uno.com> wrote: 

	
	There we go, thanks:
	 
	# I'm enabling BOTH, just to be sure!
	ScriptAlias /cgi-bin/nagios /usr/lib/cgi-bin/nagios
	ScriptAlias /nagios/cgi-bin /usr/lib/cgi-bin/nagios 
	<DirectoryMatch /usr/lib/cgi-bin/nagios>
	        Options ExecCGI
	 
	        AllowOverride AuthConfig
	        Order Allow,Deny
	        Allow From All
	 
	        AuthName "Nagios Access"
	        AuthType Basic
	        AuthUserFile /etc/nagios/htpasswd.users
	        require valid-user 
	</DirectoryMatch>
	 
	# Where the stylesheets (config files) reside
	Alias /nagios/stylesheets /etc/nagios/stylesheets
	 
	# Enable this ScriptAlias if you want to enable the grouplist patch.
	# See http://apan.sourceforge.net/download.html for more info
	# It allows you to see a clickable list of all hostgroups in the
	# left pane of the Nagios web interface
	#ScriptAlias /nagios/side.html /usr/lib/cgi-bin/nagios/grouplist.cgi
	 
	# Where the HTML pages live(d)
	Alias /netsaint /usr/share/nagios/htdocs
	Alias /nagios /usr/share/nagios/htdocs
	<DirectoryMatch /usr/share/nagios/htdocs> 
	        Options FollowSymLinks
	 
	        AllowOverride AuthConfig
	        Order Allow,Deny
	        Allow From All
	 
	        AuthName "Nagios Access"
	        AuthType Basic
	        AuthUserFile /etc/nagios/htpasswd.users
	        require valid-user 
	</DirectoryMatch>
	# END FOR NAGIOS
	
	This file is located under /etc/apache2/conf.d/nagios
	By default Debian with apt-get install nagios-common and its resources put the configuration file under this path.
	 
	Thanks for the help.
	 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051028/c630c47d/attachment.html>


More information about the Users mailing list