• Masim “Vavai” Sugianto

    Founder PT. Excellent Infotama Kreasindo– perusahaan email services provider (ESP) dan menjadi konsultan pada berbagai instansi pemerintah, korporasi besar, lembaga perbankan dan institusi pendidikan di Indonesia.

    Lebih detail tentang Vavai.




  • Publishing

  • Recent Posts

    • TOEFL ITP Score (Kedua)
    • Bisnis Kelapa Muda
    • Model Usaha
    • Back-End Developer, Front-End Developer & Staff IT Support
    • Markas Excellent Danita
  • Recent Comments

    • zeke on Mudah Belajar Java Bersama [SuSE] Linux – 2, Installasi Java
    • paket wisata karimunjawa on Mengecek dan Memperbaiki Performa Web Menggunakan GTMetrix dan Google Pagespeed Insights
    • bang amin on Mounting Harddisk / Partisi Windows pada [SuSE] Linux
    • MIRA on PR 6 untuk Komunitas openSUSE Indonesia
    • Baharuddin on Tips Menghitung PPN dan Dasar Pengenaan Pajak dari Nilai Total
  • Archives

    • April 2022
    • January 2022
    • July 2021
    • June 2021
    • February 2021
    • January 2021
    • December 2020
    • August 2020
    • July 2020
    • April 2020
    • March 2020
    • August 2019
    • July 2019
    • June 2019
    • March 2019
    • February 2019
    • January 2019
    • November 2018
    • October 2018
    • August 2018
    • May 2018
    • April 2018
    • January 2018
    • December 2017
    • July 2017
    • December 2016
    • November 2016
    • April 2016
    • March 2016
    • November 2015
    • July 2015
    • April 2015
    • November 2014
    • October 2014
    • February 2014
    • January 2014
    • December 2013
    • November 2013
    • October 2013
    • September 2013
    • August 2013
    • June 2013
    • May 2013
    • March 2013
    • February 2013
    • January 2013
    • December 2012
    • November 2012
    • October 2012
    • September 2012
    • August 2012
    • July 2012
    • June 2012
    • May 2012
    • April 2012
    • March 2012
    • February 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
  • Home
  • Bisnis & Marketing
  • Computer & IT Related
  • Lifestyle
  • Publishing
  • Free Stuff
  • About
  • Kontak

Monitoring System Dengan Nagios jilid 1

August 2, 2011

Nagios adalah Tools network monitoring system opensource yang mudah digunakan. Nagios awalnya didesign untuk berjalan pada sistem operasi Linux, namun dapat juga berjalan dengan baik hampir disemua  sistem operasi unix.

Fitur – fitur yang tersedia didalam nagios diantaranya:

  • Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
  • Monitoring of host resources (processor load, disk usage, etc.)
  • Simple plugin design that allows users to easily develop their own service checks
  • Parallelized service checks
  • Ability to define network host hierarchy using “parent” hosts, allowing detection of and distinction between hosts that are down and those that are unreachable
  • Contact notifications when service or host problems occur and get resolved (via email, pager, or user­defined method)
  • Support for implementing redundant monitoring hosts
  • Automatic log file rotation
  • Ability to define event handlers to be run during service or host events for proactive problem resolution
  • Optional web interface for viewing current network status, notification and problem history, log file, etc.

INSTALASI NAGIOS

1. Download Nagios dan Nagios-Plugins latest version

cd /usr/local/src
 
wget -c http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.2.3/nagios-3.2.3.tar.gz
 
wget -c http://nchc.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz

cd /usr/local/src wget -c http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.2.3/nagios-3.2.3.tar.gz wget -c http://nchc.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz

2. Membuat user dan group Nagios

useradd -s /bin/false -d /opt/nagios nagios
 
groupadd nagios
 
groupadd nagcmd
 
usermod -G nagcmd nagios
 
usermod -G nagcmd wwwrun

useradd -s /bin/false -d /opt/nagios nagios groupadd nagios groupadd nagcmd usermod -G nagcmd nagios usermod -G nagcmd wwwrun

wwwrun –> user web server pada OpenSUSE

3. Ekstrak Nagios yang baru saja di download

tar -xzvf nagios-3.2.3.tar.gz

tar -xzvf nagios-3.2.3.tar.gz

4. Kompilasi Nagios

cd nagios-3.2.3
 
./configure --prefix=/opt/nagios --with-command-group=nagcmd
 
make all

cd nagios-3.2.3 ./configure --prefix=/opt/nagios --with-command-group=nagcmd make all

5. Instalasi binaries, init script, contoh file konfigurasi dan menyetting permissions

make install
 
make install-init
 
make install-config
 
make install-commandmode

make install make install-init make install-config make install-commandmode

Artikel selanjutnya adalah : Bagaimana MengKonfigurasi Nagios

LinuxMigrasi ServeropenSUSE & SLESplanet-terasi-aggregatorTipsTricks & Tutorial
Share

Linux  / Migrasi Server  / openSUSE & SLES  / Tips, Tricks & Tutorial

Ahmad Imanudin
Ahmad Imanudin, Guest Blogger di http://www.vavai.com.Tinggal di Bekasi. Bekerja sebagai salah satu support di PT. Excellent Infotama Kreasindo.

You might also like

Aplikasi Screencopy untuk Screencast Tampilan HP pada PC/Laptop
April 23, 2020
Mengecek dan Memperbaiki Performa Web Menggunakan GTMetrix dan Google Pagespeed Insights
April 22, 2020
Update Script untuk Ubuntu Initial Server Setup
April 20, 2020

6 Comments


Monitoring System Dengan Nagios jilid 2 | Migrasi Windows Linux
August 3, 2011 at 1:05 pm

[…] sebelumnya adalah : Bagaimana Installasi Nagios. Sekarang kita akan mengkonfigurasi Nagios tersebut untuk […]



Monitoring System Dengan Nagios jilid 3 | Migrasi Windows Linux
August 4, 2011 at 11:13 am

[…] sebelumnya adalah : Bagaimana cara installasi  nagios pada OpenSUSE / SLES dan Konfigurasi Nagios pada OpenSUSE / […]



Zuhud
April 25, 2012 at 10:06 am

Thanks mas.
Salam dari http://www.delavega.blogspot.com, semoga mempermudah hidup anda.



Rikza
August 13, 2015 at 6:26 am

Mas saya mau tanya kalo nginstal nagios di windows 7 gmana ya caranya?, Terima kasih.



Muhammad Prakas
March 8, 2017 at 3:03 pm

mas apakah ada bukunya?



joy
September 6, 2021 at 9:08 am

baru tahu saya ada aplikasi ini. terimakasih



Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA
Refresh

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Artikel



  • Blogroll

    • DNS Propagation Checker
    • Instagram Photo/Video Downloader
    • PT. Excellent Infotama Kreasindo
  • Publishing

  • Recent Posts

    • TOEFL ITP Score (Kedua)
    • Bisnis Kelapa Muda
    • Model Usaha
    • Back-End Developer, Front-End Developer & Staff IT Support
    • Markas Excellent Danita
    • Pekerjaan Excellent
    • iMac 2021
    • Problem Solving
    • Kolam Mina Padi/Mina Genjer
    • Team Excellent


  • Links Ads

  • Recent Post

    • TOEFL ITP Score (Kedua)
    • Bisnis Kelapa Muda
    • Model Usaha
    • Back-End Developer, Front-End Developer & Staff IT Support
    • Markas Excellent Danita
    • Pekerjaan Excellent
    • iMac 2021
    • Problem Solving
    • Kolam Mina Padi/Mina Genjer
    • Team Excellent
    • Telur Bebek Mentah
    • Kursi Kayu dan Gerobak Angkringan
    • Kebun Pisang Barangan dan Ambon Kuning
    • Ternak Bebek
    • Data Statistik Covid dan Edukasi Media
  • Recent Comments

    • zeke on Mudah Belajar Java Bersama [SuSE] Linux – 2, Installasi Java
    • paket wisata karimunjawa on Mengecek dan Memperbaiki Performa Web Menggunakan GTMetrix dan Google Pagespeed Insights
    • bang amin on Mounting Harddisk / Partisi Windows pada [SuSE] Linux
    • MIRA on PR 6 untuk Komunitas openSUSE Indonesia
    • Baharuddin on Tips Menghitung PPN dan Dasar Pengenaan Pajak dari Nilai Total
    • Taufan on Excellent Samba 4 Appliance, Salah Satu Appliance Terpopuler di SUSE Gallery
    • perbaikan boiler on Manusia Utama : Mengurangi Makan Mengurangi Tidur
    • Lampu PJU Tenaga Surya on Selingan Bekerja
    • joy on Peresmian Taman Bacaan Excellent : Rencana Pembelian Rak Buku, Sajadah & Meja Pingpong
    • joy on Instalasi ATI VGA Driver pada Linux BlankOn 7 “Pattimura” & Ubuntu 11.04 “Natty Narwhal”