All,<br>   I need some suggestion for nrpe configuration.  I have 3 different kind of architecture in my setup.  I have 32 bit linux machine (plugins installed at /usr/lib/nagios/plugins directory) , 64 bit linux machine (plugins installed /usr/lib64/nagios/plugins directory), solaris machine (plugins installed at /opt/libexec directory) <br>
<br>   In my nrpe.conf file I would three definitions like below<br><br>   [check_something]=/usr/lib/nagios/plugins/check_something<br>   [check_something_x64]= /usr/lib64/nagios/plugins/check_something<br>   [cehck_something_unix]=/opt/libexec/check_somthing<br>
<br><br> in my service definition, I would name them differently and call the command file,  for example I would have a check disk, disk_x64, disk_unix.   In commands.cfg file I would call them like<br><br>command_name check_remote<br>
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$<br><br><br><br>However, now new requirements came in, where disk, disk_x64, disk_unix must have same service name.  I need to find a clever way define service disk and call different nrpe command based on architecture.   Can someone please help me with this.  Thanks<br>
<br clear="all"><br>-- <br>Cordially,<br>Shadhin Rahman<br>