Hi
I have a website thats configured as a host, as well as a template with a web scenario that checks whether the site is up or down.
As part of the template I am trying to configure a trigger.
Here is what I have so far
{{HOST.NAME:web.test.fail[Check {HOST.NAME} is up].last()}}<>0
However, i'm getting the error Incorrect trigger expression. Check expression part starting from "{{HOST.NAME:web.test.fail[Check {HOST.NAME} is up].last()}}<>0".
How can I resolve this?
I have a website thats configured as a host, as well as a template with a web scenario that checks whether the site is up or down.
As part of the template I am trying to configure a trigger.
Here is what I have so far
{{HOST.NAME:web.test.fail[Check {HOST.NAME} is up].last()}}<>0
However, i'm getting the error Incorrect trigger expression. Check expression part starting from "{{HOST.NAME:web.test.fail[Check {HOST.NAME} is up].last()}}<>0".
How can I resolve this?
Comment