Nagios alarm passed fetion (1)

Source: Internet
Author: User

Nagios alarmPassFetionThe specific operations are as follows:

 

Figure-nagios

System Environment: suse 10.1

Nagios: nagios-3.0.6.tar.gz Plugin: nagios-plugins-1.4.13.tar.gz

Fetion: fetion_linux_20080402.tar.tar and lib library files to be used

All the above software can be downloaded from the Internet

(The Apsara software has been updated. I use the old version here)

========================================================== ========================================================== =

1. download the software package

2. Create users and corresponding folders

 
 
  1. groupadd nagios  
  2.  
  3. useradd nagios -g nagios  
  4.  
  5. cd /usr/local  
  6.  
  7. mkdir nagios  
  8.  
  9. chown nagios.nagios nagios  
  10.  

3. decompress and compile the software

 
 
  1. tar -zxvf nagios-3.0.6.tar.gz  
  2.  
  3. cd nagios-3.0.6  
  4.  
  5. ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios  
  6.  
  7. make all  
  8.  
  9. make install  
  10.  
  11. make install-init  
  12.  
  13. make install-commandmode  
  14.  
  15. make install-config  
  16.  

4. Install the plug-in

 
 
  1. tar -zxvf nagios-plugins-1.4.13.tar.gz  
  2.  
  3. cd nagios-plugins  
  4.  
  5. ./configure --prefix=/usr/local/nagios/  
  6.  
  7. make  
  8.  
  9. make install  
  10.  


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.