Problem with Links

Tao Yaoning yonienjcn at gmail.com
Sat Oct 22 04:32:17 CEST 2005


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/20051021/45105a52/attachment.html>


More information about the Users mailing list