From 995c7686549e8f72a4bdb7383f47450a7e59a8ed Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Fri, 25 Oct 2024 16:54:00 +0200 Subject: [PATCH] add: prometheus --- .../prometheus/prometheus-config/prometheus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml b/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml index a3949df..3a1343f 100644 --- a/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml +++ b/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml @@ -19,6 +19,6 @@ scrape_configs: static_configs: - targets: - localhost:9090 -# - job_name: elzim # Change to whatever you like -# static_configs: -# - targets: ['192.168.2.66:9100'] #Change this to your server's IP \ No newline at end of file + - job_name: infra # Change to whatever you like + static_configs: + - targets: ['192.168.2.66:9100'] #Change this to your server's IP \ No newline at end of file