<div>Hello all.</div>
<div> </div>
<div> </div>
<div>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:</div>
<div> </div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div><font face="Arial" size="2">define command{</font> <br><font face="Arial" size="2">        command_name    check_remote_disk</font> <br><font face="Arial" size="2">        command_line    /somepath/check_by_ssh <args> -C "/usr/lib64/nagios/plugins/check_disk <remote args>"</font></div>

<div><font face="Arial" size="2">}</font> </div></blockquote>
<div>This command executes <font size="2">/usr/<strong>lib64</strong>/nagios/plugins/check_disk on the remote system. </font>On 32-bit systems, on the other hand, the path to the plugin is <font size="2">/usr/<strong>lib</strong>/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. </font></div>

<div><font size="2"></font> </div>
<div><font size="2">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.</font></div>

<div><font size="2"></font> </div>
<div><font size="2"></font> </div>
<div><font size="2">Regards,</font></div>
<div><font size="2">Kenneth Holter</font></div>
<div><font size="2"></font> </div>
<div> </div>