prometheus: add proxmox job
This commit is contained in:
@@ -22,3 +22,6 @@ scrape_configs:
|
||||
- job_name: infra # Change to whatever you like
|
||||
static_configs:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user