ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, January 20, 2010

Nagios installation steps on RHEL 4

Posted on 11:14 PM by Unknown
Tested on RHEL4 + Fedora 11 + CentOs 5.3 (in my environment)

Download latest stable release.

1)Nagios-3.2.0.tar.gz
2)Nagios-plugins-1.4.14.tar.gz

Before Installation check the Prerequisites.
like this
#rpm -qa | grep httpd

If the prerequisite not installed ..use the following steps to install.

#yum install httpd php

#yum install gcc glibc glibc-common

#yum install gd gd-devel

Once you installed then follow next steps.

*** Login as Root on the machine ***

Add Nagios user

#useradd -m nagios

#passwd nagios ( but not required)

Now add Group,Add both the nagios user and the apache user to this group.

#groupadd nagcmd

#usermod -a -G nagcmd nagios

#usermod -a -G nagcmd apache


**** Installation Begin *******

Suppose you downloaded both packages under tmp dir

#cd /tmp

Now Extract nagios package

#tar -xvzf nagios-3.2.0.tar.gz

Now enter nagios dir.

#cd nagios-3.2.0

Now Run this command to script...

#./configure --with-command-group=nagcmd

Compile the Nagios source code.

#make all


Install binaries, init script, sample config files and set permissions on the external command directory.

#make install

#make install-init

#make install-config

#make install-commandmode

Now add you email id in configuration

#vi /usr/local/nagios/etc/objects/contacts.cfg

on line number 35 you found like this
email nagios@localhost ; <<**** * CHANGE THIS TO YOUR EMAIL ADDRESS ******

Add your mail id..on which you want the alerts.

Save the file & quit.

*****Now configure web interface*******

#make install-webconf

#htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

#service httpd restart


****Now Install Nagios Plugin****

#cd /tmp

#tar -xvzf nagios-plugins-1.4.14.tar.gz

#cd nagios-plugins-1.4.14

#./configure --with-nagios-user=nagios --with-nagios-group=nagios

------------Note:-- On Red Hat machines you find message like this------------
configure: See http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this next part takes a long time
checking for redhat spopen problem...

To solve this run the following command.

#./configure --with-nagios-user=nagios --with-nagios-group=nagios --enable-redhat-pthread-workaround

-------------------------------------------------------------------------------------

#make

#make install



Nagios start automatically when the reboot the system.

#chkconfig --add nagios

#chkconfig nagios on

Verify the Nagios configuration files.

#/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

if there are no errors, start Nagios.

#service nagios start

------------------------------------------------------------
Make sure Selinux disable

#[root@inf1sysadm1 ~]# cat /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=disabled


Reboot the system after this setting.

Now login on web interface.

http://your-machine-ip/nagios/


Its time to Play with Nagios configuration........ enjoy it ...
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ▼  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ▼  January (8)
      • ERROR: Description table : The requested table is ...
      • Can't locate Net/SNMP.pm in @INC (@INC contain s:
      • Disk Performance Monitoring
      • Nagios installation steps on RHEL 4
      • Wireless Issue -Dell Vostro 1520 - Fedora 11 (Broa...
      • Skype in Fedora 11 audio + video sucessfully working
      • vpnc: peer selected (single) DES as "encryption" m...
      • cisco VPN .pcf file run under VPNC
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile