Rename prometheus jobs for host scraping

This commit is contained in:
Joey Hafner 2023-11-28 14:29:48 -08:00
parent b8b986931f
commit 58c5959f6b

View File

@ -4,26 +4,21 @@ global:
scrape_configs:
# scrape hosts
- job_name: 'joey-server'
- job_name: 'fighter'
scrape_interval: 5s
static_configs:
- targets: ['192.168.1.23:9100']
- job_name: 'jafner.tools'
- job_name: 'druid'
scrape_interval: 5s
static_configs:
- targets: ['143.110.151.123:9100']
- job_name: 'router'
- job_name: 'wizard'
scrape_interval: 5s
static_configs:
- targets: ['192.168.1.1:9273']
- job_name: 'pihole'
scrape_interval: 5s
static_configs:
- targets: ['192.168.1.22:9100']
# scrape applications
- job_name: 'prometheus-self'
scrape_interval: 5s