From: Eduardo <edu...@in...> - 2003-03-26 09:31:14
|
I would like to know if someone knows how i can monitor the https service. Best regards Edu |
From: Eddy <c.e...@es...> - 2003-12-03 12:15:47
|
Any can help-me about check https ?? Nagios check it?? Tks!!! Cordialmente, Carlos Eduardo Dionizio Analista de Suporte - UNIX Universidade Est=E1cio de S=E1 Diretoria de Tecnologia da Informa=E7=E3o |
From: Carl S. <csc...@hq...> - 2003-12-03 13:13:30
|
What sort of help do you need? I couldn't find one in the scripts so I whipped up a quick-and-dirty perl one for my checks. Carl On Wed, 2003-12-03 at 07:16, Eddy wrote: > Any can help-me about check https ?? > Nagios check it?? > Tks!!! >=20 > Cordialmente, >=20 > Carlos Eduardo Dionizio > Analista de Suporte - UNIX > Universidade Est=E1cio de S=E1 > Diretoria de Tecnologia da Informa=E7=E3o >=20 >=20 >=20 >=20 > ------------------------------------------------------- > 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 > Nag...@li... > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when repo= rting any issue.=20 > ::: Messages without supporting info will risk being sent to /dev/null >=20 |
From: Matt P. <mat...@ci...> - 2003-12-03 15:20:43
|
On 3 Dec 2003, Carl Schelin wrote: > What sort of help do you need? > > I couldn't find one in the scripts so I whipped up a quick-and-dirty > perl one for my checks. The check_http plugin included with the standard Nagios plugins does https. -S, --ssl Connect via SSL -- Matt Pounsett CIRA - Canadian Internet Registration Authority Technical Support Programmer 350 Sparks Street, Suite 1110 mat...@ci... Ottawa, Ontario, Canada 613.237.5335 ext. 231 http://www.cira.ca |
From: Carl S. <csc...@hq...> - 2003-12-03 15:33:35
|
On Wed, 2003-12-03 at 10:20, Matt Pounsett wrote: > On 3 Dec 2003, Carl Schelin wrote: > > > What sort of help do you need? > > > > I couldn't find one in the scripts so I whipped up a quick-and-dirty > > perl one for my checks. > > The check_http plugin included with the standard Nagios plugins does https. > > -S, --ssl > Connect via SSL > Must be a library problem. That option isn't available # ./check_http -H host -S check_http: invalid option - SSL is not available Even though it says in the --help text, there's no option specified for SSL and I don't recall an error when I ran configure. Prior to Nagios I was using a script I created to check services and https was one of the items. I removed the excess checks and have been using that to check SSL with no problem. I'll check out configure and see why it couldn't find the ssl libraries. Thanks. Carl |
From: Carl S. <csc...@hq...> - 2003-12-03 16:06:56
|
On Wed, 2003-12-03 at 10:20, Matt Pounsett wrote: > On 3 Dec 2003, Carl Schelin wrote: > > > What sort of help do you need? > > > > I couldn't find one in the scripts so I whipped up a quick-and-dirty > > perl one for my checks. > > The check_http plugin included with the standard Nagios plugins does https. > > -S, --ssl > Connect via SSL > I recompiled with the --with-openssl switch and it's working now. Now I wonder what else I'm missing :-) Thanks. Carl |
From: Quanah Gibson-M. <qu...@st...> - 2003-12-03 17:28:07
|
--On Wednesday, December 03, 2003 8:09 AM -0500 Carl Schelin <csc...@hq...> wrote: > What sort of help do you need? > > I couldn't find one in the scripts so I whipped up a quick-and-dirty > perl one for my checks. Just create a command check_https that uses check_http -S $HOSTADDRESS$ --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/TSS/Computing Systems ITSS/TSS/Infrastructure Operations Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html |
From: Nicki M. L. M. G. <nag...@al...> - 2003-03-26 10:24:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eduardo Leito wrote: > I would like to know if someone knows how i can monitor the https > service. You have to build nagios-plugins with the configure option - --openssl=<path to ssl.h> Then you can check https services with check_http -I $HOSTADDRESS$ -S - -C 30 Cheers Nicki - -- Linksystem Muenchen GmbH in...@li... Schloerstrasse 10 http://www.link-m.de 80634 Muenchen Tel. 089 / 890 518-0 We make the Net work. Fax 089 / 890 518-77 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com> Comment: Keys at: https://www.link-m.de/pgp iQA/AwUBPoFxoes1nPm17iBDEQKzCACgyDslMAfPtLQwDWtYJBxV4XYVpAUAoIH7 ZyRWoa/9no+YuNYt6GKjs8UP =v8Yr -----END PGP SIGNATURE----- |
From: Nicki M. L. M. G. <nag...@al...> - 2003-03-26 10:29:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eduardo Leito wrote: > I would like to know if someone knows how i can monitor the https > service. A prerequisite is that you have the development version of libssl installed, after that you have to reconfigure and rebuild your nagios plugins with: ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios - --with-nagios-group=nagios --with-openssl=/usr/include (this ist the debian path to openssel/ssl.h) then you insert into checkcommands.cfg: define command{ command_name check_https command_line $USER1$/check_http -I $HOSTADDRESS$ -S -C 30 } and voila, you got https checks... Cheers Nicki - -- Linksystem Muenchen GmbH in...@li... Schloerstrasse 10 http://www.link-m.de 80634 Muenchen Tel. 089 / 890 518-0 We make the Net work. Fax 089 / 890 518-77 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com> Comment: Keys at: https://www.link-m.de/pgp iQA/AwUBPoFy5+s1nPm17iBDEQLzpACdG/H00Hb1BU3VjLmSRneIFnoYPt4AoN0J woTGyZ68kRSxihBDXzcIR5GT =PzBe -----END PGP SIGNATURE----- |
From: Eduardo <edu...@in...> - 2003-03-27 10:15:24
|
Hi I have done the next step: > ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios > - --with-nagios-group=nagios --with-openssl=/usr/include (this ist the > debian path to openssel/ssl.h) and i don't know if the https checking is working because i receive the message from one machine "HTTP CRITICAL: string not found" and the message "HTTP ok: HTTP/1.1 200 OK - 0.283 second response time" from another one. The command that i'm using is: > define command{ > command_name check_https > command_line $USER1$/check_http -I $HOSTADDRESS$ -S -C 30 > } > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > Nagios-users mailing list > Nag...@li... > 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 > |
From: Nicki M. L. M. G. <nag...@al...> - 2003-03-27 11:25:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eduardo Leito wrote: >> ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios >> --with-nagios-group=nagios --with-openssl=/usr/include (this ist >> the debian path to openssel/ssl.h) What operating system do you use and please post the output of the above command line... If you use debian, then please give the output of dpkg -l libssl-dev and if you are using SuSe or RedHat please give rpm -qa|grep ssl Thanks and cheers Nicki - -- Linksystem Muenchen GmbH in...@li... Schloerstrasse 10 http://www.link-m.de 80634 Muenchen Tel. 089 / 890 518-0 We make the Net work. Fax 089 / 890 518-77 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com> Comment: Keys at: https://www.link-m.de/pgp iQA/AwUBPoLRhes1nPm17iBDEQKM3ACfc4HFCNh12bCkJ4q6zo6o7MfbQvYAnjzk auDKLB5SZenIfidPBJVefnue =uA2o -----END PGP SIGNATURE----- |
From: Nicki M. L. M. G. <nag...@al...> - 2003-03-27 15:39:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eduardo Leito wrote: > openssl-devel-0.9.6b-31 O.k. then give me the output of: locate ssl.h and locate openssl Cheers Nicki - -- Linksystem Muenchen GmbH in...@li... Schloerstrasse 10 http://www.link-m.de 80634 Muenchen Tel. 089 / 890 518-0 We make the Net work. Fax 089 / 890 518-77 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com> Comment: Keys at: https://www.link-m.de/pgp iQA/AwUBPoMNGus1nPm17iBDEQKw8gCfcgMjeK5+OawxDSmYdNlwaEQTcO8AmwYm waMUCH49Ay6n33pkjseG4bgv =JtC3 -----END PGP SIGNATURE----- |
From: Eduardo <edu...@in...> - 2003-03-26 10:30:03
|
Hi I have use the follow command and i get the message: "check_http: invalid option - SSL is not available" define command{ command_name check_https command_line $USER1$/check_http -I $HOSTADDRESS$ -S -e "HTTP/1." -t 30 -c 30 } What can you tell me? Best regards Edu |