nagios 部署(2)

回复 收藏
本帖最后由 乐橙306 于 2016-5-5 10:01 编辑
  1. 参考文档
  2. http://www.apelearn.com/bbs/thread-8087-1-1.html
  3. nagios  
  4. server:118.192.147.6
  5. agent:118.192.147.101
  6. 系统软件安装环境:
  7. 关闭selinux  iptables   
  8. linux系统版本:CentOS 6.4 x64
  9. nagios版本:3.5.1
  10. 1.Nagios安装 - 服务端
  11. Centos6默认的yum源里没有nagios相关的rpm包,但是我们可以安装一个epel的扩展源:
  12. yum install -y epel-release
  13. 然后安装nagios相关的包
  14. yum install -y httpd nagios nagios-plugins nagios-plugins-all nrpe nagios-plugins-nrpe
  15. 设置登录nagios后台的用户和密码:htpasswd -c /etc/nagios/passwd nagiosadmin
  16. 检测配置文件:nagios -v /etc/nagios/nagios.cfg
  17. 启动服务:
  18. service httpd start
  19. service nagios start
  20. service nrpe start
  21. 浏览器访问: http://ip/nagios
  22. 2. Nagios安装 - 客户端
  23. 在客户端机器上
  24. yum install -y epel-release
  25. yum install -y nagios-plugins nagios-plugins-all nrpe nagios-plugins-nrpe
  26. vi /etc/nagios/nrpe.cfg  找到“allowed_hosts=127.0.0.1” 改为 “allowed_hosts=127.0.0.1,113.57.219.51” 后面的ip为服务端ip; 找到” dont_blame_nrpe=0” 改为  “dont_blame_nrpe=1”
  27. 启动客户端 /etc/init.d/nrpe start
  28. 3.服务端测试客户端数据
  29. [root@niaoyun-6 plugins]# cd /usr/lib64/nagios/plugins
  30. [root@niaoyun-6 plugins]# ./check_ping -H 118.192.147.101  -w 100,10%  -c 200,20%
  31. PING OK - Packet loss = 0%, RTA = 0.37 ms|rta=0.371000ms;100.000000;200.000000;0.000000 pl=0%;10;20;0

QQ截图20160505093226.png
2016-05-05 09:27 举报
已邀请:

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: