Monday, April 21, 2014

Install Nagios on RHEL/CentOS 6.x/5.x and Fedora 19/18/17

Nagios is an awesome Open Source monitoring tool, its provides you more comprehensive monitoring environment to always keep an eye on your all machines / networks whether you are in a your data center or just your small labs.
With Nagios, you can monitor your remote hosts and their services remotely on a single window. It shows warnings and indicates if something goes wrong in your servers which eventually helps us to detect some problems before they occur. It helps us to reducedowntime and business losses.
Recently, Nagios released its latest versions Nagios 4.0.1 on 15th October 2013, and its latest stable release of Nagios plugins 1.5.
This article is intended to guide you with easy instructions on how to install latest Nagios 4.0.1 from source (tarball) on RHEL 6.4/6.3/6.2/6.1/6/5.8CentOS 6.4/6.3/6.2/6.1/6/5.8and Fedora 19,18,17,16,15,14,13,12 distributions. Within 30 minutes you will be monitoring your local machine, no any advanced installation procedure only basic installation that will work 100% on most of the today’s Linux servers.
Please Note: The installation instructions were shown in here are written based on CentOS 6.4 Linux distribution.

Installing Nagios 4.0.1 and Nagios Plugin 1.5

If you follow these instructions correctly, you will end up with following information.
  1. Nagios and its plugins will be installed under /usr/local/nagios directory.
  2. Nagios will be configured to monitor few services of your local machine (Disk UsageCPU LoadCurrent UsersTotal Processes, etc.)
  3. Nagios web interface will be available at http://localhost/nagios

Step 1: Install Required Dependencies

We need to install ApachePHP and some libraries like gccglibcglibc-common and GDlibraries and its development libraries before installing Nagios 4.0.1 with source. And to do so we can use yum default package installer.
[root@tecmint]# yum install -y httpd php gcc glibc glibc-common gd gd-devel make net-snmp  (RedHat / CentOS)

Step 2: Create Nagios User and Group

Create a new nagios user and nagcmd group account and set a password.
[root@tecmint]# useradd nagios
[root@tecmint]# groupadd nagcmd
Next, add both the nagios user and the apache user to the nagcmd group.
[root@tecmint]# usermod -G nagcmd nagios
[root@tecmint]# usermod -G nagcmd apache

Step 3: Download Nagios Core 4.0.1 and Nagios Plugin 1.5

Create a directory for your Nagios installation and all its future downloads.
[root@tecmint]# mkdir /root/nagios
[root@tecmint]# cd /root/nagios
Now download latest Nagios Core 4.0.1 and Nagios plugins 1.5 packages with wget command.
[root@tecmint nagios~]# wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-4.0.1.tar.gz
[root@tecmint nagios~]# wget https://www.nagios-plugins.org/download/nagios-plugins-1.5.tar.gz

Step 4: Extract Nagios Core and its Plugins

We need to extract downloaded package with tar command as follows.
[root@tecmint nagios~]# tar –xvf nagios-4.0.1.tar.gz
[root@tecmint nagios~]# tar –xvf nagios-plugins-1.5.tar.gz
When you extract these tarballs with tar command, two new folders will appear in that directory.
[root@tecmint nagios ~]# ll
total 3712
18 root root 4096 Oct 17 03:28 nagios-4.0.1
drwxrwxr-x
rw-r--r-- 1 root root 1695367 Oct 15 19:49 nagios-4.0.1.tar.gz
-drwxr-xr-x 15 200 300 4096 Oct 14 10:18 nagios-plugins-1.5
-rw-r--r-- 1 root root 2428258 Oct 2 11:27 nagios-plugins-1.5.tar.gz

Configure Nagios Core

Now, first we will configure Nagios Core and to do so we need to go to Nagios directory and run configure file and if everything goes fine, it will show the output in the end as sample output. Please see below.
[root@tecmint nagios~]# cd nagios-4.0.1
[root@tecmint nagios-4.0.1 ]# ./configure --with-command-group=nagcmd
Sample output:
Nagios executable: nagios
Nagios user/group: nagios,nagios
Command user/group: nagios,nagcmd
stall ${prefix}: /usr/local/na
Event Broker: yes I ngios Install ${includedir}: /usr/local/nagios/include/nagios
lt directory: ${prefix}/var/spool/checkresults
Lock file: ${prefix}/var/nagios.lock Check res u Init directory: /etc/rc.d/init.d Apache conf.d directory: /etc/httpd/conf.d
face Options: ----------------------
Mail program: /bin/mail Host OS: linux-gnu Web Inte r-- HTML URL: http://localhost/nagios/ CGI URL: http://localhost/nagios/cgi-bin/
' to compile the main program and CGIs.
Traceroute (used by WAP): /bin/traceroute Review the options above for accuracy. If they look okay, type 'make al
l
Now, after configuring we need to Compile and install all the binaries with make command and make install command will install all the needed libraries in your machine and we can proceed further.
[root@tecmint nagios-4.0.1 ]# make all
[root@tecmint nagios-4.0.1 ]# make install
Sample output:
*** Main program, CGIs and HTML files installed ***
ou can continue with installing Nagios as follows (type 'make'
Ywithout any arguments for a list of all possible options):
etc/rc.d/init.d
make install-init - This installs the init script in /make install-commandmode - This installs and configures permissions on the
- This installs sample config files in /usr/local/na
directory for holding the external command file make install-config
gios/etc
Following command will install the init scripts for Nagios.
[root@tecmint nagios-4.0.1 ]# make install-init
To make nagios work from command line we need to install command-mode.
[root@tecmint nagios-4.0.1 ]# make install-commandmode
Next, install sample nagios files, please run following command.
[root@tecmint nagios-4.0.1 ]# make install-config
Sample output:
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc/objects
/usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/nagios.cfg /usr/local/nagios/etc/nagios.cfg
/usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/cgi.cfg /usr/local/nagios/etc/cgi.cfg
ource.cfg /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/templates.cfg /usr/lo
/usr/bin/install -c -b -m 660 -o nagios -g nagios sample-config/resource.cfg /usr/local/nagios/etc/re scal/nagios/etc/objects/templates.cfg /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/commands.cfg /usr/local/nagios/etc/objects/commands.cfg
s -g nagios sample-config/template-object/timeperiods.cfg /usr/local/nagios/etc/objects/timeperiods.cfg /usr/bin/install -c -b -m 664 -
/usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/contacts.cfg /usr/local/nagios/etc/objects/contacts.cfg /usr/bin/install -c -b -m 664 -o nagi oo nagios -g nagios sample-config/template-object/localhost.cfg /usr/local/nagios/etc/objects/localhost.cfg /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/windows.cfg /usr/local/nagios/etc/objects/windows.cfg
/etc/objects/switch.cfg *** Config files installed *** Remember, these are *SAMPLE* config files. You'll need to read the document
/usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/printer.cfg /usr/local/nagios/etc/objects/printer.cfg /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/switch.cfg /usr/local/nagio sation for more information on how to actually define
services, hosts, etc. to fit your particular needs.

Step 5: Customizing Nagios Configuration

Open the “contacts.cfg” file with your choice of editor and set the email addressassociated with the nagiosadmin contact definition to receiving email alerts.
# vi /usr/local/nagios/etc/objects/contacts.cfg
Sample Output
###############################################################################
###############################################################################
#
# # CONTACTS # ################################################################ ##############
################################################################ # Just one co
############## #ntact defined by default - the Nagios admin (that's you)
from the 'generic-contact' # template which is defined elsewhere. define contact{
# This contact definition inherits a lot of default value s contact_name nagiosadmin ; Short name of user
ues from generic-contact template (defined above) alias Nagios Admin ; Full name of user
use generic-contact ; Inherit default va l
email tecmint@tecmint.com ; *** CHANGE THIS TO YOUR EMAIL ADDRESS ****
}

Step 6: Install and Configure Web Interface for Nagios

We are done with all configuration in the backend, now we will configure Web Interface For Nagios with following command. The below command will Configure Web interface for Nagios and a web admin user will be created “nagiosadmin”.
[root@tecmint nagios-4.0.1 ]# make install-webconf
In this step, we will be creating a password for “nagiosadmin”. After executing this command, please provide a password twice and keep it remember because this password will be used when you login in the Nagios Web interface.
[root@tecmint nagios-4.0.1]# htpasswd -s -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
New password: Re-type new password:
Adding password for user nagiosadmi n
Restart Apache to make the new settings take effect.
[root@tecmint ]# service httpd start (On RedHat / CentOS)
[root@tecmint ]# systemctl start httpd.service (On Fedora)

Step 7: Compile and Install Nagios Plugin

We have downloaded nagios plugins in /root/nagios, Go there and configure and install it as directed below.
[root@tecmint nagios]# cd /root/nagios
[root@tecmint nagios]# cd nagios-plugins-1.5
[root@tecmint nagios]# ./configure --with-nagios-user=nagios --with-nagios-group=nagios
[root@tecmint nagios]# make
install
[root@tecmint nagios]# make

Step 8: Verify Nagios Configuration Files

Now we are all done with Nagios configuration and its time to verify it and to do so please insert following command. If everything goes smooth it will show up similar to below output.
[root@tecmint nagios]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Sample Output
/usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf
*** Nagios/Apache conf file installed ***
nagios/etc/nagios.cfg ... ... Total Warnings: 0 Total Errors: 0
/usr/local/nagios/bin/nagios -v /usr/local
/

Step 9: Add Nagios Services to System Startup

To make Nagios work across reboots, we need to add nagios and httpd with chkconfigcommand.
[root@tecmint ]# chkconfig --add nagios
[root@tecmint ]# chkconfig --level 35 nagios on
[root@tecmint ]# chkconfig --add httpd
ttpd on
[root@tecmint ]# chkconfig --level 35 h
Restart Nagios to make the new settings take effect.
[root@tecmint ]# service nagios start (On RedHat / CentOS)
[root@tecmint ]# systemctl start nagios.service (On Fedora)

Step 10: Login to the Nagios Web Interface

Your nagios is ready to work, please open it in your browser with “http://Your-server-IP-address/nagios” or “http://FQDN/nagios” and Provide the username “nagiosadmin” andpassword.
Nagios Login
Nagios Login
Nagios Web Interface
Host View
Nagios Host View
Nagios Host View
Nagios Overview
Nagios Overview
Nagios Overview
Service View
Nagios Services
Nagios View Services
Process View
Nagios Process View
Process View
Congratulations! You’ve successfully installed and configured Nagios and its Plugins. You’ve just begin your journey into monitoring.

Upgrade Nagios 3.x to Nagios 4.0.1

If you are already running an older version of Nagios, you can upgrade it anytime. To do so, you just need to download the latest tar archive of it and configure it as shown below.
[root@tecmint ]# service nagios stop
[root@tecmint ]# tar –zxvf nagios-4.0.1.tar.gz
[root@tecmint ]# cd nagios-4.0.1
t@tecmint ]# make all [root@
[root@tecmint ]# ./configure [ro otecmint ]# make install
nagios start
[root@tecmint ]# service
That’s it for now, in my upcoming articles, I will show you how to add LinuxWindows,PrintersSwitches and Devices to Nagios monitoring Server. If you’re having any trouble while installing, please do contact us via comments. Till then stay tuned and connected toTecmint and don’t forget to Like and Share us to spread around.
http://www.tecmint.com/install-nagios-in-linux/

Monday, April 7, 2014

7 lý do bạn nên đi bộ ngoài trời

Chúng ta dành rất nhiều thời gian trong văn phòng ngồi trước máy tính, mà quên rằng có rất nhiều điều tuyệt vời ở bên ngoài.

Đi bộ hằng ngày là cách giữ cho cơ thể cân đối, khỏe mạnh và thư thái.

1. Giảm căng thẳng
Tất cả chúng ta sống trong một thế giới bận rộn và đầy căng thẳng. Một trong những cách tốt nhất để giảm mức độ căng thẳng của bạn là đi bộ ngoài trời. Lúc đầu, bạn có thể thấy không thú vị, nhưng một khi bắt đầu bạn sẽ ngạc nhiên với cảm giác thư thái mà đi bộ mang lại. Bạn nên tắt điện thoại hoặc để chế độ im lặng để cảm thấy tuyệt vời hơn. Đi bộ giúp bạn thư giãn và giảm bớt căng thẳng.
Mỗi người cần không khí trong lành mỗi ngày, nhưng chúng ta thường quên điều đó. Chúng ta thường bị mắc kẹt trong văn phòng và điều đó làm giảm lượng khí oxy mà bạn hít thở và thậm chí có thể gây chán nản. Khi bạn hít thở bên ngoài mỗi ngày, bạn được tiếp xúc với không khí trong lành, giúp làm sạch cơ thể và tâm trí.2. Hít thở không khí trong lành
3. Hấp thụ vitamin D
Một trong những lý do lớn nhất để đi bộ ngoài trời mỗi ngày là hấp thụ vitamin D. Mặt trời là nguồn tốt nhất của vitamin thiết yếu này. Cơ thể bạn cần ít nhất 15 phút trong ánh mặt trời. Ngay cả khi mặt trời không chiếu sáng bên ngoài, bạn vẫn có thể hấp thụ được vitamin D. Vitamin D giúp ngăn chặn các bệnh trầm cảm, ung thư ruột kết, bệnh loãng xương, bệnh tim và rối loạn tình cảm theo mùa.
4. Thưởng thức sự thay đổi của bốn mùa
Thưởng thức sự thay đổi của các mùa sẽ giúp bạn trở nên đồng điệu với thiên nhiên, và tìm thấy sự cân bằng trong cuộc sống. Đây cũng là cách tuyệt vời để tìm hiểu, trân trọng những điều nhỏ nhất trong cuộc sống. Bạn có thể nhìn thấy những con chim hót vào mùa xuân, ánh nắng mặt trời tươi sáng rạng rỡ trên vỉa hè trong mùa hè, những chiếc lá thay đổi vào mùa thu và cảnh vật im lìm vào mùa đông.
5. Tăng cường gân và bắp chân của bạn
Bạn có biết đi bộ ngoài trời tăng cường gân kheo và bắp chân của bạn? Trong khi chạy là một cách tuyệt vời để làm săn chắc bắp chân, đi bộ ngoài trời hằng ngày có thể làm tốt hơn nhiều. Trong thực tế, đi bộ ngoài trời là một cách dễ dàng để rèn luyện cơ bắp chân của bạn.
6. Cảm thấy bình yên
Khi đi bộ ngoài trời, bạn sẽ cảm thấy bình yên. Bạn được hòa mình với thiên nhiên, và đây là cách tốt nhất để bạn cảm thấy bình yên, thư thái. Đi bộ bên ngoài trời mỗi ngày đặc biệt tốt cho những người bị lo âu và trầm cảm.
7. Khám phá các con đường mới
Lý do cuối cùng nhưng không kém phần quan trọng để đi bộ bên ngoài là vì bạn có được một kinh nghiệm đi du lịch mỗi ngày. Có những con đường khác nhau để đi, và thói quen khác nhau để làm ngoài trời, ngay cả khi bạn sống ở một thị trấn nhỏ