Accessing Nagios for the first time

Aidan Anderson mail at aidananderson.co.uk
Thu Mar 11 10:40:08 CET 2010


Tim Tompson wrote:
> My nagios.conf:
>
> ## BEGIN APACHE CONFIG SNIPPET - NAGIOS.CONF
>
> ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"
>
> <Directory "/usr/local/nagios/sbin">
>
>
>    Options ExecCGI
>
>    AllowOverride None
>
>    Order allow,deny
>
>    Allow from all
>
>    AuthType Digest
>
>    AuthName "Nagios Access"
>
>    AuthUserFile /usr/local/nagios/etc/.digest_pw
>
>
>    Require valid-user
>
> </Directory>
>
>
>
> Alias /nagios "/usr/local/nagios/share"
>
> <Directory "/usr/local/nagios/share">
>
>    Options None
>
>    AllowOverride None
>
>
>    Order allow,deny
>
>    Allow from all
>
>    AuthType Digest
>
>    AuthName "Nagios Access"
>
>    AuthUserFile /usr/local/nagios/etc/.digest_pw
>
>    Require valid-user
>
> </Directory>
>
>
> ## END APACHE CONFIG SNIPPETS
>   
> I followed the instructions at: 
> http://nagios.sourceforge.net/docs/3_0/cgisecurity.html -- to secure 
> my install, and thats where I got the above .conf file.
>
> Its set to "Allow from all", shouldn't that work?
>

It should and so should connecting to serveripaddress/nagios.  It looks 
like Apache is your issue. Is it running?  Are there other web sites 
running on the same box?  Are they working?

Aidan


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list