0% found this document useful (0 votes)
61 views6 pages

Install Nagios Core 4.0.8 On Ubuntu 14.04 - Sysa..

instalação do nagios no ubuntu server

Uploaded by

Arthur Medeiros
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views6 pages

Install Nagios Core 4.0.8 On Ubuntu 14.04 - Sysa..

instalação do nagios no ubuntu server

Uploaded by

Arthur Medeiros
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

http://sysads.co.uk/2014/08/install-nagios-core-4-0...

Home
Fun Videos
Tools
CAD Apps
Games

Disclaimer
FOLLOW:

MORE

APPLICATIONS / MONITORING

NEXT STORY

Install PDFSam 2.2.4 on

Install Nagios Core


4.0.8 on Ubuntu 14.04
BY SYSADMIN AUGUST 23, 2014

Ubuntu 14.04

PREVIOUS STORY

Install Microsoft Oce


Web Apps on Ubuntu
14.04

FOLLOW US
Get Notied Of New Posts

Nagios is a powerful

monitoring

system that enables organizations to


identify and resolve IT infrastructure
problems before they aect critical
business processes. Designed with

Sysads Gazette
Ubuntu, Linux, Windows, Applications,
Installs

scalability and exibility in mind,

Seguir

Nagios gives you the peace of mind

that

from

organizations
wont

Install League Of Legends on


Ubuntu 14.04

comes
be

knowing

business

aected

by

processes
unknown

outages.

Ads by Google

Download Install
Nagios
Nagios Network Monitoring

Install latest Eclipse IDE in


Ubuntu 14.04, 13.10

1 de 6

+ 463

your

Install OpenCV 2.4.9 in


Ubuntu 14.04, 13.10

Install Winusb in Ubuntu


14.04

+1

M3NDA SAYS:

The latest release Nagios Core 4.0.8

New link ;=) about

23-06-2015 17:44

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

Install R-base 3.1.0 in Ubuntu


14.04

http://sysads.co.uk/2014/08/install-nagios-core-4-0...
login bypass.

comes with following xes


Removed quotes from numeric

M3NDA SAYS:

duration values in JSON CGIs

By rules yes, but u


know, things are not
perfect. Googling...

Fixed escaping in JSON CGIs so all


required characters are escaped,
and in the correct order
One Dot Impossible Target
Rating

CHRIS ABY ANTONY SAYS:

Fixed segfault in archive JSON CGI

2dgamearena

when plugin output was empty

INSTALL

Fixed

several

possibilities

for

buer overow

1. One Dot
by: Saad Ubaidah - 06/22/2015

yeah, i got high score from this app, i really


enjoyed this simple app

Fixed Tracker Handle VAR=VAL


assignments at the start of simple
commands

2.
by: prem kumar - 06/16/2015

XLJ707 SAYS:

waaao this tutorial it's


perfect, now I would
like to know...

Corrected worker communication

Excellent One Dot One Target Its very


interesting game.

protocol documentation

3. Awesomeness

notications

by: Minky Chauhan - 06/09/2015

bt u need registration
to create virtual device
rit?

Fixed

Tracker

XLJ707 SAYS:

Downtime

not

displayed

properly

I tring to follow this


tutorial, because I was
try to...

Its a very nice game! Enjoyed it!

Install Nagios Core 4.0.8 and Nagios

4. One Dot One Target


Powered by
Sensor Tower

Plugins on Ubuntu 14.04 & Ubuntu


14.10
ads by Yahoo!

Monitoring Systems

- Install updates and dependencies

CCTV Systems

sudo apt-get update

CCTV Cameras

sudo apt-get install wget build-essential


apache2 apache2-utils php5-gd libgd2xpm-dev libapache2-mod-php5 postx

Information Products
Business Management Degree

Sysads Gazette
Curtir
697 pessoas curtiram Sysads Gazette.

Plug-in social do Facebook

#note: on Postx Conguration, leave


default "Internet Site" and continue

Data Management

- Create Nagios User and Group


sudo useradd --system --home /usr/local
/nagios -M nagios
sudo groupadd --system nagcmd
sudo usermod -a -G nagcmd nagios
sudo usermod -a -G nagcmd www-data

- Download and Extract Nagios and


Plugin
cd /tmp
wget http://switch.dl.sourceforge.net
/project/nagios/nagios-4.x/nagios4.0.8/nagios-4.0.8.tar.gz
wget http://nagios-plugins.org
/download/nagios-plugins-2.0.3.tar.gz

2 de 6

23-06-2015 17:44

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

http://sysads.co.uk/2014/08/install-nagios-core-4-0...

tar -xvf nagios-4.0.8.tar.gz


tar -xvf nagios-plugins-2.0.3.tar.gz

- Compile and Install Nagios Core 4.0.8


cd /tmp/nagios-4.0.8
sudo ./congure --with-nagiosgroup=nagios --with-commandgroup=nagcmd --with-mail=/usr
/sbin/sendmail --with-httpd_conf=/etc
/apache2/conf-available
sudo make all
sudo make install
sudo make install-init
sudo make install-cong
sudo make install-commandmode
sudo make install-webconf
sudo cp -R contrib/eventhandlers/
/usr/local/nagios/libexec/
sudo chown -R nagios:nagios /usr/local
/nagios/libexec/eventhandlers
sudo /usr/local/nagios/bin/nagios -v
/usr/local/nagios/etc/nagios.cfg
sudo ln -s /etc/init.d/nagios /etc/rcS.d
/S99nagios

- Install Nagios Plugin


cd /tmp/nagios-plugins-2.0.3/
sudo ./congure --with-nagiosuser=nagios --with-nagios-group=nagios
--enable-perl-modules --enable-extraopts
sudo make
sudo make install

- Enable the rewrite apache module


sudo a2enmod cgi

- Add a default user for Web Interface


Access. When prompted, enter the
new password and conrm
sudo htpasswd -c /usr/local/nagios
/etc/htpasswd.users nagiosadmin

3 de 6

23-06-2015 17:44

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

http://sysads.co.uk/2014/08/install-nagios-core-4-0...

- Edit le /etc/apache2/sites-enabled
/000-default.conf

and

add

the

following line just before the line


Include conf-available/nagios.conf

- Restart apache and start nagios


service
sudo service apache2 restart
sudo service nagios start

- Open your browser and access the


URL. Enter nagiosadmin as username
and password earlier created
http://localhost/nagios

Business plan template


Start

Tags:

Latest News

Windows Vista

How to install nagios

monitoring application

Writing a business plan

Replacement Window

Starting

Leave

Net

Gps car tracker

install nagios 4.0.8

Nagios Monitoring Application

Server Monitoring

YOU MAY ALSO LIKE...


Install
Dropbox
2.11.6 Out
with New
Windows
Notication
Icon

Sysstat
11.0.2 stable
released

Notepadqq
0.41.0
23 DEC, 2014

21 OCT, 2014

6 AUG, 2014

4 de 6

23-06-2015 17:44

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

http://sysads.co.uk/2014/08/install-nagios-core-4-0...

Comments
Community
Login
1

Recommend
Sort
Best

Adam
Coverdale
8
months
ago

It
fails
when
I
type
in
this
command
and
the
folder
does
not
exist:
sudo
/usr/local
/nagios
/bin/nagios
-v
/usr/local
/nagios
/etc/nagios.cfg
1

Reply

Share

Kumaran
Ricky
3
months
ago

Hi
admin,
Thank
you
so
much,
its

5 de 6

23-06-2015 17:44

Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa...

http://sysads.co.uk/2014/08/install-nagios-core-4-0...

Sysads Gazette 2015. All Rights Reserved.

6 de 6

23-06-2015 17:44

You might also like