From 17e66d6fb31257b5641d4ce67ea5f1e5cc02468d Mon Sep 17 00:00:00 2001 From: "lucas.mathieu" Date: Wed, 7 Jan 2026 10:11:42 +0100 Subject: [PATCH] feat(monitoring): add qui (qbittorrentui) to prometheus --- monitoring/prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 1b49e66..3bd13b7 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -53,3 +53,7 @@ scrape_configs: - job_name: 'alertmanager' static_configs: - targets: ['alertmanager:9093'] + + - job_name: 'qui' + static_configs: + - targets: ['serveurlucas:9074']