Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-25 Thread Kenneth Holter
Quite a lot of ways to solve this issue, it seem. :) I have a working configuration in which the $USER macro is defined with "/usr/lib*64*/nagios/plugins/check_disk", and on 32-bit systems I make a symlink from /usr/lib64/nagios to /usr/lib/nagios. This works like a charm, and doesn't seem to be v

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-24 Thread Tom Throckmorton
On Sep 23 08:18, Kenneth Holter wrote: > Hello all. > > > I've set up Nagios to monitor a few 64-bit machines, and this seems to be > working correctly. For example, my command for checking a remote disk is > defined like this: > > > define command{ > command_namecheck_remote_disk >

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-24 Thread Marcel
On Tue, Sep 23, 2008 at 10:50 PM, Gavin Carr <[EMAIL PROTECTED]>wrote: > On Tue, Sep 23, 2008 at 04:42:45PM -0300, Marcel wrote: > > I think you missed the point Andreas tried to make. > > > > On Tue, Sep 23, 2008 at 5:48 AM, Kenneth Holter <[EMAIL PROTECTED] > >wrote: > > > > > Actually, I've don

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-23 Thread Gavin Carr
On Tue, Sep 23, 2008 at 04:42:45PM -0300, Marcel wrote: > I think you missed the point Andreas tried to make. > > On Tue, Sep 23, 2008 at 5:48 AM, Kenneth Holter <[EMAIL PROTECTED]>wrote: > > > Actually, I've done this already. The macro, say, X defines the path to be > > "/usr/lib64/nagios/plugi

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-23 Thread Marcel
I think you missed the point Andreas tried to make. On Tue, Sep 23, 2008 at 5:48 AM, Kenneth Holter <[EMAIL PROTECTED]>wrote: > Actually, I've done this already. The macro, say, X defines the path to be > "/usr/lib64/nagios/plugins". But as far as I can see this does not solve my > problem, as th

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-23 Thread Kenneth Holter
Actually, I've done this already. The macro, say, X defines the path to be "/usr/lib64/nagios/plugins". But as far as I can see this does not solve my problem, as the path on a 32-bit systems is different than the path on a 64-bit system. On 9/23/08, Andreas Ericsson <[EMAIL PROTECTED]> wrote: >

Re: [Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-23 Thread Andreas Ericsson
Kenneth Holter wrote: > Hello all. > > > I've set up Nagios to monitor a few 64-bit machines, and this seems to be > working correctly. For example, my command for checking a remote disk is > defined like this: > > > define command{ > command_namecheck_remote_disk > command_

[Nagios-users] Monitoring 64-bit and 32-bit servers - plugin path problem

2008-09-22 Thread Kenneth Holter
Hello all. I've set up Nagios to monitor a few 64-bit machines, and this seems to be working correctly. For example, my command for checking a remote disk is defined like this: define command{ command_namecheck_remote_disk command_line/somepath/check_by_ssh -C "/usr/lib