Nagios监控部署(一)
Nagios部署(一) 1) 安装准备 系统:redhat7.1(监控端)、centos6.5(被监控端) 软件:nagios-cn-3.2.3.tar.bz2、gd-devel-2.0.35-26.el7.x86_64.rpm、nagios-plugins-2.1.1.tar.gz | 主机名 | IP地址 | 角色 | | ------------------| -------------- |-------------------| | host.mystudy.com | 192.168.1.183 | 监控端 | | chunlin | 139.199.181.155| 被监控端1(远程) | | client5 | 192.168.1222.15| 被监控端2(同网段)| 防火墙:关闭 SELinux:Disabled 时间:保持同步 2) 安装nagios [root@host ~]# yum install -y httpd [root@host ~]# yum install -y gd-devel-2.0.35-26.el7.x86_64.rpm [root@host ~]# mkdir /usr/local/nagios [root@host ~]# useradd -s /sbin/nologin nagios [root@host ~]# groupadd