Hi,
I am using a registered Kiwi syslog server (v8.3.4) over Windows XP, and I am having an issue with a Timeout filter.
These are the two involved rules:
"R004-RuleName=Start-OK-Parser-Online-08
R004-RuleInfo=04031
R004-F001-L01=060204000011111
R004-F001-L02=Message text-Complex
R004-F001-L03=<QUOTE>PRODUCTION<QUOTE>
R004-F001-L04=<QUOTE>FHPO001<QUOTE>
R004-F001-L05=<NONE>
R004-F001-L06=<NONE>
R004-F002-L01=060204000011111
R004-F002-L02=Message text-Complex
R004-F002-L03=<QUOTE>FH_XMEF<QUOTE> <QUOTE>FH_XMRV<QUOTE> <QUOTE>FH_XSEQC<QUOTE> <QUOTE>FH_XSFI<QUOTE> <QUOTE>FH_XSWR<QUOTE>
R004-F002-L04=<QUOTE>CONNECTED to READY<QUOTE>
R004-F002-L05=<NONE>
R004-F002-L06=<NONE>
R004-F003-L01=030705000000001
R004-F003-L02=Time of day-Time of day
R004-F003-L03="Everyday from 8:00 to 8:15"
R004-F004-L01=050906000000001
R004-F004-L02=Flags/Counters-Threshold
R004-F004-L03=6
R004-F004-L04=180
R004-F004-L05=0
R004-A001-L01=12061
R004-A001-L02=E-mail messageR004-A001-L03=mail@mail.com
R004-A001-L04=OK !!!
R004-A001-L07=200
R004-A001-L08=65535
R004-A001-L09=0
R004-A001-L10=0
R004-A001-L11=0
R004-A001-L12=0
R004-A002-L01=06041
R004-A002-L02=Play a sound
R004-A002-L03=1
R004-A002-L04=\log\sounds\parser_online_ok.wav
R004-A002-L05=0
R004-A002-L06=5
R004-A003-L01=02111
R004-A003-L02=Stop processing message"
This rule is monitoring six proccess at the begin of the day. If the event occurs 6 times in 3 minutes, it means that all 6 process are allready start, so ... send me an e-mail.
At this moment, the rule is working fine.
The issue is with the "opposite". I would like to receive an alarm, if one of this 6 process is not online between 8:00 and 8:15.
This is the rule for this meaning:
"R005-RuleName=Start-ER-Parser-Online-08
R005-RuleInfo=04021
R005-F001-L01=060204000011111
R005-F001-L02=Message text-Complex
R005-F001-L03=<QUOTE>PRODUCTION<QUOTE>
R005-F001-L04=<QUOTE>FHPO001<QUOTE>
R005-F001-L05=<NONE>
R005-F001-L06=<NONE>
R005-F002-L01=060204000011111
R005-F002-L02=Message text-Complex
R005-F002-L03=<QUOTE>FH_XMEF<QUOTE> <QUOTE>FH_XMRV<QUOTE> <QUOTE>FH_XSEQC<QUOTE> <QUOTE>FH_XSFI<QUOTE> <QUOTE>FH_XSWR<QUOTE>
R005-F002-L04=<QUOTE>CONNECTED to READY<QUOTE>
R005-F002-L05=<NONE>
R005-F002-L06=<NONE>
R005-F003-L01=041006000000001
R005-F003-L02=Flags/Counters-Timeout
R005-F003-L03=6
R005-F003-L04=14
R005-F004-L01=030705000000001
R005-F004-L02=Time of day-Time of day
R005-F004-L03="everyday from 8:00 to 8:15"
R005-A001-L01=12061
R005-A001-L02=E-mail message
R005-A001-L03=email@email.com
R005-A001-L04=NO OK !!!!
R005-A001-L05=email2@email.com
R005-A001-L06=NO OK !!!!
R005-A001-L07=200
R005-A001-L08=65535
R005-A001-L09=0
R005-A001-L10=0
R005-A001-L11=0
R005-A001-L12=0
R005-A002-L01=02111
R005-A002-L02=Stop processing message"
This rule will triggered, if doesn't occur 6 times in 14 minutes from 8:00 to 8:15
The result, is that everyday ... received one email with the confirmation of the Rule #4 ... and two or three emails with the "Non Ok" of the Rule #5,
So the rule #4 is triggering one time per day (Wich is perfect) ... but, rule #5 is triggering 2 or 3 times per day ...
???
This issue is freaking me out. Please, Could anybody tell me what am I misunderstanding with the Timeout filter?
Thank you in advance.