Issue with File Watcher Alerts

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
Simmi20
Nouveau
Nouveau
Posts: 2
Joined: 22 Aug 2012 12:00

Issue with File Watcher Alerts

Post by Simmi20 » 22 Aug 2012 4:25

Hi all,
I have the below scenario.

The File Watcher job should send alerts /emails to Level1 , Level2 and Level3 support for each hour of delay respectively. i.e.

Case 1: if the FW is running more than an hour from scheduled time -> It should send an alert to Level1 support group with normal msg

Case 2: Beyond 2 hours -> send alert to Level2 support group (different email distribution list) with URGENT msg

Case 3: Beyond 3 hours -> It should fail and create a ticket.

Case 3 is simple by using On/Do in the Steps tab and MaxLimit set to 3 hours in the FileWatch tab.. But how to achive case 1 and 2?
Please suggest.

Thanks,
Simmi

User avatar
ThePirate
Nouveau
Nouveau
Posts: 61
Joined: 04 Feb 2008 12:00
Location: Cleveland, OH

Post by ThePirate » 09 Oct 2012 8:24

On PostProc tab:

When: Exectime
Param: >060
To: Level1SupportGroupRecipient
Urgency: Regular
Message: %%JOBNAME has been executing for over an hour.

When: Exectime
Param: >120
To: Level2SupportGroupRecipient
Urgency: Urgent
Message: %%JOBNAME has been executing for over two hours!

Post Reply