User Tools

Site Tools


server_monitoring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
server_monitoring [2009/11/17 11:42] 172.26.0.166server_monitoring [2009/11/17 12:21] 172.26.0.166
Line 71: Line 71:
  
 === Installation === === Installation ===
 +
 +----
 +
 Download the latest version of nagios while hot, from http://www.nagios.org/download Download the latest version of nagios while hot, from http://www.nagios.org/download
-<code>$ wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.0.tar.gz </code>+<file>$ wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.0.tar.gz  
 +$ cd nagios-3.2.0 
 +$ ./configure 
 +$ make all </file> 
 +$ useradd nagios 
 +$ make install 
 +$ make install-init 
 +$ make install-commandmode 
 +$ make install-config 
 +$ make install-webconf
  
 === Configuration === === Configuration ===
 +
 +----