Nagios Problem...
Posted: Wed Feb 06, 2013 6:48 am
Hi All,
I am trying to install nagios-3.4.4 on RHEL 6; when I follow the routine steps for instalaltions, it works fine and I can access my Nagios page on http://<ip-address>/nagios.
However, I have multiple instances of apache running on the same server. One Instance is used for, say repository, one for subversion and so on and so forth.
I have installed the apache instance dedicated for nagios @ /opt/apache/nagios and this particular instance seems to be workign fine.
./configure --prefix=/opt/apache/nagios -enable-so -with-included-apr -with-pcre=/usr/local/pcre ; make ; make install
However, I really do not know how to integrate my nagios with this particular apache instance. I am installing nagios as below
./configure --with-nagios-user=nagios --with-nagios-group=nagcmd
My End result is, I should be able to access nagios using the http://nagios.mycompany.com
Can someone please help.
--Thyagu
I am trying to install nagios-3.4.4 on RHEL 6; when I follow the routine steps for instalaltions, it works fine and I can access my Nagios page on http://<ip-address>/nagios.
However, I have multiple instances of apache running on the same server. One Instance is used for, say repository, one for subversion and so on and so forth.
I have installed the apache instance dedicated for nagios @ /opt/apache/nagios and this particular instance seems to be workign fine.
./configure --prefix=/opt/apache/nagios -enable-so -with-included-apr -with-pcre=/usr/local/pcre ; make ; make install
However, I really do not know how to integrate my nagios with this particular apache instance. I am installing nagios as below
./configure --with-nagios-user=nagios --with-nagios-group=nagcmd
My End result is, I should be able to access nagios using the http://nagios.mycompany.com
Can someone please help.
--Thyagu