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']