-
-
Notifications
You must be signed in to change notification settings - Fork 592
Description
Describe the feature request
I would like to be able to query a web page like "[BODY] == pat(foo||bar)" or similar. From what I can tell from the source code, there's no provision for this kind of search, but it could be quite useful to me, and theoretically, should only require a minor change to pat() or the Go match wrapper to parse for a pipe and perform recursion. Obviously there are performance concerns, but that could/should be up to the administrator.
Why do you personally want this feature to be implemented?
I have a couple clients who are in the process of developing a number of websites. I would like to keyword-track their uptime, but can't be certain of the contents they will add or remove over time. As such, being able to add a couple of "or" keywords would be helpful to me.
How long have you been using this project?
Just started. I was hoping to replace uptime-kuma due to bulk configs.
Additional information
No response