Cara install nrpe-agent-nagios atau nagios client pada proxmox 1.9
Langkah 1
Ubah file source list dengan mengganti link dibawah ini wajib
deb http://ftp.debian.org/debian squeeze main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve
# security updates
deb http://security.debian.org/ squeeze/updates main contrib
Update terlebih dahulu proxmoxyang baru diinstall atau yang sudah exist
Command: apt-get update (1)
Langkah 2
Buat user add nagios
Command: useradd nagios (2) dan passwd nagios (3) lihat gambar , password :nagios
Langkah 3
Download plugin nagios dengan perintah
Jika eror
To connect to www.nagios-plugins.org insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
wget https://www.nagios-plugins.org/download/nagios-plugins-1.5.tar.gz --no-check-certificate (4a)
Download dulu langsung di webnya lalu dicopykan manual ke server proxmox 1.9
Extrax
tar -xvf nagios-plugins-1.5.tar.gz (5)
masuk direktori hasil extrak tadi dan install dengan perintah
./configure --enable-command-args (6)
Jika eror muncul
configure: error: no acceptable C compiler found in $PATH
jalankan perintah : apt-get install gcc (7)
kembali ke perintah (6) lagi
tanda sukses install configure args
Langkah 4
Jalankan perintah make (8)
jika muncul -bash: make: command not found tandanya belum diinstall make
jalankan perintah apt-get install make (9)
Setelah menjalankan make ( 8 ) selesai , jalankan perintah make install (10)
Langkah 5
Buat permission
chown nagios.nagios /usr/local/nagios (11)
chown -R nagios.nagios /usr/local/nagios/libexec (12)
Langkah 6
Install xinetd
apt-get install xinetd (13)
Langkah 7
Download software nrpe plugin
Extrax
tar xzf nrpe-2.15.tar.gz (15)
masuk folder hasil extrax tadi
cd nrpe-2.15 (16)
Langkah 8
Install
./configure --enable-command-args (17)
Jika muncul eror
checking for SSL headers... configure: error: Cannot find ssl headers
jalankan perintah apt-get install libssl-dev (18)
masih eror juga jika tidak abaikan
checking for SSL libraries... configure: error: Cannot find ssl libraries
jalankan lagi dibawah ini
ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/libssl.so (opt)
jika sudah lanjutkan perintah nomer 17
jika sudah selesai jalankan perintah
seperti dibawah ini
$ make all
$ make install-plugin
$ make install-daemon
$ make install-daemon-config
$ make install-xinetd
Gambar tkp
Ubah file /usr/local/nagios/etc/nrpe.cfg
Tampak sebelum dirubah
Setelah dirubah
Edit juga
Sebelum dirubah
Setelah dirubah
Langkah 8 restart
/etc/init.d/xinetd restart
Lihat hasilnya pada monitoring nagios eror return
Dibawah ini penyebabnya
Cara fix nya
Edit pada file nrpe di /etc/xinetd dan tambahkan port 5666 pada etc/service.conf
Lihat lagi nagiosnya
0 comments:
Post a Comment