install nagios

6
APPLICATIONS / MONITORING Install Nagios Core 4.0.8 on Ubuntu 14.04 BY SYSADMIN · AUGUST 23, 2014 3 Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes. Designed with scalability and flexibility in mind, Nagios gives you the peace of mind that comes from knowing your organization’s business processes won’t be affected by unknown outages. The latest release Nagios Core 4.0.8 MORE FOLLOW US Get Notified Of New Posts Sysads Gazette Ubuntu, Linux, Windows, Applications, Installs + 463 Seguir +1 M3NDA SAYS: New link ;=) about NEXT STORY Install PDFSam 2.2.4 on Ubuntu 14.04 PREVIOUS STORY Install Microsoft Office Web Apps on Ubuntu 14.04 Ads by Google ► Download Install ► Nagios ► Nagios Network Monito FOLLOW: Install League Of Legends on Ubuntu 14.04 Install OpenCV 2.4.9 in Ubuntu 14.04, 13.10 Install latest Eclipse IDE in Ubuntu 14.04, 13.10 Install Winusb in Ubuntu 14.04 Home Fun Videos Tools CAD Apps Games Disclaimer Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0... 1 de 6 23-06-2015 17:44

Upload: arthur-medeiros

Post on 16-Dec-2015

236 views

Category:

Documents


0 download

DESCRIPTION

instalação do nagios no ubuntu server

TRANSCRIPT

  • APPLICATIONS / MONITORING

    Install Nagios Core4.0.8 on Ubuntu 14.04BY SYSADMIN AUGUST 23, 2014 3

    Nagios is a powerful monitoringsystem that enables organizations toidentify and resolve IT infrastructureproblems before they aect criticalbusiness processes. Designed withscalability and exibility in mind,Nagios gives you the peace of mindthat comes from knowing yourorganizations business processeswont be aected by unknownoutages.

    The latest release Nagios Core 4.0.8

    MORE

    FOLLOW USGet Notied Of New Posts

    Sysads GazetteUbuntu, Linux, Windows, Applications,

    Installs

    + 463

    Seguir +1

    M3NDA SAYS:New link ;=) about

    NEXT STORYInstall PDFSam 2.2.4 on

    Ubuntu 14.04

    PREVIOUS STORYInstall Microsoft OceWeb Apps on Ubuntu

    14.04

    Ads by Google Download Install Nagios Nagios Network Monitoring

    FOLLOW:

    Install League Of Legends onUbuntu 14.04

    Install OpenCV 2.4.9 inUbuntu 14.04, 13.10

    Install latest Eclipse IDE inUbuntu 14.04, 13.10

    Install Winusb in Ubuntu14.04

    HomeFun VideosToolsCAD AppsGamesDisclaimer

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    1 de 6 23-06-2015 17:44

  • comes with following xes

    Removed quotes from numericduration values in JSON CGIsFixed escaping in JSON CGIs so allrequired characters are escaped,and in the correct orderFixed segfault in archive JSON CGIwhen plugin output was emptyFixed several possibilities forbuer overowFixed Tracker Handle VAR=VALassignments at the start of simplecommandsCorrected worker communicationprotocol documentationFixed Tracker Downtimenotications not displayedproperly

    Install Nagios Core 4.0.8 and NagiosPlugins on Ubuntu 14.04 & Ubuntu14.10

    - Install updates and dependencies

    sudo apt-get update

    sudo apt-get install wget build-essential apache2 apache2-utils php5-gd libgd2-xpm-dev libapache2-mod-php5 postx

    #note: on Postx Conguration, leave default "Internet Site" and continue

    - 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 andPlugin

    cd /tmp

    wget http://switch.dl.sourceforge.net/project/nagios/nagios-4.x/nagios-4.0.8/nagios-4.0.8.tar.gz

    wget http://nagios-plugins.org/download/nagios-plugins-2.0.3.tar.gz

    login bypass.

    M3NDA SAYS:By rules yes, but uknow, things are notperfect. Googling...

    CHRIS ABY ANTONY SAYS:bt u need registrationto create virtual devicerit?

    XLJ707 SAYS:waaao this tutorial it'sperfect, now I wouldlike to know...

    XLJ707 SAYS:I tring to follow thistutorial, because I wastry to...

    Sysads Gazette

    697 pessoas curtiram Sysads Gazette.

    Plug-in social do Facebook

    Curtir

    Curtir

    Install R-base 3.1.0 in Ubuntu14.04

    2dgamearena

    One Dot Impossible Target

    Rating

    INSTALL

    1. One Dot

    by: Saad Ubaidah - 06/22/2015

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

    enjoyed this simple app

    2.

    by: prem kumar - 06/16/2015

    Excellent One Dot One Target Its very

    interesting game.

    3. Awesomeness

    by: Minky Chauhan - 06/09/2015

    Its a very nice game! Enjoyed it!

    4. One Dot One Target

    Powered by Sensor Tower

    Monitoring Systems

    CCTV Systems

    CCTV Cameras

    Information Products

    Business Management Degree

    Data Management

    ads by Yahoo!

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    2 de 6 23-06-2015 17:44

  • 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-nagios-group=nagios --with-command-group=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-nagios-user=nagios --with-nagios-group=nagios --enable-perl-modules --enable-extra-opts

    sudo make

    sudo make install

    - Enable the rewrite apache module

    sudo a2enmod cgi

    - Add a default user for Web InterfaceAccess. When prompted, enter thenew password and conrm

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

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    3 de 6 23-06-2015 17:44

  • Business plan template Latest News Writing a business plan Leave NetStart Windows Vista Replacement Window Starting Gps car tracker

    Tags: How to install nagios install nagios 4.0.8monitoring application Nagios Monitoring ApplicationServer Monitoring

    YOU MAY ALSO LIKE...

    - Edit le /etc/apache2/sites-enabled/000-default.conf and add thefollowing line just before the line

    Include conf-available/nagios.conf

    - Restart apache and start nagiosservice

    sudo service apache2 restart

    sudo service nagios start

    - Open your browser and access theURL. Enter nagiosadmin as usernameand password earlier created

    http://localhost/nagios

    6 AUG, 2014

    Dropbox2.11.6 Outwith NewWindowsNoticationIcon

    21 OCT, 2014

    Sysstat11.0.2 stablereleased 23 DEC, 2014

    InstallNotepadqq0.41.0

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    4 de 6 23-06-2015 17:44

  • Comments

    Community

    Login1

    SortBest

    Reply

    AdamCoverdale 8

    monthsagoItfailswhenItypeinthiscommandandthefolderdoesnotexist:

    sudo/usr/local/nagios/bin/nagios-v/usr/local/nagios/etc/nagios.cfg1

    KumaranRicky 3

    monthsagoHiadmin,Thankyousomuch,its

    Recommend

    Share

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    5 de 6 23-06-2015 17:44

  • Sysads Gazette 2015. All Rights Reserved.

    Install Nagios Core 4.0.8 on Ubuntu 14.04 - Sysa... http://sysads.co.uk/2014/08/install-nagios-core-4-0...

    6 de 6 23-06-2015 17:44