[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Create Customized schedule for alerts
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Create Customized schedule for alerts
- From: "VPN Cluster" <vpn.cluster.ha (at) gmail.com>
- Date: Thu, 2 Oct 2008 12:46:01 -0400
- 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=2qiSgHbj/iLcKn/R6VHvxR1oBtsvHOvK5gnL2sPq1Hc=; b=Z3LAKOhicScJkDNAN3FNaXOB7WFfsgvjGEeuP0Srmz9eZ/ZPyRDyE19hEMkNcI7Gwj UduG7VMvEFDfJmisea++5B3x63mBzjuRF+Hp7tHIJoQMssisbL7WVSr2+xFeGS0Ee7JQ H+GzV06hffo2eyNdY8mB12GV/peBxWf4nYxIw=
- 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=XUS1zg4YJFqJCYSvb9j404FJPhaTQYhWLxKRJqEHhyJpdGDe1C1EtXn0mrpyMruMP4 yThFlg0e2jN2rJY9CAAbUujZTAbPJ4vUWVdz4lz6RjYg1OLfNDUb+5IGOM+ebvXrnu/8 tpD+3Lr/LbUbVu+oCCxgl6PKvhIgD9+4johLs=
- References: <77d16bd80810020702i6b9adbe7g5bc3631197806dad (at) mail.gmail.com> <199afa060810020731t612de369r68dd44190584d3d0 (at) mail.gmail.com>
I tried the following :
$rule1=DURATION>10m REPEAT=30m DURATION<3h
$rule2=DURATION>3h REPEAT=4h
The first rule doesn't` have 3 hours under the* stop after* column
Thanks
Tom
On Thu, Oct 2, 2008 at 10:31 AM, Larry Barber <lebarber (at) gmail.com> wrote:
> I haven't tried this and haven't looked at the code to see if it would work
> but you might try:
>
> DURATION>5 DURATION<2h REPEAT=30
>
> and as a separate rule
>
> DURATION>2h REPEAT=4h
>
> Thanks,
> Larry Barber
>
>
> On Thu, Oct 2, 2008 at 9:02 AM, VPN Cluster <vpn.cluster.ha (at) gmail.com>wrote:
>
>> Hi,
>>
>> I have set of servers that I want the alerts go as followed
>>
>> I need the first alert to go after 5 minutes , then every 30 minutes for
>> two hours , then every four hours till it recovers.
>>
>> I tried some thing like DURATION>5 REPEAT=30m,60m,90m,120m,4h RECOVERED
>> but it didn`t work..
>>
>> Any ideas ..
>>
>> Thanks
>>
>> Tom
>>
>>
>>
>