Hello Everyone,
I was given a request to monitor a particular Windows process and when the memory for that process reaches 1.8 GB then restart a separate Windows service. I have an alert that's configured to watch the particular process and the memory used is greater than 1073741824 bytes.
I'm not sure how to restart a separate service in the Trigger Actions tab. I've always used the Execute An External Program and plugged in APM\APMServiceControl.exe ${N=SwisEntity;M=ComponentAlert.ComponentID} into the Network path. I think it attempts to restart the process, so I added the Windows service to the same alert details as the processor, but the service doesn't restart. I don't think it even attempts to restart it.
Has anyone had a similar request and how did you build it?