Sure,<br><br>The problem was SSL handshake. what I did, on the remote solaris machine I recompiled nrpe without the ssl support (./configure --help will tell you how to do that). Once this is done, I executed the following command from the nagios server<br>
<br> /home/nagios/nagios/libexec/check_nrpe -H <a href="http://10.192.2.60">10.192.2.60</a> -c check_users -n<br>USERS OK - 2 users currently logged in |users=2;5;10;0<br><br>So,  If the remote system was built and configured without ssl, you can define a separate entry in commands.cfg on the nagios server as in the following example:<br>
<br>define command{<br>command_name check_nrpe_no_ssl<br>command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n<br>}<br><br>(note the -n qualifier in the command_line) modify your service check (in services.cfg) to use check_nrpe_no_ssl and restart the nagios server <br>
ex: check_nrpe_no_ssl!check_users!-n<br><br>Hope this helps<br><br>Regards<br>-Shankar<br><br><div class="gmail_quote">On Mon, Jun 30, 2008 at 7:45 PM, Matthew Macdonald-Wallace <<a href="mailto:lists@truthisfreedom.org.uk">lists@truthisfreedom.org.uk</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Mon, 30 Jun 2008 18:36:52 +0530<br>
<a href="mailto:asam30@gmail.com">asam30@gmail.com</a> wrote:<br>
<br>
> I was able to fix this myself.<br>
<br>
</div>Can you tell us how so that people who have a similar problem in future<br>
know what to do?<br>
<br>
Thanks,<br>
<br>
Matt<br>
--<br>
Matthew Macdonald-Wallace<br>
<a href="mailto:matthew@truthisfreedom.org.uk">matthew@truthisfreedom.org.uk</a><br>
<a href="http://www.truthisfreedom.org.uk" target="_blank">http://www.truthisfreedom.org.uk</a><br>
<br>
-------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It's the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://sourceforge.net/services/buy/index.php" target="_blank">http://sourceforge.net/services/buy/index.php</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br><br clear="all"><br>-- <br>Shankar Asam