Rename prometheus jobs for host scraping
This commit is contained in:
parent
b8b986931f
commit
58c5959f6b
@ -4,26 +4,21 @@ global:
|
|||||||
scrape_configs:
|
scrape_configs:
|
||||||
|
|
||||||
# scrape hosts
|
# scrape hosts
|
||||||
- job_name: 'joey-server'
|
- job_name: 'fighter'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.23:9100']
|
- targets: ['192.168.1.23:9100']
|
||||||
|
|
||||||
- job_name: 'jafner.tools'
|
- job_name: 'druid'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['143.110.151.123:9100']
|
- targets: ['143.110.151.123:9100']
|
||||||
|
|
||||||
- job_name: 'router'
|
- job_name: 'wizard'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.1:9273']
|
- targets: ['192.168.1.1:9273']
|
||||||
|
|
||||||
- job_name: 'pihole'
|
|
||||||
scrape_interval: 5s
|
|
||||||
static_configs:
|
|
||||||
- targets: ['192.168.1.22:9100']
|
|
||||||
|
|
||||||
# scrape applications
|
# scrape applications
|
||||||
- job_name: 'prometheus-self'
|
- job_name: 'prometheus-self'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
|
Loading…
Reference in New Issue
Block a user