Added adguard prometheus exporter + prometheus config
This commit is contained in:
@@ -2,6 +2,11 @@ global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'adguard'
|
||||
static_configs:
|
||||
- targets: ['10.0.0.1:9618']
|
||||
metrics_path: /metrics
|
||||
scheme: http
|
||||
- job_name: 'caddy'
|
||||
static_configs:
|
||||
- targets: ['mycloudhaus.xyz']
|
||||
|
||||
Reference in New Issue
Block a user