From 3e65efcb6af028c2ef58f930e1ab8b59a0b87ded Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 2 May 2023 02:14:29 +0200 Subject: [PATCH] update prom --- custom/prometheus/prometheus.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/custom/prometheus/prometheus.yml b/custom/prometheus/prometheus.yml index b9619f6..2dcda71 100644 --- a/custom/prometheus/prometheus.yml +++ b/custom/prometheus/prometheus.yml @@ -26,12 +26,15 @@ scrape_configs: static_configs: - targets: ['docker.host:9393'] - - job_name: node + - job_name: 'node' static_configs: - - targets: ['docker.host:9100'] - - # - job_name: dendrite + - targets: ['docker.host:9100'] + - job_name: 'gitea' + bearer_token: thesemetricsmaybepublic + static_configs: + - targets: ['https://git.ixvd.net'] + - job_name: 'blackbox' metrics_path: /probe params: