From 69c8ba8790edbf1e4ae1d6c97713661345877ef6 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:38:05 -0400 Subject: [PATCH] add unpoller --- prometheus/prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 42dcd0e..4f94d97 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -22,3 +22,6 @@ scrape_configs: - job_name: docker_hosts static_configs: - targets: ['pi501.in.thelinuxpro.net:9100', 'pi502.in.thelinuxpro.net:9100'] +- job_name: unifi + static_configs: + - targets: ['unpoller.in.thelinuxpro.net:9130']