Sample Tasks -> T27 - Application Monitoring. Send an email alert if application crashes

Task Description: Monitors the application and send an email alert if the application crashes.

Solution
1. Create new task Click on Tools -> Task Editor.
2. Monitor the application
  • Select Loop command and select 'Condition'
  • Specify the path of the application to be monitored.
  • Insert some delay so that loop is checking every few seconds or minutes.
3. Send e-mail alert If the application crashes, the task will stop executing the Loop and will send an email alert.
 
When you run this task, it monitors the application constantly. As soon as the application stops running or crashes it sends an email alert.

t27-1.gif (8778 bytes)

t27-2.gif (5259 bytes)