Hello,
Question: Is it possible to use variables in WMI queries when creating SAM WMI monitors?
Here's an example of my query:
Select * from Win32_Service where State = "Running" and Name = "XXX ${Description} XXX Service"
(I've XXX'd out any revealing product names, but those XXX's are fixed)
Basically, we have an application installed on hundreds of servers. I want to put the name of the environment (ex: CUSTOMER_STG_ENV) in the Description field and have all of the different monitors reference that one field (since no two environments are named the same). I'll need to clone this template several times, hoping to just change the Description field for the environment name.
Thanks for your help.