Skip to content

Commit

Permalink
Add notebook host to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 24, 2025
1 parent 664a305 commit b48180f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ansible/roles/prometheus/templates/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ scrape_configs:
- targets:
- data1.htz-fsn.prod.ooni.nu
- data3.htz-fsn.prod.ooni.nu
- notebook.ooni.org

- job_name: 'ooni-web'
scrape_interval: 5m
Expand Down Expand Up @@ -167,8 +168,9 @@ scrape_configs:
password: '{{ prometheus_metrics_password_prod }}'
static_configs:
- targets:
- data1.htz-fsn.prod.ooni.nu:9100
- data3.htz-fsn.prod.ooni.nu:9100
- data1.htz-fsn.prod.ooni.nu
- data3.htz-fsn.prod.ooni.nu
- notebook.ooni.org

# See ansible/roles/ooni-backend/tasks/main.yml for the scraping targets
- job_name: 'haproxy'
Expand Down

0 comments on commit b48180f

Please sign in to comment.