Nagios监控部署(五)
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-27
|
六、启动nrpe服务并检查其配置<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
1、 以独立守护进程启动nrpe服务
/usr/local/nrpe/bin/nrpe –c /usr/local/nrpe/etc/nrpe.cfg –d
2、 查看系统日志,如果正常启动可以看到以下输出:
[root@rhel nrpe]# tail /var/log/messages oct 15 18:01:16 rhel nrpe[11791]: starting up daemon
oct 15 18:01:16 rhel nrpe[11791]: listening for connections on port 5666
oct 15 18:01:16 rhel nrpe[11791]: allowing connections from: 127.0.0.1,192.168.0.10
查看端口:
[root@rhel nrpe]# netstat -an |grep 5666
tcp 0 0 <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />0.0.0.0:5666 0.0.0.0:* listen
查看进程:
[root@rhel nrpe]# ps aux |grep nrpe |grep -v grep
nagios 11791 0.0 0.1 4868 928 ? ss 18:01 0:00 nrpe -c /usr/local/nrpe/etc/nrpe.cfg –d
3、 检查插件功能 1)检查nrpe的服务版本
[root@rhel nrpe]# /usr/local/nrpe/libexec/check_nrpe -h 192.168.0.10
nrpe v2.12
2)检查nrpe.cnf里面定义的命令有没有错误,也就是检查主机资源:
[root@rhel nrpe]# /usr/local/nrpe/libexec/check_nrpe -h 192.168.0.10 -c check_dfsnmp v3似乎有所改进).开源解决方案Nagios在这方面做得比较完美,值得推荐一下.它可以以插件方式先收集到各监控对象的信息,然后再传送到监控服务器上,大大节省网络带宽. |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn
为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
|