Page 1 of 1

Nagios 4x installation in SUSE 11.1 server

Posted: Thu Jun 26, 2014 1:04 pm
by venkatesh ch
I am trying to install nagios 4x in SUSE 11 SP1 linux sever.

I have followed quick installation guide: http://nagios.sourceforge.net/docs/3_0/ ... nsuse.html to set up initially.

But i ended up with a problem to access index.php file in browser after modifying the nagios.conf as mentioned below.

Code: Select all

# SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER
# Last Modified: 11-26-2005
#
# This file contains examples of entries that need
# to be incorporated into your Apache web server
# configuration file.  Customize the paths, etc. as
# needed to fit your system.

ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"

<Directory "/usr/local/nagios/sbin">
#  SSLRequireSSL
   Options ExecCGI
#  Options +Indexes FollowSymlinks +ExecCGI	
   AllowOverride None
#  AllowOverride Indexes AuthConfig FileInfo
   Order allow,deny
   Allow from all
#  Order deny,allow
#  Deny from all
#  Allow from 127.0.0.1
   AuthName "Nagios Access"
   AuthType Basic
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>

Alias /nagios "/usr/local/nagios/share"

<Directory "/usr/local/nagios/share">
#  SSLRequireSSL
   DirectoryIndex index.php
   Options None
#  Options +ExecCGI
   AllowOverride None
   Order allow,deny
   Allow from all
#  Order deny,allow
#  Deny from all
#  Allow from 127.0.0.1
   AuthName "Nagios Access"
   AuthType Basic
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>
I am not sure about what went wrong during installation.

Some one could suggest me ti fix it.

Please share latest installation guide for nagios core 4x in SUSE 11 and suggest me appropriate plugins to add and check status of multiple hosts in HUB .

Re: Nagios 4x installation in SUSE 11.1 server

Posted: Fri Jun 27, 2014 6:51 am
by rajesh.mehra
Hi Venkatesh


Please share http error log

Nagios 3.0 and 4.0 installation is same no diffrence .


Thanks

Rajesh Mehra

Re: Nagios 4x installation in SUSE 11.1 server

Posted: Mon Jul 07, 2014 9:09 am
by tmcdonald
venkatesh, can you please share the error log as rajesh requested?