Split deluge jobs for better organization
This commit is contained in:
parent
196682b703
commit
8144fd756e
@ -71,10 +71,25 @@ scrape_configs:
|
|||||||
- targets: ['5e-jafner-tools:9117']
|
- targets: ['5e-jafner-tools:9117']
|
||||||
metrics_path: "/metrics"
|
metrics_path: "/metrics"
|
||||||
|
|
||||||
- job_name: 'deluge'
|
- job_name: 'deluge_ggn'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.21:53000','192.168.1.21:53100','192.168.1.21:53200','192.168.1.21:53300']
|
- targets: ['192.168.1.21:53000']
|
||||||
|
|
||||||
|
- job_name: 'deluge_mam'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['192.168.1.21:53100']
|
||||||
|
|
||||||
|
- job_name: 'deluge_emp'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['192.168.1.21:53200']
|
||||||
|
|
||||||
|
- job_name: 'deluge_pub'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['192.168.1.21:53300']
|
||||||
|
|
||||||
# scrape IoT devices
|
# scrape IoT devices
|
||||||
- job_name: 'tasmota'
|
- job_name: 'tasmota'
|
||||||
|
Loading…
Reference in New Issue
Block a user