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