真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

nagios如何安裝配置

這篇文章主要為大家展示了“nagios如何安裝配置”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“nagios如何安裝配置”這篇文章吧。

創(chuàng)新互聯(lián)服務(wù)項(xiàng)目包括思茅網(wǎng)站建設(shè)、思茅網(wǎng)站制作、思茅網(wǎng)頁(yè)制作以及思茅網(wǎng)絡(luò)營(yíng)銷(xiāo)策劃等。多年來(lái),我們專(zhuān)注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢(shì)、行業(yè)經(jīng)驗(yàn)、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機(jī)構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,思茅網(wǎng)站推廣取得了明顯的社會(huì)效益與經(jīng)濟(jì)效益。目前,我們服務(wù)的客戶以成都為中心已經(jīng)輻射到思茅省份的部分城市,未來(lái)相信會(huì)繼續(xù)擴(kuò)大服務(wù)區(qū)域并繼續(xù)獲得客戶的支持與信任!

1安裝前準(zhǔn)備:
Apache2
GCC編譯器與開(kāi)發(fā)庫(kù)
GD庫(kù)與開(kāi)發(fā)庫(kù)
php

2創(chuàng)建帳號(hào):
/usr/sbin/useradd nagios --創(chuàng)建帳號(hào)組
mkdir /usr/local/nagios --創(chuàng)建安裝目錄
chown nagios:nagios /usr/local/nagios  --修改目錄權(quán)限
usermod -G nagios apache --將Web帳號(hào)加入nagios組,可以在web操作。


3安裝:
wget http://ncu.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.2.3/nagios-3.2.3.tar.gz
tar -zxvf nagios-3.2.3.tar.gz
./configure --prefix=/usr/local/nagios
make all
make install   -- This installs the main program, CGIs, and HTML files
make install-init  -- This installs the init script in /etc/rc.d/init.d
make install-commandmode -- This installs and configures permissions on the
make install-config  -- This installs *SAMPLE* config files in /usr/local/nagios/etc
make install-webconf  -- This installs the Apache config file for the Nagios

4.配置文件:
more /etc/httpd/conf.d/nagios.conf
¥¥¥AuthUserFile /usr/local/nagios/etc/htpasswd.users
cp /etc/httpd/conf.d/nagios.conf /var/www/html/
nagios頁(yè)面訪問(wèn)賬號(hào):
/usr/bin/htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
New password:     --nagiosadmin 帳號(hào)權(quán)限已經(jīng)默認(rèn)設(shè)置了。
Re-type new password:    --配置文件看/usr/local/nagios/etc/nagios.cfg
Adding password for user root  --重點(diǎn)/usr/local/nagios/etc/cgi.cfg

這里注意: nagiosadmin作為默認(rèn)用戶是用從WEB頁(yè)面直接操作CGI功能,換句話說(shuō)也就可以在頁(yè)面中直接進(jìn)行操作,如果需要修改用戶名,那么需要在/usr/local/nagios/etc/cgi.cfg 賦予新永明WEB頁(yè)面操作權(quán)限,當(dāng)然一般使用nagios就不建議采用頁(yè)面操作。


log日志
touch /usr/local/nagios/var/nagios.log
chown nagios:nagios /usr/local/nagios/var/nagios.log
5.配置開(kāi)機(jī)啟動(dòng):
設(shè)置nagios為開(kāi)機(jī)啟動(dòng)
[root@localhostnagios]# chkconfig nagios on
[root@localhostnagios]# service nagios start
[root@localhost soft]# service httpd restart
6.測(cè)試
http://192.168.28.X/nagios/

安裝首要插件:nagios-plugins

以上是“nagios如何安裝配置”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


網(wǎng)頁(yè)題目:nagios如何安裝配置
標(biāo)題來(lái)源:http://weahome.cn/article/gsgosg.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部