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
- groupadd nagios
-
- useradd nagios -g nagios
-
- cd /usr/local
-
- mkdir nagios
-
- chown nagios.nagios nagios
-
3. decompress and compile the software
- tar -zxvf nagios-3.0.6.tar.gz
-
- cd nagios-3.0.6
-
- ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios
-
- make all
-
- make install
-
- make install-init
-
- make install-commandmode
-
- make install-config
-
4. Install the plug-in
- tar -zxvf nagios-plugins-1.4.13.tar.gz
-
- cd nagios-plugins
-
- ./configure --prefix=/usr/local/nagios/
-
- make
-
- make install
-