<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Nagios 3.0 Jumpstart Guide For Linux &#8211; Overview, Installation and Configuration</title>
	<atom:link href="http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 6 Nagios Command Line Options Explained with Examples</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-182724</link>
		<dc:creator>6 Nagios Command Line Options Explained with Examples</dc:creator>
		<pubDate>Mon, 23 Jan 2012 06:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-182724</guid>
		<description>[...] you are new to Nagios, first install Nagios, and configure it to monitor a Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] you are new to Nagios, first install Nagios, and configure it to monitor a Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-159820</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-159820</guid>
		<description>Hi, 

Very usefull post, nice one</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Very usefull post, nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovais alam</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-159579</link>
		<dc:creator>ovais alam</dc:creator>
		<pubDate>Thu, 22 Dec 2011 02:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-159579</guid>
		<description>if you want to add one more windows then add another host entry and services.  in /usr/local/nagios/etc/objects/windows.cfg 
for new  system 

if you wan to add more linux machines then add host entries and services in 
/usr/local/nagios/etc/objects/localhost.cfg

for new remote linux host.</description>
		<content:encoded><![CDATA[<p>if you want to add one more windows then add another host entry and services.  in /usr/local/nagios/etc/objects/windows.cfg<br />
for new  system </p>
<p>if you wan to add more linux machines then add host entries and services in<br />
/usr/local/nagios/etc/objects/localhost.cfg</p>
<p>for new remote linux host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Salunke</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-144081</link>
		<dc:creator>Sachin Salunke</dc:creator>
		<pubDate>Wed, 23 Nov 2011 12:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-144081</guid>
		<description>content is really good &amp; usefull , request you to review and improve documentation regarding of Nagios ....</description>
		<content:encoded><![CDATA[<p>content is really good &amp; usefull , request you to review and improve documentation regarding of Nagios &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janardhan</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-129171</link>
		<dc:creator>Janardhan</dc:creator>
		<pubDate>Tue, 27 Sep 2011 05:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-129171</guid>
		<description>Its nice tutorial and understandable i succeded in installation and configuration.

Thanks</description>
		<content:encoded><![CDATA[<p>Its nice tutorial and understandable i succeded in installation and configuration.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishara Fernando</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-120571</link>
		<dc:creator>Ishara Fernando</dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-120571</guid>
		<description>If you guys are using  centos 5.6
then follow the steps below:

su root:

yum install httpd php

yum install gcc-3.4.6-8 compat-gcc*  libgcc* compat-libgcc* compat-gcc-32* gcc-c++* glibc* glibc-common*

yum install gd gd-devel

/usr/sbin/useradd -m nagios

passwd nagios

/usr/sbin/groupadd nagcmd

/usr/sbin/usermod -a -G nagcmd nagios

/usr/sbin/usermod -a -G nagcmd apache

Download nagios and nagios-plugins as follows:

wget http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.3.1/nagios-3.3.1.tar.gz

wget http://space.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz
eg: if you are downloading as a user called, ishara: then enter the command:

cd /home/ishara/Downloads

Extract and Install nagios as follows:

tar xvf nagios-3.3.1.tar.gz 

cd nagios*
./configure --with-command-group=nagcmd
make all

make install

make install-init

make install-config

make install-commandmode

make install-webconf

Now provide a password for the username called nagiosadmin: run the following command:

htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

/sbin/service httpd restart

Now let&#039;s install the nagios-plugins as follows: Enter 

tar xvf nagios-plugins-1.4.15.tar.gz

cd nagios-plugins*

./configure --with-nagios-user=nagios --with-nagios-group=nagios

make

make install

Add nagios service to the startup as follows: Enter:

chkconfig ---add nagios

chkconfig nagios on

To disable SELinux to permissive mode: Enter:

/usr/sbin/setenforce 0

chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/

chcon -R -t httpd_sys_content_t /usr/local/nagios/share/

All work done in the terminal now in and now in firefox or any web-browser, type

http://localhost/nagios/

Enter username : nagiosadmin and the relevant password you entered above:

DONE!!!  ENJOY NAGIOS

ISHARA FERNANDO ( FROM: SRI LANKA )
&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>If you guys are using  centos 5.6<br />
then follow the steps below:</p>
<p>su root:</p>
<p>yum install httpd php</p>
<p>yum install gcc-3.4.6-8 compat-gcc*  libgcc* compat-libgcc* compat-gcc-32* gcc-c++* glibc* glibc-common*</p>
<p>yum install gd gd-devel</p>
<p>/usr/sbin/useradd -m nagios</p>
<p>passwd nagios</p>
<p>/usr/sbin/groupadd nagcmd</p>
<p>/usr/sbin/usermod -a -G nagcmd nagios</p>
<p>/usr/sbin/usermod -a -G nagcmd apache</p>
<p>Download nagios and nagios-plugins as follows:</p>
<p>wget <a href="http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.3.1/nagios-3.3.1.tar.gz" rel="nofollow">http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.3.1/nagios-3.3.1.tar.gz</a></p>
<p>wget <a href="http://space.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz" rel="nofollow">http://space.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz</a><br />
eg: if you are downloading as a user called, ishara: then enter the command:</p>
<p>cd /home/ishara/Downloads</p>
<p>Extract and Install nagios as follows:</p>
<p>tar xvf nagios-3.3.1.tar.gz </p>
<p>cd nagios*<br />
./configure &#8211;with-command-group=nagcmd<br />
make all</p>
<p>make install</p>
<p>make install-init</p>
<p>make install-config</p>
<p>make install-commandmode</p>
<p>make install-webconf</p>
<p>Now provide a password for the username called nagiosadmin: run the following command:</p>
<p>htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin</p>
<p>/sbin/service httpd restart</p>
<p>Now let&#8217;s install the nagios-plugins as follows: Enter </p>
<p>tar xvf nagios-plugins-1.4.15.tar.gz</p>
<p>cd nagios-plugins*</p>
<p>./configure &#8211;with-nagios-user=nagios &#8211;with-nagios-group=nagios</p>
<p>make</p>
<p>make install</p>
<p>Add nagios service to the startup as follows: Enter:</p>
<p>chkconfig &#8212;add nagios</p>
<p>chkconfig nagios on</p>
<p>To disable SELinux to permissive mode: Enter:</p>
<p>/usr/sbin/setenforce 0</p>
<p>chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/</p>
<p>chcon -R -t httpd_sys_content_t /usr/local/nagios/share/</p>
<p>All work done in the terminal now in and now in firefox or any web-browser, type</p>
<p><a href="http://localhost/nagios/" rel="nofollow">http://localhost/nagios/</a></p>
<p>Enter username : nagiosadmin and the relevant password you entered above:</p>
<p>DONE!!!  ENJOY NAGIOS</p>
<p>ISHARA FERNANDO ( FROM: SRI LANKA )<br />
&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishara Fernando</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-120568</link>
		<dc:creator>Ishara Fernando</dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-120568</guid>
		<description>Ramesh, 
I tried to install nagios in centos 5.6 but i get access denied message when i enter :
http://localhost/nagios/
so what i did was i installed php :
then entered the following command as root user:
yum install php 
/usr/sbin/setenforce 0
chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/
chcon -R -t httpd_sys_content_t /usr/local/nagios/share/
/sbin/service httpd restart
/sbin/service nagios restart

SUccessful !!! 
THANKS 





then the problem was solved</description>
		<content:encoded><![CDATA[<p>Ramesh,<br />
I tried to install nagios in centos 5.6 but i get access denied message when i enter :<br />
<a href="http://localhost/nagios/" rel="nofollow">http://localhost/nagios/</a><br />
so what i did was i installed php :<br />
then entered the following command as root user:<br />
yum install php<br />
/usr/sbin/setenforce 0<br />
chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/<br />
chcon -R -t httpd_sys_content_t /usr/local/nagios/share/<br />
/sbin/service httpd restart<br />
/sbin/service nagios restart</p>
<p>SUccessful !!!<br />
THANKS </p>
<p>then the problem was solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romal</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-119722</link>
		<dc:creator>Romal</dc:creator>
		<pubDate>Thu, 28 Jul 2011 11:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-119722</guid>
		<description>Thanks it works :)</description>
		<content:encoded><![CDATA[<p>Thanks it works <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udaya Sankar</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-116473</link>
		<dc:creator>Udaya Sankar</dc:creator>
		<pubDate>Thu, 07 Jul 2011 06:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-116473</guid>
		<description>To establish the Nagios Service  
 first we have to use this command  make install-init before chkconfig --add nagios</description>
		<content:encoded><![CDATA[<p>To establish the Nagios Service<br />
 first we have to use this command  make install-init before chkconfig &#8211;add nagios</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Setup Nagios Checker Extension for Chrome and Firefox Browser</title>
		<link>http://www.thegeekstuff.com/2008/05/nagios-30-jumpstart-guide-for-red-hat-overview-installation-and-configuration/comment-page-1/#comment-115525</link>
		<dc:creator>How to Setup Nagios Checker Extension for Chrome and Firefox Browser</dc:creator>
		<pubDate>Fri, 01 Jul 2011 06:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5#comment-115525</guid>
		<description>[...] you&#8217;ve installed nagios, and using it to monitor remote linux or windows server, you know that you can use the nagios web [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ve installed nagios, and using it to monitor remote linux or windows server, you know that you can use the nagios web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 16:07:33 -->
