prometheus: drop dead external targets
This commit is contained in:
parent
8dc2fa4c79
commit
70289eb3f8
1 changed files with 7 additions and 12 deletions
|
@ -64,7 +64,6 @@
|
|||
- forgejo-runner-1:9080
|
||||
- forgejo-runner-2:9080
|
||||
- forgejo-runner-3:9080
|
||||
- forgejo-runner-4:9080
|
||||
- monitoring-0:9080
|
||||
- job_name: node-exporter
|
||||
static_configs:
|
||||
|
@ -79,8 +78,6 @@
|
|||
- 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
|
||||
|
@ -88,27 +85,25 @@
|
|||
- mx1.janky.email:9100
|
||||
- dns:9100
|
||||
- hypervisor-d:9100
|
||||
- livingroom-tv:9100
|
||||
- mobile-proxy:9100
|
||||
- monitoring-0:9100
|
||||
- forgejo-runner-0:9100
|
||||
- forgejo-runner-1:9100
|
||||
- forgejo-runner-2:9100
|
||||
- forgejo-runner-3:9100
|
||||
- forgejo-runner-4:9100
|
||||
- job_name: minio
|
||||
authorization:
|
||||
credentials_file: /etc/prometheus/secrets/scrape-secrets/minio.token
|
||||
metrics_path: /minio/v2/metrics/cluster
|
||||
static_configs:
|
||||
- targets: ['minio:9000']
|
||||
- job_name: 'home-assistant'
|
||||
metrics_path: /api/prometheus
|
||||
authorization:
|
||||
credentials_file: /etc/prometheus/secrets/scrape-secrets/home-assistant.token
|
||||
static_configs:
|
||||
- targets:
|
||||
- home-assistant:8123
|
||||
# - job_name: 'home-assistant'
|
||||
# metrics_path: /api/prometheus
|
||||
# authorization:
|
||||
# credentials_file: /etc/prometheus/secrets/scrape-secrets/home-assistant.token
|
||||
# static_configs:
|
||||
# - targets:
|
||||
# - home-assistant:8123
|
||||
- job_name: forgejo
|
||||
authorization:
|
||||
credentials_file: /etc/prometheus/secrets/scrape-secrets/forgejo.token
|
||||
|
|
Loading…
Reference in a new issue