<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Larry Barber wrote:
<blockquote
 cite="mid199afa060603230950s40a1c749gaaee6c3866d68081@mail.gmail.com"
 type="cite">You might try to use 2 separate rules:<br>
  <br>
IGNORE HOST=* SERVICE=bckp TIME=*:0000:0700<br>
IGNORE HOST=* SERVICE=bckp TIME=*:2000:2359<br>
  <br>
Thanks,<br>
Larry Barber<br>
  <br>
  <div><span class="gmail_quote">On 3/23/06, <b
 class="gmail_sendername">Dominique Frise</b> <<a
 href="mailto:Dominique.Frise@unil.ch">Dominique.Frise@unil.ch</a>>
wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
all,<br>
    <br>
I am trying to set up a rule for ignoring all alerts for a certain
service<br>
during a given time:<br>
    <br>
I've tried:<br>
    <br>
IGNORE HOST=* SERVICE=bckp TIME=*:2000:2359,*:0000:0700<br>
    <br>
    <br>
But get following error:
    <br>
    <br>
00012136 2006-03-23 16:32:35 Failed 'IGNORE HOST=* SERVICE=bckp<br>
TIME=*:2000:2359,*:0000:0700' (time criteria)<br>
    <br>
    <br>
Suprisingly, when I set:<br>
    <br>
IGNORE HOST=* SERVICE=bckp TIME=*:1500:1800<br>
    <br>
It works:
    <br>
00025985 2006-03-23 16:39:01 *** Match with 'IGNORE HOST=* SERVICE=bckp<br>
TIME=*:1500:1800' ***<br>
    <br>
    <br>
Any idea?<br>
    <br>
Dominique<br>
UNIL - University of Lausanne<br>
    <br>
To unsubscribe from the hobbit list, send an e-mail to
    <br>
    <a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
    <br>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
In the alerts file the time in a round about way goes backwards. I dont
have it implemented now but im fauly sure it was something like this<br>
<br>
host=xyz.com time=*:0820:0800  which means that it alerts from 820
around till 800 again which means it skips 20 mins after 8am. Not sure
if my memory is 100% correct but it does sound familiar.<br>
<br>
<br>
I didnt know there was an ignore bit that like but if my guess is
correct then just switch your times around.<br>
<br>
Allan<br>
</body>
</html>