Ad Widget

Collapse

Recovery Message on WebScenario trigger not firing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phil4mat
    Junior Member
    • Dec 2016
    • 2

    #1

    Recovery Message on WebScenario trigger not firing

    Hi
    i'm struggling to understand why the failure notification is firing on my generic 'alert the administrator' action (with recovery message checked and condition set to Trigger value = PROBLEM) but not the recovery message for a web scenario.

    The action has been configured and running for all of my template and continues to run OK with correct failure and recovery notifications.

    Clearly something is amiss with my configuration for the web scenario triggers.

    Where do I need to look to troubleshoot this?

    I'm running v 2.4.6

    A typical web scenario is just looking for a timeout retrieving a value string on a page.

    The name is configured like this:

    {<HOSTNAME>:web.test.error[<TESTNAME>].strlen()}>0

    The expression is configured like this:

    {<HOSTNAME>:web.test.error[<TESTNAME>].strlen()}>0

    Can anyone help?
    thanks
  • Semiadmin
    Senior Member
    • Oct 2014
    • 1625

    #2
    Because then your web-check is already OK, value of your web.test.error item is the same error message.
    Use {<HOSTNAME>:web.test.fail[<TESTNAME>].last()}>0 , for example.

    Comment

    • phil4mat
      Junior Member
      • Dec 2016
      • 2

      #3
      Perfect. That makes sense and works!. Thanks for your help.

      Comment

      Working...