diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-06 16:59:37 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-06 16:59:37 +0100 |
commit | 2321fc5135b3a5d699917541235cc360c72d57f6 (patch) | |
tree | 5b939a14b28ff40bd16c5630796c06f686f84a81 /prometheus | |
parent | 4e81664442106c52771424f4b0b844264a6b457b (diff) | |
download | power.eda.gay-2321fc5135b3a5d699917541235cc360c72d57f6.tar.gz power.eda.gay-2321fc5135b3a5d699917541235cc360c72d57f6.zip |
Diffstat (limited to 'prometheus')
-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 + |