Nagios - Installation

实验环境:
CentOS 7

1. Download

2. Prepequisites
# 安装依赖包
yum install -y wget httpd php gcc glibc glibc-common gd gd-devel make net-snmp unzip
# 创建用户,用户组
useradd nagios
groupadd nagcmd
usermod -a -G nagios,nagcmd apache

3. Installation (source code)
# 安装nagios core
tar -zxvf nagios-4.4.1.tar.gz
tar -zxvf nagios-plugins-2.2.1.tar.gz
# 安装nagios core
cd nagios-4.4.1
./configure --with-command-group=nagcmd
make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
# 参数文件
cp -R contrib/eventhandlers/ /usr/local/nagios/libexec/
chown -R nagios:nagios /usr/local/nagios/libexec/eventhandlers
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
# 启动nagios和httpd
/etc/init.d/nagios start
service httpd status
# 设置密码
htpasswd –c /usr/local/nagios/etc/htpasswd.users nagiosadmin
# 安装plugin
cd ../nagios-plugins-2.2.1
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install

# 配置服务
chkconfig --add nagios
chkconfig --level 35 nagios on
chkconfig --add httpd
chkconfig --level 35 httpd on

4. 安装完成,打开网页


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值