Skip to content

Commit

Permalink
disabled(prometheus): unused scrape configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Aug 23, 2024
1 parent 068e469 commit 69b2129
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions projects/grafana/values/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,12 @@ prometheus:
# scrape_interval: 60s
# static_configs:
# - targets: ['127.0.0.1:9902']
- job_name: 'openwrt-router'
scrape_interval: 60s
static_configs:
- targets: ['192.168.1.1:9100']

- job_name: 'hive-ipmi'
scrape_interval: 60s
static_configs:
- targets: ['192.168.1.111:9290']

- job_name: 'esplant'
scrape_interval: 60s
static_configs:
- targets: ['esplant.lan:80']

- job_name: 'kubernetes-services'
scrape_interval: 120s
kubernetes_sd_configs:
Expand Down

0 comments on commit 69b2129

Please sign in to comment.