Ad Widget

Collapse

Fire trigger if status don't change after 5 minutes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dragan979
    Member
    • Apr 2018
    • 49

    #1

    Fire trigger if status don't change after 5 minutes

    i have this trigger prototype which triggers alert if output is "failed"

    {Template AN AutoSys:an.job[{#JOB},an].str("failed")}=1
    i tried to use min() function:


    {Template AN AutoSys:an.job[{#JOB},an].str("failed").min(5m)}=1

    but got error:

    Incorrect trigger expression
  • Engraf
    Member
    • Sep 2014
    • 41

    #2
    For the Item with update interval of 1 min:
    {Template AN AutoSys:an.job[{#JOB},an].count(#5,"failed",eq)=5

    Comment

    • andreft
      Junior Member
      • Dec 2019
      • 6

      #3
      Originally posted by dragan979
      i have this trigger prototype which triggers alert if output is "failed"



      i tried to use min() function:





      but got error:

      Incorrect trigger expression
      Are you using this template to monitor CA Workload Automation Autosys Edition?
      If yes, where did you get the template?
      Thanks

      Comment

      Working...