nagios在fedora10下安裝

來源:互聯網
上載者:User

1.檢查是否有下列包

  rpm -qa | grep httpd
  rpm -qa | grep gcc
  rpm -qa | grep glibc
  rpm -qa | grep glibc-common
  rpm -qa | grep gd-devel
  rpm -qa | grep gd

 

2.建立使用者和組
su root

useradd -m nagios
passwd nagios

groupadd nagcmd
usermod -a -G nagcmd nagios
usermod -a -G nagcmd apache

 

3.下載安裝包
wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0.6.tar.gz

wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz

 

4.安裝nagios
tar -xzvf nagios-3.0.6.tar.gz
cd nagios-3.0.6

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

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

 

5.更改簡單資訊
vi /usr/local/nagios/etc/objects/contacts.cfg
更改nagiosadmin的email

 

6.安裝web介面
make install-webconf  為了安裝nagios配置

這個將設定檔放到/etc/httpd/conf.d/nagios.conf處,將其中的內容拷到/usr/local/apache/conf/httpd.conf中
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin    # apache basic auth
service httpd restart

 

7.安裝nagios外掛程式
tar -xzvf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins

./configure --with-nagios-user=nagios --with-nagios-group=nagcmd
make
make install

 

8.檢查設定檔
chkconfig --add nagios
chkconfig nagios on
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
service nagios start

 

9.
http://localhost/nagios/

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.