diff --git a/ansible/roles/prometheus/vars/main.yml b/ansible/roles/prometheus/vars/main.yml index 90d6a45c..66483d75 100644 --- a/ansible/roles/prometheus/vars/main.yml +++ b/ansible/roles/prometheus/vars/main.yml @@ -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" @@ -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"]