update scrape-configs
This commit is contained in:
parent
a8eb338e86
commit
8280da0007
1 changed files with 24 additions and 30 deletions
|
@ -25,18 +25,17 @@
|
||||||
- job_name: static_http_targets
|
- job_name: static_http_targets
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'ubnt:9001' # mongod-exporter
|
- ubnt:9001 # mongod-exporter
|
||||||
- 'ubnt:9130' # unifi-exporter
|
- ubnt:9130 # unifi-exporter
|
||||||
- 'rpi4-build:8080'
|
- rpi4-build:8080
|
||||||
- 'ci-runner-0:8080'
|
- ci-runner-0:8080
|
||||||
- 'ci-runner-1:8080'
|
- ci-runner-1:8080
|
||||||
- 'ci-runner-2:8080'
|
- ci-runner-2:8080
|
||||||
- 'ci-runner-3:8080'
|
- ci-runner-3:8080
|
||||||
- 'docker:9170' # docker hub prometheus exporter
|
- docker:9170 # docker hub prometheus exporter
|
||||||
- 'jellyfin:8096' # jellyfin
|
- jellyfin:8096 # jellyfin
|
||||||
- 'signald:9595' # signald on signald
|
- signald:9595 # signald on signald
|
||||||
- 172.18.102.10:9595 # signald on finn-dev-0/entanglement
|
- http:8405 # haproxy on http
|
||||||
- 'http:8405' # haproxy on http
|
|
||||||
- media-ingest:8192
|
- media-ingest:8192
|
||||||
- job_name: promtail
|
- job_name: promtail
|
||||||
static_configs:
|
static_configs:
|
||||||
|
@ -60,19 +59,19 @@
|
||||||
- job_name: node
|
- job_name: node
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'openwrt:9100'
|
- openwrt:9100
|
||||||
- 'octopi:9100'
|
- octopi:9100
|
||||||
- 'home-assistant:9100'
|
- home-assistant:9100
|
||||||
- 'rpi4-build:9100'
|
- rpi4-build:9100
|
||||||
- 'docker:9100'
|
- docker:9100
|
||||||
- 'jellyfin:9100'
|
- jellyfin:9100
|
||||||
- 'minio:9100'
|
- minio:9100
|
||||||
- 'signald:9100'
|
- signald:9100
|
||||||
- 'ci-runner-0:9100'
|
- ci-runner-0:9100
|
||||||
- 'ci-runner-1:9100'
|
- ci-runner-1:9100
|
||||||
- 'ci-runner-2:9100'
|
- ci-runner-2:9100
|
||||||
- 'ci-runner-3:9100'
|
- ci-runner-3:9100
|
||||||
- 'media-ingest:9100'
|
- media-ingest:9100
|
||||||
- mc:9100
|
- mc:9100
|
||||||
- http:9100
|
- http:9100
|
||||||
- ubnt:9100
|
- ubnt:9100
|
||||||
|
@ -151,11 +150,6 @@
|
||||||
target_label: instance
|
target_label: instance
|
||||||
- target_label: __address__
|
- target_label: __address__
|
||||||
replacement: 127.0.0.1:9115
|
replacement: 127.0.0.1:9115
|
||||||
- job_name: 'mdns'
|
|
||||||
file_sd_configs:
|
|
||||||
- files:
|
|
||||||
- '/tmp/mdns-sd.json'
|
|
||||||
refresh_interval: 5m
|
|
||||||
- job_name: speedtest
|
- job_name: speedtest
|
||||||
scrape_interval: 30m
|
scrape_interval: 30m
|
||||||
scrape_timeout: 1m
|
scrape_timeout: 1m
|
||||||
|
|
Loading…
Reference in a new issue