[Nagiosplug-help] Re: [Nagios-users] Check HTTPS?

Nicole Haehnel Nicole.Haehnel at epost.de
Sun Sep 15 14:24:03 CEST 2002


Hi,
no it's not working.
I believe it's a bug in the configure script.
As you can see, I can give the path to openssl
but that is ignored.

./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagi
os-group=nagios
--with-cgiurl=/nagios/cgi-bin --with-openssl=/usr/include/openssl

> > checking for openssl... (cached) /usr/bin/openssl

Thanks
Nicole

----- Original Message -----
From: "Geert Vanderkelen" <geert at kemuri.org>
To: "Nicole Haehnel" <Nicole.Haehnel at epost.de>
Sent: Sunday, September 15, 2002 9:09 PM
Subject: Re: [Nagios-users] Check HTTPS?


> Hey,
>
> Shouldn't that be --with-openssl=/usr/
> on a RedHat? Mine is installed there, but I'm not running Nagios on
> RedHat workstation, only on Debian servers..
>
> Geert
>
>
> On Sun, 2002-09-15 at 19:02, Nicole Haehnel wrote:
> > Hi,
> > sadly the configure script doesn't find my openssl dirs (redhat 7.3).
> > Here is my configure command:
> >
> >
./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagi
> >
os-group=nagios --with-cgiurl=/nagios/cgi-bin --with-openssl=/usr/include/op
> > enssl
> >
> > output:
> > ...
> > checking for openssl... (cached) /usr/bin/openssl
> > checking for openssl/x509.h... (cached) no
> > checking for openssl/ssl.h... (cached) no
> > checking for openssl/rsa.h... (cached) no
> > checking for openssl/pem.h... (cached) no
> > checking for openssl/crypto.h... (cached) no
> > checking for openssl/err.h... (cached) no
> > ...
> >
> > openssl is installed:
> > (although I don't know if I need all 3 packages)
> > [root at Linux-Nagios nagiosplug-1.3-beta1]# rpm -qa|grep openssl
> > openssl-0.9.6b-28
> > openssl-devel-0.9.6b-28
> > openssl096-0.9.6-13
> >
> > Thanks
> > Nicole
> >
> >
> > ----- Original Message -----
> > From: "Geert Vanderkelen" <geert at kemuri.org>
> > To: "Nagios" <nagios-users at lists.sourceforge.net>
> > Cc: <Nicole.Haehnel at epost.de>
> > Sent: Sunday, September 15, 2002 1:02 PM
> > Subject: Re: [Nagios-users] Check HTTPS?
> >
> >
> > > Hey Nicole,
> > >
> > > Sure, you have to compile the plugins with:
> > > ./configure --with-openssl=/path/to/your/openssl
> > >
> > > then the check_http will be compiled with SSL support. Or check if it
> > > doesn't already support it with: check_http --help
> > > You should see some options for SSL.
> > >
> > > Geert
> > >
> > > On Sun, 2002-09-15 at 10:30, Nicole Haehnel wrote:
> > > > Hi,
> > > >
> > > > is it possible to check HTTPS with nagios?
> > > > I tried to check it with check_tcp -p 443, but this only checks if
there
> > can be made a valid tcp-connection and not if my application can still
serve
> > HTTPS.
> > > >
> > > >
> > > > Thanks.
> > > >
> > > >
> > > > Nicole
> > > --
> > > Geert Vanderkelen
> > > Kemuri.Org
> > >
> > > http://kemuri.org
> > >
> > >
> >
> --
> Geert Vanderkelen
> Kemuri.Org
>
> http://kemuri.org
>
>





More information about the Help mailing list