NRPE2.0 SSL Handshakke

Jodie starky at shreve.net
Wed Nov 26 22:24:19 CET 2003


Hmm.  I don't quite remember what the problem was when I also received
this error.  I know I had to be sure that OpenSSL was installed and the
correct version or later was installed on the machine before I
compiled.  I also ran into the NRPE 1.0 to NRPE 2.0 incompatability
issue at first.  I don't know if this helps.  But, I know I had to
resolve these issues when I installed it.

Jodie Crouch

On Wed, 2003-11-26 at 10:34, Jarrett Irons wrote:
> In NRPE2.0 i get "Could not complete SSL Handshake" Error. I compiled nrpe 2.0 on both the server and target.
> 
> -----Original Message-----
> From: nagios-users-request at lists.sourceforge.net
> [mailto:nagios-users-request at lists.sourceforge.net]
> Sent: Tuesday, November 25, 2003 8:22 PM
> To: nagios-users at lists.sourceforge.net
> Subject: Nagios-users digest, Vol 1 #1767 - 1 msg
> 
> 
> Send Nagios-users mailing list submissions to
> 	nagios-users at lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.sourceforge.net/lists/listinfo/nagios-users
> or, via email, send a message with subject or body 'help' to
> 	nagios-users-request at lists.sourceforge.net
> 
> You can reach the person managing the list at
> 	nagios-users-admin at lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nagios-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Como escribir una linea de comando (Ciro Arnaldo Iriarte)
> 
> --__--__--
> 
> Message: 1
> From: "Ciro Arnaldo Iriarte" <ciriarte at personal.com.py>
> To: almayira pinzon <almayirapinzon at yahoo.com>
> cc: nagios-users at lists.sourceforge.net
> Date: Wed, 26 Nov 2003 00:44:06 -0400
> Subject: Re: [Nagios-users] Como escribir una linea de comando
> 
> --0__=6gMFjsfVd6kALzefJ8h64AVCPbMpCIaS3IndJy1Xa1swnUK4H8pwUSYZ
> Content-type: text/plain; charset=iso-8859-1
> Content-Disposition: inline
> Content-transfer-encoding: quoted-printable
> 
> 
> 
> 
> Esto parece un caso para RTFM, el checkcommands es solo para declarar s=
> intaxis
> de chequeo, o sea, le dice a nagios la ubicaci=F3n y la sintaxis que de=
> be usar
> para los chequeos. La sintaxis propiamente dicha depende del script o e=
> l
> programa que vayas a lanzar.
> 
> Si hubieras ejecutado el check_snmp, ver=EDas la sintaxis
> Usage:
>  check_snmp -H <ip_address> -o <OID> [-w warn_range] [-c crit_range]
>           [-C community] [-s string] [-r regex] [-R regexi] [-t timeout=
> ]
>           [-l label] [-u units] [-p port-number] [-d delimiter]
>           [-D output-delimiter] [-m miblist] [-P snmp version]
>           [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]
>           [-X privpasswd]
> 
> 
> Esta es la definici=F3n que utilizo para check_snmp, como tengo muchos =
> MIBS que
> utilizo para pruebas, le paso el parametro "-m none", porque por defect=
> o el
> carga todos los mibs (-m ALL) y si tienes muchos (m=E1s de los que vien=
> en por
> defecto con el demonio) la velocidad del chequeo se ve afectada
> 
> $HOSTADDRESS$ como el nagios ya conoce la direcci=F3n no tiene sentido =
> pasarla
> nuevamente, por eso se usa este macro
> $ARG1$ es el community string, si no lo cambiaste debe ser public
> $ARG2$ es el objeto de la rama snmp por el que vas a preguntar (como us=
> o -m
> none, solo puedo utilizar objetos numericos, por ejem.
> '.1.3.6.1.2.1.33.1.2.4.0')
> $ARG3$ rango para warning
> $ARG4$ rango critico
> $ARG5$ las unidades que debe usar en la salida (su reporte, por ejemplo=
>  Mbyte,
> minutos, etc)
> $ARG6$ la etiqueta para la salida (por ejemplo Disk, RAM, Temp.)
> 
> #'check_snmp' command definition
> define command{
>         command_name    check_snmp
>         command_line    $USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -=
> m none -o
>  $ARG2$ -t3 -w $ARG3$ -c $ARG4$ -u $ARG5$ -l $ARG6$
> }
> 
> CI.-
> 
> 
> 
> 
> 
> almayira pinzon <almayirapinzon at yahoo.com> con fecha 25/11/2003 05:49:3=
> 1 p.m.
> 
> Destinatarios: nagios-users at lists.sourceforge.net
> CC:        (cci: Ciro Arnaldo Iriarte/Telecom_Personal/PY)
> Asunto:   [Nagios-users] Como escribir una linea de comando
> 
> 
> =
> 
> 
> 
> 
> Hola chicos y chicas,
> 
> Quisiera saber si algunos de ustedes saben como escribir un nuevo plugi=
> n en el
> archivo de checkcommands, lo mas importante que quiero saber es  cuando=
>  debo
> declarar algun parametro como arg1 o arg2, ya que se que es necesario e=
> l macros
> de hostaddress, pero lo que debo poner adicionales no lo se.  Habra alg=
> un
> documento del plugin en el cual indica cuales son los parametros que se=
>  deben
> declarar a la hora de escribir la linea de comando?
> Por ejemplo el de check_snmp, cuales seria los argumentos necesarios qu=
> e debo
> declarar para que funcione bien.
> 
> 
> Gracias
> 
> Almayira
> 
> 
> 
> 
> 
> ---------------------------------
> Do You Yahoo!?
> Todo lo que quieres saber de Estados Unidos, Am=E9rica Latina y el rest=
> o del
> Mundo.
> Vis=EDta Yahoo! Noticias.
> =
> 
> --0__=6gMFjsfVd6kALzefJ8h64AVCPbMpCIaS3IndJy1Xa1swnUK4H8pwUSYZ
> Content-type: text/html; 
> 	name="att1.htm"
> Content-Disposition: attachment; filename="att1.htm"
> Content-transfer-encoding: base64
> Content-Description: Internet HTML
> 
> PERJViBpZD0wPjwvRElWPjxCUj48QlI+PFNQQU4gaWQ9aGJibG9jaz48TEFCRUwgaWQ9SGJTZXNz
> aW9uIFNlc3Npb25JZD0iMzY0NDM5MjI5OCI+PC9MQUJFTD4NCjxESVY+DQo8RElWPkhvbGEgY2hp
> Y29zIHkgY2hpY2FzLDwvRElWPg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+UXVpc2llcmEgc2Fi
> ZXIgc2kgYWxndW5vcyBkZSB1c3RlZGVzIHNhYmVuIGNvbW8gZXNjcmliaXIgdW4gbnVldm8gcGx1
> Z2luIGVuIGVsIGFyY2hpdm8gZGUgY2hlY2tjb21tYW5kcywgbG8gbWFzIGltcG9ydGFudGUgcXVl
> IHF1aWVybyBzYWJlciBlcyZuYnNwOyBjdWFuZG8gZGVibyBkZWNsYXJhciBhbGd1biBwYXJhbWV0
> cm8gY29tbyBhcmcxIG8gYXJnMiwgeWEgcXVlIHNlIHF1ZSBlcyBuZWNlc2FyaW8gZWwgbWFjcm9z
> IGRlIGhvc3RhZGRyZXNzLCZuYnNwO3Blcm8gbG8gcXVlIGRlYm8gcG9uZXIgYWRpY2lvbmFsZXMg
> bm8gbG8gc2UuJm5ic3A7IEhhYnJhIGFsZ3VuIGRvY3VtZW50byBkZWwgcGx1Z2luIGVuIGVsIGN1
> YWwgaW5kaWNhIGN1YWxlcyBzb24gbG9zIHBhcmFtZXRyb3MgcXVlIHNlIGRlYmVuIGRlY2xhcmFy
> IGEgbGEgaG9yYSBkZSBlc2NyaWJpciBsYSBsaW5lYSBkZSBjb21hbmRvPzwvRElWPg0KPERJVj5Q
> b3IgZWplbXBsbyBlbCBkZSBjaGVja19zbm1wLCBjdWFsZXMgc2VyaWEgbG9zIGFyZ3VtZW50b3Mg
> bmVjZXNhcmlvcyBxdWUgZGVibyBkZWNsYXJhciBwYXJhIHF1ZSBmdW5jaW9uZSBiaWVuLjwvRElW
> Pg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPkdyYWNpYXM8L0RJ
> Vj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPkFsbWF5aXJhPC9ESVY+DQo8RElWPiZuYnNwOzwv
> RElWPjwvRElWPjwvU1BBTj48cD48YnI+PGhyIHNpemU9MSBub3NoYWRlPjxiPkRvIFlvdSBZYWhv
> byE/PC9iPjxicj4NCjxhIGhyZWY9aHR0cDovL2VzcGFub2wueWFob28uY29tL21haWxfdGFnbGlu
> ZS8qaHR0cDovL2VzcGFub2wubmV3cy55YWhvby5jb20+PGltZyBzcmM9Imh0dHA6Ly91cy5pMS55
> aW1nLmNvbS91cy55aW1nLmNvbS9pL25vdC9kYWlseW5ld3MuZ2lmIiB3aWR0aD0zMCBoZWlnaHQ9
> MjYgYm9yZGVyPTAgYWxpZ249bGVmdD48L2E+DQpUb2RvIGxvIHF1ZSBxdWllcmVzIHNhYmVyIGRl
> IEVzdGFkb3MgVW5pZG9zLCBBbelyaWNhIExhdGluYSB5IGVsIHJlc3RvIGRlbCBNdW5kby48YnI+
> DQpWaXPtdGEgPGEgaHJlZj1odHRwOi8vZXNwYW5vbC55YWhvby5jb20vbWFpbF90YWdsaW5lLypo
> dHRwOi8vZXNwYW5vbC5uZXdzLnlhaG9vLmNvbT5ZYWhvbyEgTm90aWNpYXM8L2E+Ljxicj4=
> 
> --0__=6gMFjsfVd6kALzefJ8h64AVCPbMpCIaS3IndJy1Xa1swnUK4H8pwUSYZ
> Content-type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> 
> 
> Visite nuestro Sitio http://www.personal.com.py
> 
> 
> 
> 
> 
> --0__=6gMFjsfVd6kALzefJ8h64AVCPbMpCIaS3IndJy1Xa1swnUK4H8pwUSYZ--
> 
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> 
> 
> End of Nagios-users Digest
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at 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
-- 
Jodie E Crouch III
Asst. Network Administrator
ShreveNet, Inc.
(318) 222-2638

It's a GREAT day to ShreveNet!

Come Join Us!



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list