Skip to content

Commit

Permalink
Add 1.do.th to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 25, 2024
1 parent 6fe205a commit e39466f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ansible/roles/prometheus/templates/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ scrape_configs:
- targets:
- 0.do.th.prod.ooni.io:9001
- 0.do.th.prod.ooni.io
- 1.do.th.prod.ooni.io:9001
- 1.do.th.prod.ooni.io

- job_name: 'ooni-web'
scrape_interval: 5m
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/ooni_th_droplet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "digitalocean_droplet" "ooni_th_docker" {
ipv6 = true
ssh_keys = var.ssh_keys
user_data = data.cloudinit_config.ooni_th_docker.rendered
count = 1
count = var.droplet_count

lifecycle {
create_before_destroy = true
Expand Down

0 comments on commit e39466f

Please sign in to comment.