ReynierPM wrote:
Hi every:
I've experimenting some problems when trying to use check_ssh and check_ping plugins. The configuration at remote server (where NRPE resides) is as follow:

command[check_ssh]=/usr/local/nagios/libexec/check_ssh
command[check_ping]=/usr/local/nagios/libexec/check_ping!100.0,20%!500.0,60%

And then at server where .cfg resides the config is this one:
define service{
         use                             generic-service
         host_name                       bacula-server
         service_description             SSH
         check_command                   check_nrpe!check_ssh
         notifications_enabled           0
}

define service{
         use                             generic-service
         host_name                       bacula-server
         service_description             PING
         check_command                   check_nrpe!check_ping
}

The error for check_ping command is this:
NRPE: Unable to read output
and for check_ssh is this:
check_ssh: Could not parse arguments

What I'm doing wrong or what I'm not doing?

It's not clear why you're using check_nrpe for these two services... that's probably not what you want to do.

Check_ssh and check_ping should be run on the Nagios server itself. And, as another member pointed out, you've got the command line options messed up for both service checks:

   Usage: check_ping -H <host_address> -w <wrta>,<wpl>% -c
   <crta>,<cpl>%  [-p packets] [-t timeout] [-4|-6]

   Usage: check_ssh [-46] [-t <timeout>] [-r <remote version>] [-p
   <port>] <host>


--
David Wallis
Information Technology
Advanced Photon Source
Argonne National Laboratory


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
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