Re: Alerts during exclude_period

2002-04-05 Thread Kevin Ivory
Shchuka, Konstantin wrote: I've had to patch mon to make it process exclude_period configuration properly. Here is the diff: Thank you. That looks good. I will give it a try. Best regards, Kevin -- _ | Kevin Ivory | Tel: +49-551-3741 |_ |\ | | Service

Re: Alerts during exclude_period

2002-04-05 Thread Andrew Ryan
This patch is interesting since it doesn't really seem to change the logic of the code, just the syntax (splitting out into another conditional). I'm probably just missing something, can you explain the patch? Also, please diff -u or diff -c so readers of your patches can stay sane while

Re: Alerts during exclude_period

2002-04-05 Thread Shchuka, Konstantin
On Fri, Apr 05, 2002 at 09:01:21AM -0800, Andrew Ryan wrote: This patch is interesting since it doesn't really seem to change the logic of the code, just the syntax (splitting out into another conditional). I'm probably just missing something, can you explain the patch? The patch does

Re: Alerts during exclude_period

2002-04-05 Thread Joe Rhett
I changed this logic to elsif ($var eq exclude_period) { if (inPeriod (time, $args) == -1) { close(CFG); } } else { close(CFG); } so that CFG is not closed when

Alerts during exclude_period

2002-04-04 Thread Kevin Ivory
We are getting too many false alarms, especially from services with excluded times. The clock on the mon-server is definitely okay. Below I have two configuration examples for services where we still get alarms at 5:00am resp. 6:00am (the checked services are restarted at those times). Have we

Re: Alerts during exclude_period

2002-04-04 Thread Shchuka, Konstantin
On Thu, Apr 04, 2002 at 01:17:54PM +0200, Kevin Ivory wrote: We are getting too many false alarms, especially from services with excluded times. The clock on the mon-server is definitely okay. Below I have two configuration examples for services where we still get alarms at 5:00am resp.