Hi,
I have a web scenario that is failing because the page does not match. The pattern I'm using to check the page is:
(Institute)\s(of)\s(Electrical)\s(and)\s(Electroni cs)\s(Engineers)
When I copy the output of curl into notepad++ and check the page content against this expression the pattern matches (using regex helper). So can someone tell me why this is failing in the zabbix gui and how I might get it to work?
Regards,
David
I have a web scenario that is failing because the page does not match. The pattern I'm using to check the page is:
(Institute)\s(of)\s(Electrical)\s(and)\s(Electroni cs)\s(Engineers)
When I copy the output of curl into notepad++ and check the page content against this expression the pattern matches (using regex helper). So can someone tell me why this is failing in the zabbix gui and how I might get it to work?
Regards,
David
Comment