nagios 安装步骤-1
Nagios 配置教程详解
安装环境:linux rehl5.1 ,软件为nagios-3.2.0,和插件nagios-plugins-1.4.13,系统需要httpd php gcc glibc ,关闭selinux.
(一).安装nagios 1. 创建 Nagios 账户和组
[root@UnixHot src]# useradd -m nagios
[root@UnixHot src]#groupadd nagcmd
[root@UnixHot src]# usermod -a -G nagcmd nagios
[root@UnixHot src]#usermod -a -G nagcmd apache
2,编译安装 [root@UnixHot src]# tar xvf nagios-3.2.0.tar.gz
[root@UnixHot src]# cd nagios-3.2.0
[…]#../configure --with-command-group=nagcmd --with-nagios-user=nagios --with-nagios-group=nagios - [root@UnixHot nagios-3.2.0]# make all
[root@UnixHot nagios-3.2.0]# make install
[root@UnixHot nagios-3.2.0]# make install-init (生成init 启动脚本)
[root@UnixHot nagios-3.2.0]# make install-config (生成一些模板配置文件)
[root@UnixHot nagios-3.2.0]# make install-commandmode (设置相应的权限)
[root@UnixHot nagios-3.2.0]# make install-webconf
3.为 Nagios 设置 Web 验证的密码. [root@UnixHot ~]# chkconfig --add nagios [root@UnixHot ~]# chkconfig nagios on
(二)安装Nagios 的插件 nagios-plugin
[root@UnixHot src]# tar xvf nagios-plugins-1.4.13.tar.gz
[root@UnixHot src]# cd nagios-plugins-1.4.13
[root@UnixHot nagios-plugins-1.4.13]# ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios
--with-nagios-group=nagios
[root@UnixHot nagios-plugins-1.4.13]# make && make install
(三)配置nagios,
错误 2 : 在使用“../libexec/check_nrpe -H 192.168.1.12 -c check_disk” 检查check_disk的时候出错: NRPE: Command ‘check_disk’ not defined,经检查,发现 /usr/local/nagios/etc/nrpe.cfg配置信息由问题,正确的命令为: command[check_disk]=/usr/local/nagios/libexec/check_disk -w 200% -c 10% -p /dev/hda1
以上部分参考与--赵舜东和官方http://nagios-cn.sourceforge.net/nagios-cn/ 的步骤. 本文出自 “linux学习路” 博客,请务必保留此出处http://fifeapple.blog.51cto.com/1566225/494254 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |