From b696ceadbe40424e78e12f49516e13e021f3b377 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 8 Aug 2022 11:28:33 -0700 Subject: [PATCH] Switch exporter to direct-to-container connection with qbittorrent --- server/config/monitoring/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/config/monitoring/docker-compose.yml b/server/config/monitoring/docker-compose.yml index 7703592..bc7f2ae 100644 --- a/server/config/monitoring/docker-compose.yml +++ b/server/config/monitoring/docker-compose.yml @@ -200,8 +200,8 @@ services: image: esanchezm/prometheus-qbittorrent-exporter container_name: monitoring_exporter-qbittorrent environment: - - QBITTORRENT_HOST=https://qbt.jafner.net - - QBITTORRENT_PORT=443 + - QBITTORRENT_HOST=qbittorrent + - QBITTORRENT_PORT=8080 logging: driver: loki options: