Nagios Plugins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
On other machine just copy plugins you need (or all of them) to 'nrpe' area (assume 'nrpe' is installed already): | 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:48, 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
NOTE: compiling fails on Solaris st some point but produces 'check_disk' at least ..
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/