Task Description:
Monitors the server and send an email alert if the server is down.
T54.atmn
Note: Save the .atmn file in My Documents->Automation Anywhere->Automation Anywhere->My Tasks
| Solution |
| 1. | Create new task |
Click New-> Task Editor. |
| 2. | Monitor the server |
- Select Loop command, select "Start Loop" option and select 'Condition'
- Select 'Ping Successful' option
- Specify the address of the server of to be monitored.
- Insert some delay so that loop is checking every few seconds or minutes.
Screenshot 1 |
| 3. | Notify Administrator |
If the server crashes, the task will stop executing the Loop and will send an email alert.
Screenshot 2. |
| |
| When you run this task, it monitors
the server constantly. As soon as the server goes down or stops responding to
Ping requests it sends an email alert. |
Screenshot 1:

Screenshot 2:

|