update home prometheus path

This commit is contained in:
viktorbarzin 2021-09-05 18:39:18 +01:00
parent 755942ee73
commit b6f8160183
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@ extraScrapeConfigs: |
static_configs:
- targets:
#- "home.viktorbarzin.lan:9100"
- "10.0.20.1:9100"
- "10.0.20.100:9100"
metrics_path: '/metrics'
relabel_configs:
- source_labels: [__address__]
@ -253,7 +253,7 @@ extraScrapeConfigs: |
target_label: instance
- target_label: __address__
#replacement: 'home.viktorbarzin.lan:9100'
replacement: '10.0.20.1:9100'
replacement: '10.0.20.100:9100'
metric_relabel_configs:
- source_labels: [ __name__ ]
target_label: '__name__'

Binary file not shown.

Binary file not shown.