Hi all,
I have several webscenarios created with their respective triggers: {Templase:web.test.fail[Webscenarioname].last(#3)}>=1
and an action who notify me via email when a site is down.
Well, I want to know if, in the action, I can add the URL from the step of the webscenario, now, only have:
and the email received shows:
Are there any items to obtain the webscenario url?
Thanks!
I have several webscenarios created with their respective triggers: {Templase:web.test.fail[Webscenarioname].last(#3)}>=1
and an action who notify me via email when a site is down.
Well, I want to know if, in the action, I can add the URL from the step of the webscenario, now, only have:
Code:
Trigger: {TRIGGER.NAME}
Trigger status: {TRIGGER.STATUS}
Trigger severity: {TRIGGER.SEVERITY}
Original event ID: {EVENT.ID}
Code:
PROBLEM: Site test is down Trigger: Site test is down Trigger status: PROBLEM Trigger severity: High Original event ID: 4586114
Thanks!
Comment