From 8280da0007b130b337065f5ae37709d7addb4ba2 Mon Sep 17 00:00:00 2001 From: Finn Date: Wed, 10 Jul 2024 17:56:14 -0700 Subject: [PATCH] update scrape-configs --- k8s/monitoring/scrape-configs.yaml | 54 +++++++++++++----------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/k8s/monitoring/scrape-configs.yaml b/k8s/monitoring/scrape-configs.yaml index ed557a4..45d60e2 100644 --- a/k8s/monitoring/scrape-configs.yaml +++ b/k8s/monitoring/scrape-configs.yaml @@ -25,18 +25,17 @@ - job_name: static_http_targets static_configs: - targets: - - 'ubnt:9001' # mongod-exporter - - 'ubnt:9130' # unifi-exporter - - 'rpi4-build:8080' - - 'ci-runner-0:8080' - - 'ci-runner-1:8080' - - 'ci-runner-2:8080' - - 'ci-runner-3:8080' - - 'docker:9170' # docker hub prometheus exporter - - 'jellyfin:8096' # jellyfin - - 'signald:9595' # signald on signald - - 172.18.102.10:9595 # signald on finn-dev-0/entanglement - - 'http:8405' # haproxy on http + - ubnt:9001 # mongod-exporter + - ubnt:9130 # unifi-exporter + - rpi4-build:8080 + - ci-runner-0:8080 + - ci-runner-1:8080 + - ci-runner-2:8080 + - ci-runner-3:8080 + - docker:9170 # docker hub prometheus exporter + - jellyfin:8096 # jellyfin + - signald:9595 # signald on signald + - http:8405 # haproxy on http - media-ingest:8192 - job_name: promtail static_configs: @@ -60,19 +59,19 @@ - job_name: node static_configs: - targets: - - 'openwrt:9100' - - 'octopi:9100' - - 'home-assistant:9100' - - 'rpi4-build:9100' - - 'docker:9100' - - 'jellyfin:9100' - - 'minio:9100' - - 'signald:9100' - - 'ci-runner-0:9100' - - 'ci-runner-1:9100' - - 'ci-runner-2:9100' - - 'ci-runner-3:9100' - - 'media-ingest:9100' + - openwrt:9100 + - octopi:9100 + - home-assistant:9100 + - rpi4-build:9100 + - docker:9100 + - jellyfin:9100 + - minio:9100 + - signald:9100 + - ci-runner-0:9100 + - ci-runner-1:9100 + - ci-runner-2:9100 + - ci-runner-3:9100 + - media-ingest:9100 - mc:9100 - http:9100 - ubnt:9100 @@ -151,11 +150,6 @@ target_label: instance - target_label: __address__ replacement: 127.0.0.1:9115 -- job_name: 'mdns' - file_sd_configs: - - files: - - '/tmp/mdns-sd.json' - refresh_interval: 5m - job_name: speedtest scrape_interval: 30m scrape_timeout: 1m