diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-08 14:47:40 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-08 14:47:40 +0100 |
commit | 70f3264561b1e2c444408d75bfbc9d72ca85c771 (patch) | |
tree | e0310662391a9c99e0762c59a9acd7e14f2291ec | |
parent | 539562e29903d7cb4bd47dddadba1530108f7788 (diff) | |
download | power.eda.gay-70f3264561b1e2c444408d75bfbc9d72ca85c771.tar.gz power.eda.gay-70f3264561b1e2c444408d75bfbc9d72ca85c771.zip |
Toggling geoffery with HTTP instead of MQTT
-rw-r--r-- | prometheus/prometheus.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index ff25a9b..48bd2f6 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -13,8 +13,4 @@ scrape_configs: static_configs: - targets: - mqtt_client:8000 - - job_name: pfsense-node-exporter - static_configs: - - targets: - - 192.169.69.1:9100 |