Nagios Plugins

From CLONWiki
Revision as of 19:36, 6 January 2007 by Boiarino (talk | contribs)
Jump to navigation Jump to search
 cd /usr/local/src/nagios-plugins-1.4.5
 su nagios

On clonweb (where we are running Nagios):

 ./configure --prefix=/www/nagios2.6

On any other machine which is suppose to be remotely monitored by clonweb:

 ./configure --prefix=/apps/nrpe2.6
 gmake

It is not necessary to type 'gmake install' at that point. Just copy pluging in appropriate destination:

On clonweb:

 ..

On other machine:

 ..