Nagios 4x installation in SUSE 11.1 server

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.
Locked
venkatesh ch
Posts: 5
Joined: Mon Jun 23, 2014 10:37 am

Nagios 4x installation in SUSE 11.1 server

Post 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 .
rajesh.mehra
Posts: 35
Joined: Mon Jan 27, 2014 2:38 am
Location: New Delhi, India

Re: Nagios 4x installation in SUSE 11.1 server

Post by rajesh.mehra »

Hi Venkatesh


Please share http error log

Nagios 3.0 and 4.0 installation is same no diffrence .


Thanks

Rajesh Mehra
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios 4x installation in SUSE 11.1 server

Post by tmcdonald »

venkatesh, can you please share the error log as rajesh requested?
Former Nagios employee
Locked