| Author |
Message |
Trevor
Guest
|
Posted:
Tue Jan 18, 2005 8:31 pm Post subject:
Node up / node down type correlation |
|
|
Does anybody know if there's a straightforward way to do node up / node down
type correlation in MOM?
e.g.
10:20:00 Node B is down
10:20:50 Node B is Up
In this case, if I got the "Node Up" alert within 1 minute of the "Node
Down", I would want the "Node Down" alert to be suppressed.
I'd like to keep it simple (if possible!)
Trevor |
|
| Back to top |
|
 |
JesseH
Guest
|
Posted:
Wed Jan 19, 2005 5:09 am Post subject:
Re: Node up / node down type correlation |
|
|
You have to go after the OnePoint DB to get this functionality.
"Trevor" <Trevor@discussions.microsoft.com> wrote in message
news:811DAA4E-1A49-4727-8DB7-0622A20A2960@microsoft.com...
| Quote: | Does anybody know if there's a straightforward way to do node up / node
down
type correlation in MOM?
e.g.
10:20:00 Node B is down
10:20:50 Node B is Up
In this case, if I got the "Node Up" alert within 1 minute of the "Node
Down", I would want the "Node Down" alert to be suppressed.
I'd like to keep it simple (if possible!)
Trevor |
|
|
| Back to top |
|
 |
Michiel Dulfer
Guest
|
Posted:
Sun Jan 23, 2005 10:42 pm Post subject:
Re: Node up / node down type correlation |
|
|
no you dont.
I do this myself: what I use is a counter (in the registry, reboot-proof!)
that is raised 1 every time the script detects a failure, and reset to 0 as
soon as it detects success.
It then checks (in the same script) if its higher than say 3 and raises an
alert!
In this scenario you dont realy work with "3 failures within x minutes", it
knows nothing of how much time has passed, it just knows how many
consecutive failures it detected.
changing the schedule for the script will change the timeframe for those 3
failures!
good luck
Michiel Dulfer
"JesseH" <Jesse.Harris@Gmail.com> wrote in message
news:ea3k3Kb$EHA.3820@TK2MSFTNGP11.phx.gbl...
| Quote: | You have to go after the OnePoint DB to get this functionality.
"Trevor" <Trevor@discussions.microsoft.com> wrote in message
news:811DAA4E-1A49-4727-8DB7-0622A20A2960@microsoft.com...
Does anybody know if there's a straightforward way to do node up / node
down
type correlation in MOM?
e.g.
10:20:00 Node B is down
10:20:50 Node B is Up
In this case, if I got the "Node Up" alert within 1 minute of the "Node
Down", I would want the "Node Down" alert to be suppressed.
I'd like to keep it simple (if possible!)
Trevor
|
|
|
| Back to top |
|
 |
|
|
|
|