diff --git a/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml b/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml index 3a1343f..1702eaa 100644 --- a/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml +++ b/prometheus/docker-compose/prometheus/prometheus-config/prometheus.yml @@ -21,4 +21,7 @@ scrape_configs: - localhost:9090 - 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 + - targets: ['192.168.2.66:9100'] #Change this to your server's IP + - job_name: proxmox # Change to whatever you like + static_configs: + - targets: [ '192.168.2.60:9100' ] #Change this to your server's IP