diff --git a/ansible/services/prometheus/prometheus.yml b/ansible/services/prometheus/prometheus.yml index e85a017..d73d329 100644 --- a/ansible/services/prometheus/prometheus.yml +++ b/ansible/services/prometheus/prometheus.yml @@ -22,11 +22,11 @@ scrape_configs: - job_name: "node_exporter" static_configs: - - targets: ["192.168.1.254:9100"] + - targets: ["100.122.219.41:9100"] labels: location: london server: london-a - - targets: ["192.168.1.253:9100"] + - targets: ["100.84.65.101:9100"] labels: location: london server: london-b @@ -49,14 +49,14 @@ scrape_configs: - job_name: "smartmontools" static_configs: - - targets: ["192.168.1.253:9633"] + - targets: ["100.84.65.101:9633"] labels: location: london server: london-b - job_name: "plex" static_configs: - - targets: ["192.168.1.253:9000"] + - targets: ["100.84.65.101:9000"] labels: location: london server: london-b