Recently I have been asked to worked on alerts and I am looking for the following information.
Is there a way to set up an alert for process in hung state?
The only way I can think of is to create a custom monitor that checks the CPU utilization of the Process to be monitored. if the CPU is low, which might happen if the process isn't doing anything, then you can alert on that.
thanks I will try this.