prometheus: add proxmox job

This commit is contained in:
Schneider Roland 2024-10-26 22:25:31 +02:00
parent 9bd40e189d
commit 9986c3d695

View File

@ -22,3 +22,6 @@ scrape_configs:
- job_name: infra # Change to whatever you like - job_name: infra # Change to whatever you like
static_configs: static_configs:
- targets: ['192.168.2.66:9100'] #Change this to your server's IP - 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