| Author |
Message |
MaretinCoté
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Missing event problem...! |
|
|
I try to define a alerte on a missing event.
This missing event is suppose to run on 2 computers and check if event was
not generate on both computer. I create a computer group and including 2
computers in this group. I associate this group to the missing alert.
But the alert doesn't work properly. If the event appear on one of the 2
computer, the alert is activate. But i want be notify only if the event not
appear on both computer...!
What i do wrong? |
|
| Back to top |
|
 |
Arie de Haan
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Re: Missing event problem...! |
|
|
In article <326FBFD7-774B-4157-A193-382B2DB6DE31@microsoft.com>,
MaretinCoté@discussions.microsoft.com says...
| Quote: | I try to define a alerte on a missing event.
This missing event is suppose to run on 2 computers and check if event was
not generate on both computer. I create a computer group and including 2
computers in this group. I associate this group to the missing alert.
But the alert doesn't work properly. If the event appear on one of the 2
computer, the alert is activate. But i want be notify only if the event not
appear on both computer...!
What i do wrong?
What you describe is exactly the behaviour as expected. |
If you want to do this over 2 computer, you have to let the rule update
a variable on the server. then you have to create a rule with a script
which reads the state variable at a specific time and clears it and
alerts when it is 2
--
Greetz,
Arie
This posting is provide "AS IS" with no guarantees, warranties, rigths
etc. |
|
| Back to top |
|
 |
MaretinCoté
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Re: Missing event problem...! |
|
|
Thank's......i will try this solution..!
"Arie de Haan" wrote:
| Quote: | In article <326FBFD7-774B-4157-A193-382B2DB6DE31@microsoft.com>,
MaretinCoté@discussions.microsoft.com says...
I try to define a alerte on a missing event.
This missing event is suppose to run on 2 computers and check if event was
not generate on both computer. I create a computer group and including 2
computers in this group. I associate this group to the missing alert.
But the alert doesn't work properly. If the event appear on one of the 2
computer, the alert is activate. But i want be notify only if the event not
appear on both computer...!
What i do wrong?
What you describe is exactly the behaviour as expected.
If you want to do this over 2 computer, you have to let the rule update
a variable on the server. then you have to create a rule with a script
which reads the state variable at a specific time and clears it and
alerts when it is 2
--
Greetz,
Arie
This posting is provide "AS IS" with no guarantees, warranties, rigths
etc.
|
|
|
| Back to top |
|
 |
|
|
|
|