Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(observability) add targets to blackbox exporter #729

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions fleet/lib/blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,46 @@ serviceMonitor:
hostname: google.com
interval: 60s
module: http_2xx
- name: vpnls
url: https://vpn.ls.lsst.org
hostname: vpn.ls.lsst.org
interval: 60s
module: http_2xx
- name: s3lhn
url: https://s3-lhn.cp.lsst.org
hostname: s3-lhn.cp.lsst.org
interval: 60s
module: http_2xx
- name: s3cp
url: https://s3.cp.lsst.org
hostname: s3.cp.lsst.org
interval: 60s
module: http_2xx
- name: rspls
url: https://summit-lsp.lsst.codes
hostname: summit-lsp.lsst.codes
interval: 60s
module: http_2xx
- name: rspcp
url: https://base-lsp.lsst.codes/
hostname: base-lsp.lsst.codes
interval: 60s
module: http_2xx
- name: keycloakcp
url: https://keycloak.cp.lsst.org/
hostname: keycloak.cp.lsst.org
interval: 60s
module: http_2xx
- name: keycloakls
url: https://keycloak.ls.lsst.org/
hostname: keycloak.ls.lsst.org
interval: 60s
module: http_2xx
- name: mail
url: https://mail.lsst.org/
hostname: mail.lsst.org
interval: 60s
module: http_2xx

prometheusRule:
enabled: true
Expand Down
Loading