网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

nagios安装步骤

nagios安装步骤

香格里拉网站建设公司创新互联,香格里拉网站设计制作,有大型网站制作公司丰富经验。已为香格里拉上千多家提供企业网站建设服务。企业网站搭建\成都外贸网站建设要多少钱,请找那个售后服务好的香格里拉做网站的公司定做!

1、安装前准备

1)创建nagios用户和用户组

useradd -s /usr/sbin/nologin nagios
mkdir /usr/local/nagios
chown -R nagios.nagios /usr/local/nagios

2)开启系统sendmail服务

/etc/init.d/sendmail start

2、编译安装nagios

tar -zxvf nagios-3.2.0.tar.gz
cd nagios-3.2.0
./configure --prefix=/usr/local/nagios
make all
make install
make install-init
make install-commandmode
make install-config

3、Nagios目录

bin

etc

sbin

Share

libexec外部插件所在的目录

var

var/archives

var/rw

4、安装Nagios插件

nagios-plugins-1.4.14

5、安装Nagios中文化插件

http://sourceforge.net/projects/nagios-cn/files/
./configure      不指定安装路径,默认为/usr/local
make all
make install

6、安装与配置apache和php

1)安装apache与php

2)配置apache

/usr/local/apache2/conf/httpd.conf

修改

User nobody
Group #-1

修改为

User nagios
Group nagios

然后找到

DirectoryIndex index.html index.html.var

修改为

DirectoryIndex index.html index.php

增加:

AddType application/x-httpd-php .php

在httpd.conf最后添加授权信息

#setting for nagios
ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"

    AuthType Basic
    Options ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
    AuthName "Nagios Access"
AuthUserFile /usr/local/nagios/etc/htpasswd
    Require valid-user

Alias /nagios "/usr/local/nagios/share"

    AuthType Basic
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
    AuthName "nagios Access"
AuthUserFile /usr/local/nagios/etc/htpasswd
    Require valid-user

3)创建apache目录验证文件

/usr/local/apache2/bin/htpasswd -c /usr/local/nagios/etc/htpassed ixdba
 启动服务
 /usr/local/apache2/bin/apachectl start
 http://ip/nagios/


当前名称:nagios安装步骤
转载来源:http://bjjierui.cn/article/ieoooe.html

其他资讯