[Nagiosplug-help] (no subject)
Karl DeBisschop
karl at debisschop.net
Mon Aug 25 21:52:53 CEST 2003
On Mon, 2003-08-25 at 05:37, 2dor at gmx.net wrote:
> 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
What version of the plugin?
Try adding the verbose option to help diagnose.
If that does not help, I think you will need to post complete host
names, URLs, etc for people to try on their own.
--
Karl
> 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
More information about the Help
mailing list