Yuris,

You could try compiling nrpe without ssl and then in your commands.cfg file
have something like this;

*# 'check_nrpe' command definition
define command{
        command_name    check_nrpe_no_ssl
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n
        }
*
Then in your specific service definitions have the check_command line read;

 *check_command                   check_nrpe_no_ssl!<put-whatever-plugin>*


Hope this helps.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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

Reply via email to