diff --git a/custom/prometheus/prometheus.yml b/custom/prometheus/prometheus.yml index 2dcda71..6359fae 100644 --- a/custom/prometheus/prometheus.yml +++ b/custom/prometheus/prometheus.yml @@ -31,9 +31,10 @@ scrape_configs: - targets: ['docker.host:9100'] - job_name: 'gitea' + scheme: 'https' bearer_token: thesemetricsmaybepublic static_configs: - - targets: ['https://git.ixvd.net'] + - targets: ['git.ixvd.net:443'] - job_name: 'blackbox' metrics_path: /probe