[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] BBWin Ext Scripts after 30min are unavaliable
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] BBWin Ext Scripts after 30min are unavaliable
- From: Cayo de Moraes <camorae (at) googlemail.com>
- Date: Tue, 9 Jun 2009 11:06:55 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0tYWyppHUKalVN/ki07eqJYcwYZxODIUHOnY5mKx3L4=; b=nuJrjJqoV2RE63BrSL/HOJ40qCbZPAbSRZPJvOvyerJqQOCh/jh5BKpLO4se0M6VXb mYuW1UjseJzW3+YmdR0DbYl7ILfjpoVLRZ/0+WIbpaa0DDJ9qni06H8xKsvCC97V0zJb mi3KVog5Puie/YFVXFIV3+vL7jccWEFWGP86Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=XOEzwflC0wx4BxJ40FBYelK/evFpDdZDXCSOuh38PBukCErqWgi65RLEmXBypd6qOz CWJR0yV7cQaw6DVuCvgE0gzmJDx6PPEf6sJNDSR6xRbh+1wMNZoJD9bE6+vaGc9ZyLsB cXzcLPOV2mM9EwsOVA29jDgytOK671lWWS/cY=
- References: <3d9395ed0906080617y1a5415eqaac495fb76b461ec (at) mail.gmail.com> <06C3D92ADC647D45918996C82BFB6B99634F98B7E4 (at) GVW0433EXB.americas.hpqcorp.net>
Hi Greg,
thank you for your support, it gave me the right direction! =D
I found out that this lifetime in the scripts should look like this:
$BB $BBDISP "status+70 $MACHINE.$TEST $COLOR `date` OK"
but the Windows .vbs scripts dont give such parameters back to
hobbit-server... I just dont know how to implement this "status+time" in the
vbs scripts...
another thing is that the column dont get purple but black!
Thanks
2009/6/8 HUBBARD, GREG ((EDS)) <ghubbard (at) hp.com>
> By default, the Hobbit server expects your tests to update at least once
> every 30 minutes. This is the LIFETIME parameter. After "LIFETIME" expires
> with no updates the server marks the test "purple" and sends an alert.
>
> The fix is simple -- in your script you need to send a LIFETIME value when
> you send your status message. If you test once every day, you need to
> calculate LIFETIME as 24 * 60 + some extra in case your test is delayed from
> some reason.
>
> You can read about this in the man pages for the "bb" command (Xymon
> communications program).
>
> GLH
>
> ------------------------------
> *From:* Cayo de Moraes [mailto:camorae (at) googlemail.com]
> *Sent:* Monday, June 08, 2009 8:17 AM
> *To:* hobbit (at) hswn.dk
> *Subject:* [hobbit] BBWin Ext Scripts after 30min are unavaliable
>
> Hi guys,
>
> im monitoring with some external scripts on my BBWin and when i try to set
> up the "check time" higher (like one time a day) I noticed that the column
> get unavaliable after 30 minutes for this client.
>
> Is it a know issue?
>
> I also tryed to put this paragraphs (i readed it here somewhere) in the
> hobbit-client.cfg:
>
> MAXMSG_DATA="5242880"
> MAXMSG_CLIENT="5242880"
> MAXMSG_STATUS="5242880"
>
>
> Nothing works... do i have to setup something else on server/client side?
>
> TIA
>