Hi,
I am trying to configure a "Required string" inside the setp of the scenario using regex as is documented in the manual. However any regex I have tried is not working, I need to find the word "green" in the page.
I have used:
.*green.*
.*((?!green).)*
But so far I'm still getting the error required pattern ".*((?!green).)*" was not found.
Any ideas of how Zabbix do the regex in web scenario? Or how to use the "Require string" option?
I am trying to configure a "Required string" inside the setp of the scenario using regex as is documented in the manual. However any regex I have tried is not working, I need to find the word "green" in the page.
I have used:
.*green.*
.*((?!green).)*
But so far I'm still getting the error required pattern ".*((?!green).)*" was not found.
Any ideas of how Zabbix do the regex in web scenario? Or how to use the "Require string" option?

Comment