1. <ul id="0c1fb"></ul>

      <noscript id="0c1fb"><video id="0c1fb"></video></noscript>
      <noscript id="0c1fb"><listing id="0c1fb"><thead id="0c1fb"></thead></listing></noscript>

      99热在线精品一区二区三区_国产伦精品一区二区三区女破破_亚洲一区二区三区无码_精品国产欧美日韩另类一区

      RELATEED CONSULTING
      相關(guān)咨詢(xún)
      選擇下列產(chǎn)品馬上在線溝通
      服務(wù)時(shí)間:8:30-17:00
      你可能遇到了下面的問(wèn)題
      關(guān)閉右側(cè)工具欄

      新聞中心

      這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷(xiāo)解決方案
      centos5.4x64安裝nagios3.2.3-創(chuàng)新互聯(lián)

      Nagios 安裝

      站在用戶(hù)的角度思考問(wèn)題,與客戶(hù)深入溝通,找到平頂山網(wǎng)站設(shè)計(jì)與平頂山網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶(hù)體驗(yàn)好的作品,建站類(lèi)型包括:網(wǎng)站設(shè)計(jì)、成都網(wǎng)站設(shè)計(jì)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、域名注冊(cè)、網(wǎng)絡(luò)空間、企業(yè)郵箱。業(yè)務(wù)覆蓋平頂山地區(qū)。

      一 ,準(zhǔn)備工作,最小化安裝系統(tǒng)

      系統(tǒng)版本 centos 5.4

      http://www.verycd.com/topics/2776496/

      nagios-3.2.3.tar

      http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.3.tar.gz

      nagios-plugins-1.4.15.tar

      http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.15.tar.gz

      nagios-cn-3.2.3(漢化包)

      http://sourceforge.net/projects/nagios-cn/files/latest/download?source=files

      [root@nagios ~]# uname -a

      Linux nagios 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 athlon i386 GNU/Linux

      確保聯(lián)網(wǎng)正常

      [root@nagios ~]# ping www.baidu.com

      PING www.a.shifen.com (61.135.169.105) 56(84) bytes of data.

      64 bytes from 61.135.169.105: icmp_seq=1 ttl=55 time=19.0 ms

      --- www.a.shifen.com ping statistics ---

      1 packets transmitted, 1 received, 0% packet loss, time 0ms

      rtt min/avg/max/mdev = 19.087/19.087/19.087/0.000 ms

      [root@nagios ~]#

      虛擬機(jī)sendmail 啟動(dòng)會(huì)很慢

      [root@nagios ~]# cd /etc/mail

      [root@nagios mail]# touch *

      二 關(guān)閉不需要的服務(wù)

      chkconfig --level 2345 cups off

      chkconfig --level 2345 ip6tables off

      chkconfig --level 2345 iptables off

      chkconfig --level 2345 netfs off

      chkconfig --level 2345 nfslock off

      chkconfig --level 2345 portmap off

      chkconfig --level 2345 rhnsd off

      chkconfig --level 2345 rpcsvcgssd off

      chkconfig --level 2345 rpcidmapd off

      chkconfig --level 2345 smartd off

      chkconfig --level 2345 xfs off

      chkconfig --level 2345 bluetooth off

      chkconfig --level 2345 hidd off

      chkconfig --level 2345 pand off

      chkconfig --level 2345 dund off

      chkconfig --level 2345 capi off

      chkconfig --level 2345 firstboot off

      chkconfig --level 2345 kudzu off

      chkconfig --level 2345 mcstrans off

      chkconfig --level 2345 pcscd off

      chkconfig --level 2345 restorecond off

      chkconfig --level 2345 rpcgssd off

      安裝必要的軟件包

      #yum install –y httpd

      #yum install –y gcc

      #yum install –y glibc glibc-common

      #yum install –y gd gd-devel

      #yum install mysql mysql-server mysql-devel

      #yum install php

      ###nagios3.2.0 以后的版本必須安裝php,nagios 頁(yè)面訪問(wèn)才正常

      #/usr/sbin/useradd -m nagios 添加一個(gè)名為nagios 的用戶(hù)用以專(zhuān)門(mén)跑nagios

      #passwd nagios 設(shè)置密碼

      #/usr/sbin/groupadd nagcmd 添加nagcmd 用戶(hù)組,用以通過(guò)web 頁(yè)面提交外部控制命令

      #/usr/sbin/usermod -a -G nagcmd nagios 將nagios 用戶(hù)加入nagcmd 組

      #/usr/sbin/usermod -a -G nagcmd apache 將apache 用戶(hù)加入nagcmd 組

      tar zxvf nagios-3.2.3.tar.gz

      cd nagios-3.2.3

      ./configure --with-command-group=nagcmd

      make all

      make install
      make install-init
      make install-config
      make install-commandmode

      vi /usr/local/nagios/etc/objects/contacts.cfg 修改Email

      安裝web接口

      make install-webconf

      htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

      ##設(shè)置nagiosadmin web 登錄密碼

      service httpd restart

      ##重啟httpd 服務(wù)

      編譯并安裝Nagios插件

      [root@nagios download]# tar -zxvf nagios-plugins-1.4.15.tar.gz

      cd nagios-plugins-1.4.15

      ./configure --with-nagios-user=nagios --with-nagios-group=nagios

      make install

      [root@nagios download]# tar -jxvf nagios-cn-3.2.3.tar.bz2

      cd nagios-cn-3.2.3

      ./configure --with-nagios-user=nagios --with-nagios-group=nagios

      make all

      make install

      把nagios添加為系統(tǒng)服務(wù)并將之加入到自動(dòng)啟動(dòng)服務(wù)隊(duì)列:

      chkconfig --add nagios

      chkconfig nagios on

      /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

       ##檢測(cè)有無(wú)錯(cuò)誤出現(xiàn)

      [root@nagios nagios-plugins-1.4.15]# service nagios start

      Starting nagios: done.

      正式啟動(dòng)nagios服務(wù)

      http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html

      官方幫助文檔,

      通過(guò)web界面查看nagios:
      http://your host ip/nagios

      另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。


      網(wǎng)站題目:centos5.4x64安裝nagios3.2.3-創(chuàng)新互聯(lián)
      文章鏈接:http://ef60e0e.cn/article/ghieh.html
      99热在线精品一区二区三区_国产伦精品一区二区三区女破破_亚洲一区二区三区无码_精品国产欧美日韩另类一区
      1. <ul id="0c1fb"></ul>

        <noscript id="0c1fb"><video id="0c1fb"></video></noscript>
        <noscript id="0c1fb"><listing id="0c1fb"><thead id="0c1fb"></thead></listing></noscript>

        南皮县| 卢龙县| 清涧县| 浮山县| 平南县| 商南县| 阿巴嘎旗| 堆龙德庆县| 武威市| 明溪县| 永川市| 芜湖市| 炎陵县| 固阳县| 房山区| 松滋市| 巩义市| 铁岭县| 赣榆县| 德令哈市| 关岭| 周至县| 天水市| 永宁县| 南投县| 辽阳市| 汉沽区| 梅州市| 上高县| 肇东市| 玉门市| 班玛县| 南充市| 资溪县| 时尚| 剑阁县| 湟中县| 楚雄市| 清河县| 江口县| 长武县|