update home address [CI SKIP]

This commit is contained in:
viktorbarzin 2021-08-17 23:25:13 +01:00
parent 3e7131d2ea
commit 755942ee73
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 4 additions and 2 deletions

View file

@ -243,7 +243,8 @@ extraScrapeConfigs: |
- job_name: 'openwrt'
static_configs:
- targets:
- "home.viktorbarzin.lan:9100"
#- "home.viktorbarzin.lan:9100"
- "10.0.20.1:9100"
metrics_path: '/metrics'
relabel_configs:
- source_labels: [__address__]
@ -251,7 +252,8 @@ extraScrapeConfigs: |
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: 'home.viktorbarzin.lan:9100'
#replacement: 'home.viktorbarzin.lan:9100'
replacement: '10.0.20.1:9100'
metric_relabel_configs:
- source_labels: [ __name__ ]
target_label: '__name__'

Binary file not shown.