monitoring
monitoring copied to clipboard
HTTP rule to test if page contain one string
Hi,
I need something like :
HTTP(
GET="http://localhost:8000/",
freq=Time.ms(500),
contain="foobar"
)
to test if the web page contain "foobar" string.
I'll try to implement it as soon as.
Regards, Stephane
Great! Thanks