Yuris,<br><br>You could try compiling nrpe without ssl and then in your commands.cfg file have something like this;<br><br><i style="color: rgb(255, 0, 0);"># 'check_nrpe' command definition<br>define command{<br>        command_name    check_nrpe_no_ssl<br>
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n<br>        }<br></i><br>Then in your specific service definitions have the check_command line read;<br><br> <i style="color: rgb(255, 0, 0);">check_command                   check_nrpe_no_ssl!<put-whatever-plugin></i><br>
<br><br>Hope this helps.<br>