prometheus: add proxmox job
This commit is contained in:
parent
9bd40e189d
commit
9986c3d695
@ -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
|
||||
- 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user