Hi All,
I got a requirement to monitor memory used by a particular set of processes (ex: abc.exe, multiple instances with same name) and alert if any one r many of them uses beyond a threshold.
Created a VB script that would query WMI for the process list and their memory consumption. It works perfectly fine while executed locally on the servers,
but when I created a script based monitor with same logic and some property bag values, the state changes(alerts) only when the first instance of the process list breaches the threshold (It never considers the other abc.exe s even if the value is breached)
Can any of you help me understand my mistake here?
Thanks,
Saravanan