AutoSys Workload Automation

  • 1.  Paging or Emailing a failed job to the analyst

    Posted Apr 06, 2010 09:12 AM
    We've been using TelAlert to send pages to the analyst when their jobs fail.   The analyst must acknowledge the page so that we'll know that he responded.   Any suggestions for using another method to page or email to blackberry when a job has failed AND a way to know that the analyst responded?????Thank You -Joanne.Lopez@ngc.comNorthrop GrummanRedondo Beach, CA.


  • 2.  Re: Paging or Emailing a failed job to the analyst

    Posted Apr 06, 2010 09:38 AM
    Joanne, if you're looking for some home-grown solution, here is an idea: setup a mail account (on Unix) which will send all incoming analyst emails as a input file to a perl script. the perl script will analyze subject line of email which would include a job name, and body of email which would include Autosys alarm action (ACK or CLOSE). Based on the input the perl script will execute existing autosys database stored procedure against the alarm. j just an idea. Pavel