CentOS 6.4安装Nagios(中文版)
一、安装
1、基础环境安装(系统最小安装)
yum install gcc glibc glibc-common gd gd-devel httpd
推荐阅读:
Nagios—服务和性能监控 /Linux/2013-07/88085.htm
CentOS 6.2 使用Nagios nrpe监控本地与远程Linux主机 /Linux/2013-05/84776.htm
[Nagios监控] CentOS 6.2安装配置Nagios Server /Linux/2013-03/80812.htm
CentOS 安装配置Nagios 监控服务器 /Linux/2013-01/78342.htm
RHEL下安装配置Nagios与Cacti服务 /Linux/2013-01/77363.htm
Nagios 的详细介绍:请点这里
Nagios 的下载地址:请点这里
2、 nagios和 nagios-plus的安装
/usr/sbin/useradd nagios
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G nagcmd nagios
/usr/sbin/usermod -G nagcmd apache
tar -jxvf nagios-cn-3.2.3.tar.bz2
cd nag
原创力文档

文档评论(0)