diff --git a/server/config/monitoring/prometheus.yml b/server/config/monitoring/prometheus.yml index 2df4708..40b76bb 100644 --- a/server/config/monitoring/prometheus.yml +++ b/server/config/monitoring/prometheus.yml @@ -64,6 +64,7 @@ scrape_configs: - job_name: 'exporter-qbittorrent' scrape_interval: 60s + scrape_timeout: 30s static_configs: - targets: ['exporter-qbittorrent:8000']