diff --git a/server/config/monitoring/prometheus.yml b/server/config/monitoring/prometheus.yml index e30579a..ada04f5 100644 --- a/server/config/monitoring/prometheus.yml +++ b/server/config/monitoring/prometheus.yml @@ -47,6 +47,11 @@ scrape_configs: static_configs: - targets: ['exporter-sabnzbd:9387'] + - job_name: 'exporter-ping' + scrape_interval: 5s + static_configs: + - targets: ['exporter-ping:9427'] + # scrape IoT devices - job_name: 'tasmota' scrape_interval: 5s