From a4d9888bfed5ff70d68e8e75550a604a96276166 Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Sun, 28 Jul 2024 12:42:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20New=20Targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prometheus.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/config/prometheus.yaml b/config/prometheus.yaml index cc3cfcf..08688fb 100644 --- a/config/prometheus.yaml +++ b/config/prometheus.yaml @@ -12,7 +12,7 @@ scrape_configs: - job_name: "Prometheus Server" scrape_interval: 5s static_configs: - - targets: ["5.75.153.161:9090"] + - targets: ["5.75.153.161:9090", "prometheus.phx-erp.de"] - job_name: 'node' scrape_interval: 5s @@ -22,84 +22,84 @@ scrape_configs: - job_name: "Phx Yuri" scrape_interval: 5s static_configs: - - targets: ["162.55.52.253:9100"] + - targets: ["162.55.52.253:9100", "node-yuri.phx-erp.de"] - job_name: "lhl" scrape_interval: 5s static_configs: - - targets: ["116.203.53.137:9100"] + - targets: ["116.203.53.137:9100", "node-lhl.phx-erp.de"] - job_name: "Phx Beta RC" scrape_interval: 5s static_configs: - - targets: ["116.203.53.137:9100"] + - targets: ["116.203.53.137:9100", "node-beta-rc.phx-erp.de"] - job_name: "Gitea" scrape_interval: 5s static_configs: - - targets: ["49.13.146.138:9100"] + - targets: ["49.13.146.138:9100", "node-gitea.phx-erp.de"] - job_name: "Team City" scrape_interval: 5s static_configs: - - targets: ["23.88.107.109:9100"] + - targets: ["23.88.107.109:9100", "node-teamcity.phx-erp.de"] - job_name: "Cooper" scrape_interval: 5s static_configs: - - targets: ["159.69.44.39:9100"] + - targets: ["159.69.44.39:9100", "node-cooper.phx-erp.de"] - job_name: "Shipxpert" scrape_interval: 5s static_configs: - - targets: ["49.13.165.13:9100"] + - targets: ["49.13.165.13:9100", "node-shipxpert.phx-erp.de"] - job_name: "Dss" scrape_interval: 5s static_configs: - - targets: ["49.13.197.152:9100"] + - targets: ["49.13.197.152:9100", "node-dss.phx-erp.de"] - job_name: "Guntli" scrape_interval: 5s static_configs: - - targets: ["116.203.92.218:9100"] + - targets: ["116.203.92.218:9100", "node-guntli.phx-erp.de"] - job_name: "Sartissohn" scrape_interval: 5s static_configs: - - targets: ["188.245.44.219:9100"] + - targets: ["188.245.44.219:9100", "node-sartissohn.phx-erp.de"] - job_name: "Kolb" scrape_interval: 5s static_configs: - - targets: ["94.130.77.57:9100"] + - targets: ["94.130.77.57:9100", "node-kolb.phx-erp.de"] - job_name: "Trachtenmode Schmid" scrape_interval: 5s static_configs: - - targets: ["142.132.165.231:9100"] + - targets: ["142.132.165.231:9100", "node-trachtenmode-schmid.phx-erp.de"] - job_name: "Phx Internal" scrape_interval: 5s static_configs: - - targets: ["5.75.183.139:9100"] + - targets: ["5.75.183.139:9100", "node-internal.phx-erp.de"] - job_name: "Benzinger Demo" scrape_interval: 5s static_configs: - - targets: ["162.55.54.75:9100"] + - targets: ["162.55.54.75:9100", "node-benzinger-demo.phx-erp.de"] - job_name: "CTS" scrape_interval: 5s static_configs: - - targets: ["116.203.75.215:9100"] + - targets: ["116.203.75.215:9100", "node-cts.phx-erp.de"] - job_name: "Ansible Master" scrape_interval: 5s static_configs: - - targets: ["167.235.254.4:9100"] + - targets: ["167.235.254.4:9100", "node-ansible-master.phx-erp.de"] - job_name: "Alpha" scrape_interval: 5s static_configs: - - targets: ["157.90.161.42:9100"] \ No newline at end of file + - targets: ["157.90.161.42:9100", "node-alpha.phx-erp.de"] \ No newline at end of file