blog community

Welcome to blog community Sign in | Join | Help
in Search

SYSTEM OPERATIONS [Michel Kamp]

The challenge to ease system operations

WMI to trigger email, if the MOM ticket owner is changed

The question below was posted on the microsoft.mom news group:
----------------------------------------------------
Is it possible in mom, to trigger email, if the ticket owner is changed ?
a.e. :
Employe 1 assign a ticket in the operator console to employee 2. employee
2 wants to be notificated per mail.

Is it possible by desing or do i need add on software ?

---------------------------------------------------

I've found asolution maybe it's usable for your solution. This is possible by using the WMI event provider.
HowTo:
Create mom rule with a WMI provider on the root\MOM namespace with WQL:

SELECT * FROM __InstanceModificationEvent WITHIN 5 WHERE TargetInstance ISA
'MSFT_alert' and TargetInstance.OwnerName <> PreviousInstance.OwnerName

Change the owner name and see what is happening. You are getting an event. Now you can add the email response.


Michel

 

Published Wednesday, September 21, 2005 7:53 AM by michel kamp
Filed under: ,
Anonymous comments are disabled
Powered by Community Server, by Telligent Systems