Skip to content

Commit

Permalink
Add findings list to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Oct 10, 2024
1 parent 094da2a commit f729605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/prometheus/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ blackbox_jobs:
- "https://api.ooni.io/api/_/global_overview"
- "https://api.ooni.org/api/_/global_overview"

- name: "ooni API findings listing"
module: "https_2xx_json"
targets:
- "https://api.ooni.io/api/v1/incidents/search"
- "https://api.ooni.org/api/v1/incidents/search"

# Note: this always returns true by design
- name: "OONI API check_report_id"
module: "https_2xx_json"
Expand Down

0 comments on commit f729605

Please sign in to comment.