码迷,mamicode.com
首页 > 移动开发 > 详细

nagios监控linux nrpe安装

时间:2014-09-28 18:21:37      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:services   linux   配置文件   监控   

1、下载nrpe2.15

  wget http://cznic.dl.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.15/nrpe-2.15.tar.gz

2、yum install openssl openssl-devel

   cd nrpe-2.15

   ./configure --enable-ssl --with-nagios-user=nagios --with-nagios-group=nagcmd --with-nrpe-user=nagios --with-nrpe-group=nagcmd

   make all

   make install-plugin

   make install-daemon

   make install-daemon-config

   make install-xinetd

3、编辑nrpe配置文件,增加监控机地址:   

      vi /etc/xinetd.d/nrpe

      only_from = nagios-server-ip,127.0.0.1

4、修改services文件,增加端口
          vi /etc/services
          nrpe            5666/tcp                        #NRPE

3、启动 nrpe

   /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d

   设置开机启动

   vi /etc/rc.d/rc.local加入/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d

   验证是否启动

   netstat -an |grep 5666  

   tcp        0      0 0.0.0.0:5666                0.0.0.0:*                   LISTEN    

4、

nagios监控linux nrpe安装

标签:services   linux   配置文件   监控   

原文地址:http://2860664.blog.51cto.com/2850664/1559056

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!