Hi, I am monitoring the working set memory of a process to detect a memory leak - this is working perfectly unless the process is not running in which case the monitor fires the alert.
I would like the monitor to detect the memory usage of teh process, not to detect if the process exists or not - how can I stop the alert from firing if the process does not exist ?