[Nagiosplug-help] (no subject)

2dor at gmx.net 2dor at gmx.net
Mon Aug 25 19:56:50 CEST 2003


Hi everyone!

i still have problem monitoring https with nagios.
the site i want to monitor is a secure site and looks like
https://wwwint:1000/bla/login.jsp

i've tried in many way ...for example with a perlskript :

require LWP::UserAgent;

my $ua = new LWP::UserAgent;
my $reg = new HTTP::Request POST =>
"https://wwwint.muc:5117/odxmint/jsp/login.jsp";
my $res = $ua->request($reg);
if ($res->is_success) {
	print $res->as_string;
                     }
else {
	print "failed: ", $res->status_line, "\n";	
     }
in this case i've got the messege 
'failed: 500 Can't connect to wwwint:1000 ()'

than i've tried with 
check_http -S -H wwwint -p 1000 -u /bla/login.jsp

in this case
'conection refused by host ' followed by 'invalid host name
wwwint:1000/bla/login.jsp

when i'm requiring the site with netscape or ie i've got first an
certificate request .by clicking on forward i got finally my site.

if somebody have any idea please feed back.

thanks in advance
NT  

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post





More information about the Help mailing list