您好,登錄后才能下訂單哦!
這篇文章主要為大家展示了“nagios如何安裝配置”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“nagios如何安裝配置”這篇文章吧。
1安裝前準備:
Apache2
GCC編譯器與開發庫
GD庫與開發庫
php
2創建帳號:
/usr/sbin/useradd nagios --創建帳號組
mkdir /usr/local/nagios --創建安裝目錄
chown nagios:nagios /usr/local/nagios --修改目錄權限
usermod -G nagios apache --將Web帳號加入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頁面訪問賬號:
/usr/bin/htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
New password: --nagiosadmin 帳號權限已經默認設置了。
Re-type new password: --配置文件看/usr/local/nagios/etc/nagios.cfg
Adding password for user root --重點/usr/local/nagios/etc/cgi.cfg
這里注意: nagiosadmin作為默認用戶是用從WEB頁面直接操作CGI功能,換句話說也就可以在頁面中直接進行操作,如果需要修改用戶名,那么需要在/usr/local/nagios/etc/cgi.cfg 賦予新永明WEB頁面操作權限,當然一般使用nagios就不建議采用頁面操作。
log日志
touch /usr/local/nagios/var/nagios.log
chown nagios:nagios /usr/local/nagios/var/nagios.log
5.配置開機啟動:
設置nagios為開機啟動
[root@localhostnagios]# chkconfig nagios on
[root@localhostnagios]# service nagios start
[root@localhost soft]# service httpd restart
6.測試
http://192.168.28.X/nagios/
安裝首要插件:nagios-plugins
以上是“nagios如何安裝配置”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。