Wildcard in Monitor
How can I use wildcard in Process monitor? I want to monitor any process that have HOST in the name, in example: ServiceHost, WebHost, WinHost...etc
I want to use only one monitor to monitoring this process.
May 11th, 2011 7:58pm
I don't think this is possible using the default template. It looks like you should use scripting.Regards,
Marc Klaver
http://jama00.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 2:26am
Can you suggest some script for me? I have searched in Script Center, but no luck.
Thnaks.
May 12th, 2011 5:52am
Hi
There are a couple of examples of using wildcards in service monitors by using WMI to query win32_Service:
http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx
http://blogs.technet.com/b/kevinholman/archive/2011/01/20/how-to-monitor-a-service-with-unique-names-across-multiple-computers-using-a-wildcard.aspx
You could look to change the query to pull back data from win32_Process ... the rest of the procedure should be the same.
Cheers
GrahamView OpsMgr tips and tricks at
http://systemcentersolutions.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 6:14am
Hi,
In addition, I would like to share the following example of monitoring process with script with you for your reference:
http://www.scom2k7.com/monitor-a-process-in-operations-manager-2007-using-a-script/
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Hope this helps.
Thanks.
Nicholas Li - MSFT
Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 13th, 2011 12:13am