Both Uptime and Transaction checks only support exact string matching per check. Regex-based conditions or multiple OR rules are not supported.
Example Use Case:
A page may return either "Service available"
OR "Service is up"
depending on context.
With current functionality, we would need two separate checks. Regex or OR conditions would allow a single, more efficient check.
Request:
Enable regex validation and support for multiple OR logic within Uptime and Transaction checks. This would:
Simplify monitoring setups.
Improve accuracy by matching dynamic site responses.
Reduce the number of redundant checks needed.