"Site logon simulator" (Was: Newbie question about Nagios)
Igor Sergejeff
igor.sergejev at creanord.com
Thu Jul 1 21:23:49 CEST 2004
Hello,
Thanks for reply. I actually need to log into the website through login
form.
I tried to do this:
./check_http -u=/login/CheckAllLogins.asp -P="company=nnn&username=demo&pass
word=demo" --string="succesful" www.somecompany.com
but it said to me "HTTP WARNING: HTTP/1.1 400 Bad Request".
Where I am wrong, or this error related to specific web page ?
I'm not strong in http, but it seems that my login page source look like:
form NAME="loginform" METHOD="POST" ACTION="CheckAllLogins.asp"
onSubmit="ToCheckLogin();">
<input TYPE="hidden" NAME="isie" VALUE>
<input TYPE="hidden" Name="company">
<input TYPE="hidden" Name="userName">
<input TYPE="hidden" Name="password">
</form>
Another login page with automated demo logon looks like:
<form method="_"
action="http://somecompany.com/login/CheckAllLogins.asp?isie=true"
target="_blank">
<p align="center">
<input type="hidden" name="company" value="nnn">
<input type="hidden" name="username" value="demo">
<input type="hidden" name="password" value="demo">
Any ideas will welcome.
Regards,
----- Original Message -----
From: "Karl DeBisschop" <karl at debisschop.net>
To: "Igor Sergejeff" <igor.sergejev at creanord.com>
Cc: <nagios-users at lists.sourceforge.net>
Sent: Wednesday, June 30, 2004 4:05 AM
Subject: Re: [Nagios-users] Newbie question about Nagios
> Igor Sergejeff wrote:
> > Hello,
> >
> > I'm new to Nagios, just installed it with some generic service checks,
and
> > it's working OK. Now I would like to make some more comlplicated check.
The
> > main task is to check on a periodical basis the contents of the some
> > specific web page and if some value there is less or more some baseline,
to
> > send an alert, preferebly SNMP trap. Also it could be good to pass
through
> > login and password through SSL to this web page. I.e.:
> >
> > 1. Login to specific web page through SSL (https)
> > 2. Check for "Value=NNN" string on this page (i.e. in html file)
> > 3. Send an alert if NNN is less (more) than some baseline value
> >
> > Any idea, is it possible to do ?
>
> You can do 1 and 2, for 3 you can see is a string matches but there is
> no concept of more or less.
>
> --
> Karl
>
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
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
More information about the Users
mailing list