You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…507)
Alert if we screwed the pooch with haproxy and nginx hence we cannot
access .well-know/acme-challenge anymore.
Based on a true story.
While there:
1. remove monitoring code for onion services that was removed on
monitoring.ooni.org but was still in ansible
2. make sure ansible contains the hotfix for
ooni/backend#747
Older hosts are using
ooca_ca
to generate the certificates used by the prometheus scraper to collect blackbox exported metrics.Newer hosts are handling this "on the fly", like this: https://github.com/ooni/sysadmin/blob/master/ansible/roles/base-bullseye/tasks/main.yml#L219.
https://github.com/ooni/sysadmin/blob/master/ansible/roles/base-bullseye/tasks/main.yml#L229 <--- this deploys the updated cert to all hosts sending data to vector without running a full host bootstrap
We should update the old hosts to make use of this new pattern.
The text was updated successfully, but these errors were encountered: