Nagios Core Part 2: Client (Linux & Windows) Setup Tutorial

SysAdmGirl
SysAdmGirl
71.4 هزار بار بازدید - 9 سال پیش - A tutorial on how to
A tutorial on how to configure Nagios Core server and clients (Linux and Windows). Nagios Core is a monitoring and alerting software package that notify system administrators of any system or server issues.

Download Nagios Core: http://nag.is/coresys
Download Nagios XI: http://nag.is/xisys
Download Nagios Plugins: http://nag.is/plugsys
Website: https://www.nagios.com


WATCH PART 1: Nagios Core Part 1: Server (CentOS) a...

Thank you for watching!! Please let me know how you are using Nagios XI or Core in your environment.

Please subscribe to get updates on new videos :)


Twitter: sysadmgirl
Facebook: sysadmgirl

--------------------------------------------------------------------------------------

Linux Client

yum install openssl openssl-devel gcc xinetd

useradd nagios

Download Load NRPE: https://sourceforge.net/projects/nagi...

tar -xvf nrpe-2.15.tar.gz
./configure
make all
make install-daemon

In /etc/services  add entry:
nrpe  5666/tcp #NRPE Nagios Client

Copy nrpe.xinetd from nrpe samplefiles to /etc/xinetd.d
Configure /etc/xinetd/nrpe
Restart xinetd: service xinetd restart

Configure /usr/local/nagios/etc/nrpe.cfg
Open firewall /etc/sysconfig/iptables

Nagios Server
Configure /usr/local/nagios/etc/nagios.cfg
Copy template /usr/local/nagios/etc/objects/localhost.cfg /usr/local/nagios/etc/objects/linuxclient.cfg

Restart nagios: service nagios restart

--------------------------------------------------------------------------------------
Windows Client

Download https://sourceforge.net/projects/nscp...
Run NSCP-0.4.1.73-x64.msi installer

Nagios Server
Configure /usr/local/nagios/etc/nagios.cfg
Copy template /usr/local/nagios/etc/objects/localhost.cfg /usr/local/nagios/etc/objects/windowsclient.cfg

Restart nagios: service nagios restart
9 سال پیش در تاریخ 1394/12/28 منتشر شده است.
71,404 بـار بازدید شده
... بیشتر