diff --git a/packages/prometheus/prometheus.prod.yml b/packages/prometheus/prometheus.prod.yml index 286ef484..dec06029 100644 --- a/packages/prometheus/prometheus.prod.yml +++ b/packages/prometheus/prometheus.prod.yml @@ -24,6 +24,6 @@ scrape_configs: static_configs: - targets: [ - "148.251.0.86:9100/metrics", - "148.251.0.86:9115/probe?target=https://virtualairrescue.com&module=http_2xx", + "var01.virtualairrescue.com:9100/metrics", + "var01.virtualairrescue.com:9100/probe?target=https://virtualairrescue.com&module=http_2xx", ]