Automic Workload Automation

  • 1.  Agent status monitor

    Posted Sep 04, 2017 07:16 AM
    Hello,

    In my system, in each job, I can find the notification object. If the job is failed or successful, the email is sent to specific group.
    But how about the agent itself, I edit the agent, but I don't see any notification object assigned to it?

    6qe3mop5ht64.pnghttps://us.v-cdn.net/5019921/uploads/editor/nr/6qe3mop5ht64.png" width="720">

    Regards,
    Phat







  • 2.  Agent status monitor

    Posted Sep 04, 2017 01:46 PM
    If the agent crashes its up to you (or the admin) creating  notification via script.

    [CORRECTION]
    You can use EXECUTE_ON_END and EXECUTE_ON_LOST in UC_HOSTCHAR_DEFAULT or UC_HOSTCHAR_[AGENTNAME] to execute a notification object.

    As an alternative you can use an external monitoring tool like NAGIOS etc.




  • 3.  Agent status monitor

    Posted Sep 05, 2017 03:35 AM
    Upps, quick correction. EXECUTE_ON Settings are set in UC_HOSTCHAR_DEFAULT or in custom UC_HOSTCHAR variables


  • 4.  Agent status monitor

    Posted Sep 05, 2017 04:48 AM
    Thanky for Correting, Matthias, I am afraid my fingers were faster than my brain......

    modified my post.


  • 5.  Agent status monitor

    Posted Sep 05, 2017 05:27 AM
    Hi,
    I found it. But how can I find which notification object this command will call? I try to search these values in Search but nothing showed up.
    nrr8obgogtci.pnghttps://us.v-cdn.net/5019921/uploads/editor/9c/nrr8obgogtci.png" width="390">


  • 6.  Agent status monitor

    Posted Sep 05, 2017 05:33 AM
    If the agent crashes its up to you (or the admin) creating  notification via script.

    [CORRECTION]
    You can use EXECUTE_ON_END and EXECUTE_ON_LOST in UC_HOSTCHAR_DEFAULT or UC_HOSTCHAR_[AGENTNAME] to execute a notification object.

    As an alternative you can use an external monitoring tool like NAGIOS etc.


    As I know when agent failed, email is sent. But I don't find that settings. My purpose is not trying to deploy agent monitoring


  • 7.  Agent status monitor



  • 8.  Agent status monitor

    Posted Sep 05, 2017 06:15 AM
    FrankMuffke

    I found the Notification object.

    jwahqeqw8vem.pnghttps://us.v-cdn.net/5019921/uploads/editor/jd/jwahqeqw8vem.png" width="717">

    When I do a "search for use", there are no results. So I guess the value "UC_EXECUTOR_START" in the UC_HOSTCHAR_DEFAULT is mentioning to this notification object UC_EXECUTOR_START because they have the same name.
    y886dq0mcilo.pnghttps://us.v-cdn.net/5019921/uploads/editor/ai/y886dq0mcilo.png" width="751">


  • 9.  Agent status monitor

    Posted Sep 05, 2017 08:41 AM
    It works this way => everytime an agent stops or crashes the object defined in EXECUTE_ON_LOST, EXECUTE_ON_END etc. will be executed.

    You can check - if you stop one agent - the notification should be started => check via statistics of this object or message window




  • 10.  Agent status monitor

    Posted Sep 06, 2017 11:45 AM
    Yes, I started, and it works.