On Mon, Jul 07, 2003 at 05:56:08PM +0100, Mark Watts wrote:
> 
> Hi,
> 
> I'm having trouble getting the https.monitor to monitor a webserver I have, on 
> Mandrake 9.1.
> I'm using the same syntax in mon.cf as I would for an http.monitor, but its 
> always reporting the service as down (which is wrong cos I can browse to it)
> 
> I've tried running the following to no avail:
> 
> # cat test.pl
> #!/usr/bin/perl
> perl -e'use Net::SSLeay ; Net::SSLeay::SSLeay_add_ssl_algorithms() ; print 
> join("<>", Net::SSLeay::get_https("xxx.xxx.xxx.xxx", "443", "/"))'
> 
> # sh test.pl
> Can't locate auto/Net/SSLeay/get_https.al in @INC (@INC contains: 
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at -e line 1
> 
> Any ideas?
> 
> Cheers,
> 
> Mark.
> 

are you sure that you have Net::SSLeay installed ??

on debian i had to install the package libnet-ssleay-perl to make your
example work but the package is surely called something different on
mandrake.

-henrik
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to