Especially EventPair would work for you in this case Ales
EventPair Rule In some cases, you expect events to happen in pairs, and if the second event does not occur, this may indicate a problem in the computing infrastructure. An event pair rule creates an event based on this scenario. If the first of two expected events is generated but the second event does not follow the first, a new event is generated in response. You can specify the amount of wait time that can elapse before the new event is generated in response. Note that other, unrelated events can be generated between the first event and the second event; they do not affect execution of the rule. The syntax of an event pair rule is as follows: <FirstEventCode> R CA.EventPair, <SecondEventCode>, <GeneratedEventCode>, <time> For example, the following event pair rule generates event 0x0001002f when event 0x0001002a occurs but is not followed by event 0x0001002b within 60 seconds: 0x0001002a R CA.Eventpair, 0x0001002b, 0x0001002f, 60 To also log event 0x0001002a and assign it a severity level of 50, the following syntax is used: 0x0001002a E 50 R CA.Eventpair, 0x0001002b, 0x0001002f, 60 -----Original Message----- From: Christian Schneider [mailto:[email protected]] Sent: Wednesday, February 11, 2009 7:45 AM To: spectrum Cc: spectrum Subject: Re: [spectrum] Delay alarming Hi Berchtold, Yes the eventrules are made for this. In the ECE (Event Configuration Editor) you may do this. Christian Schneider Enterprise Service Specialist 4-tune GmbH Sägereistrasse 29 CH-8152 Glattbrugg Tel +41 71 930 07 00 Fax +41 71 930 07 01 Mob +41 79 418 45 42 Mail [email protected] Am 11.02.2009 um 07:41 schrieb "Hofmann, Berthold" <[email protected] >: > Hello, > > we have some devices, which are sometimes not reachable by ping for > about 10 minutes. > Is it possible to delay the alarming for this devices, so that there > is no alarm > generated, when the devices is reachable after 10 minutes. What is a > good solution > for this? > > Best Regards > > Berthold Hofmann > > *********************************************** > Siemens AG > Siemens IT Solutions and Services > SIS GO NW G NIS CS > Würzburger Str. 121 > 90766 Fürth, Germany > Tel.: +49 0911 978 2744 > Fax: +49 0911 978 2750 > <mailto:[email protected]> > *********************************************** > > --- > To unsubscribe from spectrum, send email to [email protected] with > the body: unsubscribe spectrum [email protected] --- To unsubscribe from spectrum, send email to [email protected] with the body: unsubscribe spectrum [email protected] --- To unsubscribe from spectrum, send email to [email protected] with the body: unsubscribe spectrum [email protected]
