Automic Workload Automation

  • 1.  Get notified when the agent is down

    Posted Dec 29, 2016 08:15 AM
    I'd like to be able to get an email when an agent is down so that I can restart it sooner rather than later. This is especially happening with our PeopleSoft agents and those jobs are very critical.

    In order to turn on notification for each agent down, you have to create a variable here are steps :
    1. Create a Job Notification "Email" with custom message
    2. Duplicate UC_HOSTCHAR_DEFAULT and rename the copie (ex: UC_HOSCTHAR_XX)
    3. In UC_EX_HOSTCHAR substitue "DEFAULT" by XX in front of the agents witch will use the new variable
    4.Inside the variableUC_HOSCTHAR_XX put the name of the notification job (step 0) in front of EXECUTE_ON_END field.
    Do the operation using CLIENT 0 , note that you can create as much as you want of UC_HOSTCHAR_XX.





  • 2.  Get notified when the agent is down

    Posted Dec 29, 2016 09:33 AM


  • 3.  Get notified when the agent is down

    Posted Jan 23, 2017 09:57 AM
    And implement the Agent Restarter to collect the names of Agents that are down and restart them.



  • 4.  Get notified when the agent is down

    Posted Oct 24, 2017 11:59 AM
    You might have to change client if the agent you want to track is on another client