<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello All,<br><br>have been banging my head against the wall trying to get check_by_ssh to work.  No matter what I try to do, I keep getting Remote command execution failed: .  <br><br>I have verified that I can ssh to the remote pc from the server as both root & the nagios user with no problem or password request so the key gen is fine.<br><br>If I run check_ssh -H hostname, I gt back a response so I also know ssh is running ok on the target machine. Do not see any issues in the logs, as far as I can tell, it should be working fine.  Am I missing something here?<br><br>I have tried running the check_by_ssh plugin from the command line with no success , specifying ports, protocol, user, etc<br><br>./check_by_ssh -H pbylinux7 -C '/usr/local/nagios/libexec/check_ssh' -2 -4 -p 22<br><br>and have created the following check :<br><br><br>services.cfg <br>define service {<br><br>        use                             local-service           ; check current<br>load on machine<br><br>        hostgroup_name                  ssh-nagios-services<br><br>        service_description             Current Load<br><br>        check_command                   check_ssh_load!5.0,4.0,3.0!10.0,6.0,4.0<br><br>}<br><br><br>in command.cfg <br><br># 'check_ssh_load' command definition<br><br>define command {<br><br>        command_name    check_ssh_load<br><br>        command_line    $USER1$/check_by_ssh -H $HOSTADDRESS$ -C "/usr/local/nagios/libexec/check_load -w $ARG1$ -c $ARG2$"<br><br>}<br><br>hostgroup has also been added<br><br>                                      <br /><hr />The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. <a href='http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4' target='_new'>Get busy.</a></body>
</html>