CentOS 6.4にNagios-35.0[クライアント/client端]をyumでインストールする。


原文:http://sharadchhetri.com/2013/03/02/how-to-install-and-configure-nagios-nrpe-in-centos-and-red-hat/
#  nrpe
rpm -ivh dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

yum install -y nrpe nagios-plugins-all openssl

#      ,       
vi /etc/nagios/nrpe.cfg
#  allowed_hosts=127.0.0.1,     server  IP,  server         ,     :
allowed_hosts=127.0.0.1,192.168.1.103

#    
chkconfig --level 3 on

#  
/etc/init.d/nrpe start
この文を参照してクライアントを設定します。CentOS 6.4にNagios-35.0[サービス端末/server端末]をyumでインストールします。