Nagios Plugins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
cd /usr/local/src/nagios-plugins-1.4.5 | cd /usr/local/src/nagios-plugins-1.4.5 | ||
su nagios | su nagios | ||
On clonweb (where we are running Nagios): | |||
./configure --prefix=/www/nagios2.6 | ./configure --prefix=/www/nagios2.6 | ||
On any other machine which is suppose to be remotely monitored by clonweb: | |||
./configure --prefix=/apps/nrpe2.6 | |||
gmake | |||
gmake install |
Revision as of 19:13, 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 --prefix=/apps/nrpe2.6
gmake gmake install