Nagios Plugins: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 8: Line 8:
On any other machine which is suppose to be remotely monitored by clonweb:
On any other machine which is suppose to be remotely monitored by clonweb:


   ./configure --prefix=/apps/nrpe2.6
   ./configure
 
Compile:


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


On clonweb:
On clonweb:


   ..
   gmake install


On other machine:
On other machine just copy plugins you need (or all of them) to 'nrpe' area (assume 'nrpe' is installed already):


  ..
    cp plugins/check_disk /apps/nrpe2.6/libexec/

Revision as of 19:41, 6 January 2007

 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

Compile:

 gmake

On clonweb:

 gmake install

On other machine just copy plugins you need (or all of them) to 'nrpe' area (assume 'nrpe' is installed already):

   cp plugins/check_disk /apps/nrpe2.6/libexec/