X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32b6366e4fa837ab0dda57abe17510131485e5a2..18131b23c3379c9bd43356bfa559f3ea7fc92685:/cookbooks/prometheus/templates/default/prometheus.yml.erb?ds=inline diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index d972d2948..9b24a4d45 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -57,6 +57,13 @@ scrape_configs: replacement: 127.0.0.1:9219 <% @jobs.sort.each do |name, targets| -%> - job_name: <%= name %> +<% if targets.first[:sni] -%> + tls_config: + server_name: <%= targets.first[:sni] %> + relabel_configs: + - target_label: __scheme__ + replacement: https +<% end -%> static_configs: <% targets.each do |target| -%> - targets: @@ -75,7 +82,7 @@ scrape_configs: <% end -%> - job_name: snmp scrape_interval: 5m - scrape_timeout: 1m + scrape_timeout: 2m metrics_path: /snmp static_configs: - targets: