Ad Widget

Collapse

Actions Default message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • geraldg
    Junior Member
    • Mar 2015
    • 5

    #1

    Actions Default message

    Can I get some help please with getting detailed information into the notification message when sending out trigger notifications. I have a web scenario setup to alert when the step fails and if i look at the "latest data" for a host currently using that web scenario the "web.test.error" item shows "Timeout was reached: Operation timed out after ...." which is great, however how can i get that value in the notification to be sent out via email so I know right away the problem the web scenario is having?

    Any help is appreciated


    Thanks
    Last edited by geraldg; 06-04-2015, 23:29. Reason: Better explain
  • NoOneIsPerfect
    Member
    • Feb 2015
    • 37

    #2
    Same question

    Comment

    • NoOneIsPerfect
      Member
      • Feb 2015
      • 37

      #3
      Solved.
      Trigger example: {host.web.test.fail[scenario].last()}<>0 and {host.web.test.error[scenario].str(null)}=0
      Then you can use {ITEM.VALUE2} in notification action to expand failure details.

      Comment

      Working...