Skip to content

Commit

Permalink
Drop discontinued hosts from monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 6, 2024
1 parent 04dbf7b commit b4f5580
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ansible/roles/prometheus/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
dom0_hosts:
- ams-ps.ooni.nu
- ams-slack-1.ooni.org
- ams-wcth2.ooni.nu
- ams-wcth3.ooni.nu
- amsmatomo.ooni.nu
- db-1.proteus.ooni.io
- doams1-countly.ooni.nu
Expand All @@ -15,8 +13,9 @@ blackbox_jobs:
targets:
# - "https://a.web-connectivity.th.ooni.io/status"
- "https://wcth.ooni.io/status"
- "https://ams-wcth2.ooni.nu/status"
- "https://a.web-connectivity.th.ooni.io/status" # "https://ams-wcth3.ooni.nu/status"
# TODO add these records to the ALB config
#- "https://ams-wcth2.ooni.nu/status"
#- "https://a.web-connectivity.th.ooni.io/status" # "https://ams-wcth3.ooni.nu/status"
# cloudfront
- "https://d33d1gs9kpq1c5.cloudfront.net/status"

Expand Down

0 comments on commit b4f5580

Please sign in to comment.