[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: urlplus.pl http/https monitoring extension script
- To: hobbit (at) hswn.dk
- Subject: Re: urlplus.pl http/https monitoring extension script
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Wed, 6 Feb 2008 14:40:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=9bI6zYL+FFex8fQgE6eFM5y4Sji/QsxFXEeL5bAtdPg=; b=f33iLRc4rZ550iWu6kzC2CZ0ms8joX99Nn5tCJIrufJiBJoBkwyNYyLOTm2v/wxT0SXSukdwD5Bw/6kLv25cjbcOgp8WxbFqV76vCyERedtTzhA06gcIA9UlHj5MVFLOKesbQT5zV8tyPYlFK2nESRqitLjYuWT2ZA+JfLvGYdE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YcVrpyv4oy6KI9xoV5EiyLdU89BYJEGu/EhLaWCR4iYZl74VI84M3XcL3b57oardqJXcfYlaCYwRl+PEOFvioQAmi4giB8zzU9oCSNh7uRJzAoynt3mAZldYrP+rTbKvSM/uzcabtDbGLOziG9FDweHKaCoD5F/YxGsPiqp5GjA=
- References: <29f517690801280754x304aee2u5acfd303523037a7 (at) mail.gmail.com>
I've partially completed the end-to-end transaction monitoring part of
urlplus.pl. Currently, it only works with a 2-part test: content check
initial page, submit content, content check resulting page. I haven't yet
completed it beyond 2 pages. I've also been re-prioritized, so I'm not sure
when I'll get around to getting it to work past 2 pages. But in any case,
I've also cleaned up some of the code, making it a little more user-friendly
to modify for their own needs.
On Jan 28, 2008 10:54 AM, Gary Baluha <gumby3203 (at) gmail.com> wrote:
> We are in the process of replacing several sitescope monitors with Hobbit,
> and I have found some of the built-in Hobbit http checks inadequate. As a
> result, I have been working on an extension script which at its core is
> essentially a wrapper for curl. However, it provides for more robust
> user-customization than is easily possible with Hobbit's built-in tests. It
> is still a work-in-progress, but I believe it has matured enough to be worth
> posting on The Shire. I wrote it using perl, but I have a feeling that some
> point in the future it may need to be converted to C (mostly for the
> speed). However, it seems to work pretty good for me now.
>
> The main feature I required from this script was the addition of a
> per-host customizable timeout period. Some of the hosts I'm testing take up
> to a minute to return back any data, and this is considered normal.
> However, I didn't want to bump up the timeout for _all_ hosts. Admittedly,
> this script uses an additional configuration file and doesn't completely
> integrate with the bb-hosts file, but it works for me and helps keep the
> bb-hosts file clean. I'd be interested in what other people think of this
> script, which is the main reason I'm contributing it now. I have attached
> it to this post (I haven't yet subscribed to theshire-developers, so I'm not
> able to upload it myself yet).
>