From 131df0eab91727b390b5cbb0c6aaa67b8090dc1d Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 2 May 2023 02:15:53 +0200 Subject: [PATCH] update prom hopeful fix --- custom/prometheus/prometheus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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