diff options
Diffstat (limited to 'prometheus/prometheus.yml')
-rw-r--r-- | prometheus/prometheus.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index efa9871..ff25a9b 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -13,3 +13,8 @@ scrape_configs: static_configs: - targets: - mqtt_client:8000 + - job_name: pfsense-node-exporter + static_configs: + - targets: + - 192.169.69.1:9100 + |