Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex doesn't match text on checked site page #138

Open
ratkobucic opened this issue Mar 23, 2023 · 0 comments
Open

Regex doesn't match text on checked site page #138

ratkobucic opened this issue Mar 23, 2023 · 0 comments

Comments

@ratkobucic
Copy link

ratkobucic commented Mar 23, 2023

I want to check and report if Bitbucket have some issues on any component.
Checking https://bitbucket.status.atlassian.com/ status page and trying to match regex for "All Systems Operational" but that fails for some reason, even that text is found on page?
Any idea what I'm doing wrong ?

  - CREATE_INCIDENT
  - UPDATE_STATUS
  allowed_fails: 1
  component_id: 2
  expectation:
  - incident: MAJOR
    status_range: 200-300
    type: HTTP_STATUS
  - type: REGEX
    regex: "^All Systems Operational$"
  frequency: 300
  method: GET
  name: Codebase
  public_incidents: true
  timeout: 30
  url: https://bitbucket.status.atlassian.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant