Help with [BODY] condition to monitor a keyword #843
-
Hi Guys, I need help on monitoring a keyword on a webpage. So i want to make sure the form on the website is actually loading.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'd also like to monitor a page for keyword and not sure how to do this. |
Beta Was this translation helpful? Give feedback.
-
@huseyinkogo You can try to execute the command |
Beta Was this translation helpful? Give feedback.
@huseyinkogo
[BODY] == pat(*Your Inquiry*)
should be sufficient, though keep in mind that Gatus doesn't do server-side javascript rendering, so if the text is generated based on a JS script, it wouldn't work.You can try to execute the command
curl https://wsform.com
on your terminal to see what Gatus sees for your endpoint.