From 4dc66cf70f9e5defea110d74c0197f21a55accd5 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Tue, 13 Jun 2023 12:39:32 +0200 Subject: [PATCH] add minio monitoring --- prometheus-central/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-central/prometheus.yml b/prometheus-central/prometheus.yml index 5ef8608..14d11e2 100644 --- a/prometheus-central/prometheus.yml +++ b/prometheus-central/prometheus.yml @@ -52,6 +52,6 @@ scrape_configs: - targets: ["grafana-central:3000"] - job_name: minio metrics_path: /minio/v2/metrics/cluster - scheme: https + scheme: http static_configs: - targets: ["localhost:9000"] -- GitLab