91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Nagios 監控平臺快速安裝

發布時間:2020-05-18 08:39:30 來源:網絡 閱讀:866 作者:吳光科 欄目:移動開發
Nagios是一款開源的免費網絡監視工具,能有效監控Windows、Linux和Unix的主機狀態,交換機路由器等網絡設置,打印機等。
 
一、首先安裝apache:
  1. 安裝apache,采用yum方式安裝,安裝的命令是yum install –y httpd  
  2. 安裝完apache后,啟動apache命令/etc/init.d/httpd restart 即可! 
 
二、安裝php:
  1. Nagios是基于php語音編寫的程序,所以需要安裝php,也采用yum方式安裝  
  2. Yum install php php-devel -y即可 
  
三、下載nagios:
  1. 現在nagios版本和客戶端插件地址如下:  
  2. wget http://sourceforge.net/projects/nagios/files/nagios-3.x/nagios-3.2.1/nagios-3.2.1.tar.gz/download  
  3. wget http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz/download   
  4. wget  http://jaist.dl.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.13/nrpe-2.13.tar.gz   
  5.    
  6. 創建用戶維護Nagios的用戶和組  
  7. useradd nagios  
  8. passwd nagios 
四、在服務器端,安裝Nagios和nrpe、nagios插件:
  1. 安裝Nagios  
  2. tar zxvf nagios-3.2.1.tar.gz  
  3. cd nagios-3.2.1  
  4. ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios  
  5. make all  
  6. make install                   //來安裝主程序,CGI和HTML文件  
  7. make install-init              //在/etc/rc.d/init.d安裝啟動腳本  
  8. make install-config            //來安裝示例配置文件,安裝的路徑是/usr/local/nagios/etc  
  9. make install-commandmode//來配置目錄權限   
  10. make install-webconf     寫入配置文件  
  11.    
  12. 安裝Nagios-plugins  
  13. tar zxvf nagios-plugins-1.4.15.tar.gz  
  14. cd nagios-plugins-1.4.15  
  15. ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios  
  16. make && make install  
  17. 安裝nrpe   
  18. tar -xzf nrpe-2.13.tar.gz && cd nrpe-2.13 &&./configure --enable-ssl --with-ssl-lib &&make all && make install-plugin && make install-daemon && make install-daemon-config  
  19. chown  -R nagios:nagios /usr/local/nagios/   
  20.  
  21. /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d  啟動nrpe服務 
 
五、創建web 訪問用戶:
  1. 增加訪問控制驗證用戶:(第一次創建時要加參數c)  
  2. htpasswd -c /usr/local/nagios/etc/htpasswd.users  nagiosadmin  
  3.  
  4. nagios安裝完畢,然后重啟apache,重啟nagios,/etc/init.d/nagios restart  
  5. 訪問:http://localhost/nagios/ 即可! 即可訪問到nagios最初安裝界面 
 
六、在客戶端安裝nrpe、nagios-plugin:
  1. 首先下載nagios-plugins-1.4.15.tar.gz和nrpe-2.13.tar.gz,  
  2.    
  3. 執行如下腳本即可:  
  4. #!/bin/sh  
  5. ###auto make install nagios_plugin and nrpe  
  6. useradd nagios  
  7. tar -xzf nagios-plugins-1.4.15.tar.gz &&cd nagios-plugins-1.4.15 &&./configure --prefix=/usr/local/nagios &&make &&make install  
  8.    
  9. sleep 2  
  10.    
  11. echo "This is make install nrpe ,please waiting .................."  
  12. cd ../ ; tar -xzf nrpe-2.13.tar.gz && cd nrpe-2.13 &&./configure --enable-ssl --with-ssl-lib &&make all && make install-plugin && make install-daemon && make install-daemon-config  
  13.    
  14. chown  -R nagios:nagios /usr/local/nagios/  
  15. cd .. ;cp nrpe.cfg /usr/local/nagios/etc/nrpe.cfg  
  16.    
  17. /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d  
  18.    
  19. ###Add auto start  
  20. grep "nrpe" /etc/rc.local  
  21.    
  22. if [ $? -ne 0 ];then  
  23. echo "/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d" >>/etc/rc.local  
  24. else  
  25. echo "nrpe is exist"  
  26. fi  
  27. 保存即可! 

 

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

北安市| 三台县| 那曲县| 资中县| 深泽县| 多伦县| 休宁县| 阿合奇县| 偏关县| 长治县| 旺苍县| 周至县| 柳林县| 麻阳| 云阳县| 开江县| 霍邱县| 金坛市| 兰考县| 山丹县| 岳普湖县| 延安市| 东辽县| 六安市| 靖西县| 湖北省| 泸西县| 彩票| 来安县| 稷山县| 双鸭山市| 佛冈县| 和静县| 巴林左旗| 伊春市| 会泽县| 昌吉市| 定结县| 双城市| 辛集市| 漳平市|