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