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_name check_remote_disk
command_line /somepath/check_by_ssh <args> -C
"/usr/lib64/nagios/plugins/check_disk <remote args>"
}
This command executes /usr/*lib64*/nagios/plugins/check_disk on the remote
system. On 32-bit systems, on the other hand, the path to the plugin is
/usr/*lib*/nagios/plugins/check_disk. It thus looks like I have to
differentiate between 32-bit and 64-bit commands, and in effect devide the
configuration itself in a 32-bit section and 64-bit section.
I'm sure there is a neat way of solving this, and could use some advice. I
guess I could symlink all over the place to get things going, but there are
probably a better way of doing this.
Regards,
Kenneth Holter
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue.
::: Messages without supporting info will risk being sent to /dev/null