Wednesday, June 02, 2010

Meng-aktifkan Host di Nagios Core 3.2.0 pada Fedora 11

Jika host yang bermasalah sudah tidak bermasalah lagi, host bisa di aktifkan kembali. Dalam hal ini akan meng-aktifkan host psjumat2 dengan ip 202.46.x.xxx.

Langkah-langkahnya :
  1. Login via SSH ke Nagios Server, lalu tingkatkan diri menjadi super user
  2. Edit file konfigurasi localhost.cfg
  3. Edit file konfigurasi nagios.cfg
  4. Lihat, apakah file konfigurasi perangkat terkait telah tersedia?
  5. Jalankan konfigurasi Nagios
  6. Restart Nagios
Selengkapnya adalah sebagai berikut :

1. Login ke Nagios Server, lalu menjadi Root

[msmunir@lenovo ~]$ ssh msmunir@202.46.x.xx
msmunir@202.46.x.xx's password:
Last login: Thu Jan 28 21:53:12 2010 from 110.137.240.228
[msmunir@nms ~]$ su -
Password:
[root@nms ~]#


2. Edit file konfigurasi localhost.cfg

[root@nms etc]# mcedit /usr/local/nagios/etc/objects/localhost.cfg

Aktifkan host "114-psjumat2" pada file konfigurasi localhost.cfg:

define hostgroup{
hostgroup_name linux-servers ; The name of the hostgroup
alias Linux Servers ; Long name of the group
members xhost,71-nms

Sehingga menjadi:

define hostgroup{
hostgroup_name linux-servers ; The name of the hostgroup
alias Linux Servers ; Long name of the group
members xhost,71-nms,114-psjumat2

3. Edit file konfigurasi nagios.cfg

[root@nms etc]# mcedit /usr/local/nagios/etc/nagios.cfg

Lakukan un-remark (#)pada baris host 114-psjumat2.cfg :

# Definitions for monitoring the local (Linux) host
cfg_file=/usr/local/nagios/etc/objects/xhost.cfg
cfg_file=/usr/local/nagios/etc/objects/71-nms.cfg
#cfg_file=/usr/local/nagios/etc/objects/114-psjumat2.cfg

Sehingga menjadi :

# Definitions for monitoring the local (Linux) host
cfg_file=/usr/local/nagios/etc/objects/xhost.cfg
cfg_file=/usr/local/nagios/etc/objects/71-nms.cfg
cfg_file=/usr/local/nagios/etc/objects/114-psjumat2.cfg

4. Lihat, apakah file konfigurasi perangkat terkait (114-psjumat2.cfg) telah tersedia di folder objects?

[root@nms]# cd /usr/local/nagios/etc/objects/
[root@nms objects]# ls

Jika file yang dimaksud tidak ada, misal file 114-psjumat2.cfg, maka silahkan salin atau mencontek dari file yang ada, misal file 115-psjumat3.cfg. Setelah disalin, modifikasi secukupnya. Replace semua kata 115 dengan 114. Hal ini bisa dilakukan dengan menggunakan tombol F4 di Editor MC.

5. Jalankan konfigurasi Nagios
[root@nms etc]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

6. Restart Nagios
[root@nms etc]# service nagios restart

Masalah lain yang mungkin timbul adalah :
  1. IP Address berubah, misal dari 115 ke 114
  2. Ada service yang harus di-disable, misal service SSH. Cukup remark bagian SSH di file konfigurasinya. Misal men-disable SSH pada 72-mikrotik, maka remark bagian SSH pada file /usr/local/nagios/etc/objects/72-mikrotik.cfg.

No comments:

Post a Comment