Skip to content

Commit

Permalink
Host doens't need monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 4, 2024
1 parent 962b0ae commit 3476d37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/roles/prometheus/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ blackbox_jobs:
module: "http_2xx"
targets:
- "https://api.ooni.io/api/v1/measurements"
- "https://ams-pg-test.ooni.org/api/v1/measurements"

- name: "ooni API test-list urls"
module: "https_2xx_json_meta"
Expand Down Expand Up @@ -108,13 +107,6 @@ blackbox_jobs:
- "https://ooni.torproject.org"
- "https://ooni.org"

# Make sure that we can still access the .well-known/acme-challenge dir
# TODO(bassosimone): we should monitor all hosts here.
- name: "check for .well-known/acme-challenge availability"
module: "http_2xx"
targets:
- http://ams-pg-test.ooni.org/.well-known/acme-challenge/ooni-acme-canary

- name: "orchestrate"
module: "ooni_orchestrate"
targets: ["https://orchestrate.ooni.io:443/api/v1/test-list/urls?limit=10"]
Expand Down

0 comments on commit 3476d37

Please sign in to comment.