Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
feat: Adios blocky
Browse files Browse the repository at this point in the history
  • Loading branch information
doonga committed May 24, 2024
1 parent bcaa587 commit 715ccbc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
10 changes: 0 additions & 10 deletions kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ spec:

dashboards:
default:
blocky:
# renovate: dashboardName="blocky"
gnetId: 13768
revision: 3
datasource:
- name: "DS_PROMETHEUS"
value: Prometheus
- name: "VAR_BLOCKY_URL"
value: 'http:\/\/10.1.1.11:4000'

cert-manager:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/cert-manager/dashboards/cert-manager.json
datasource: Prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ metadata:
name: vm-additional-scrape-configs
stringData:
prometheus-additional.yaml: |
- job_name: blocky
scrape_interval: 1m
scrape_timeout: 10s
honor_timestamps: true
static_configs:
- targets:
- dns.greyrock.io:4000
- job_name: node-exporter
scrape_timeout: 10s
honor_timestamps: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: EXTERNAL_DNS_RFC2136_HOST
value: "10.1.1.11"
- name: EXTERNAL_DNS_RFC2136_PORT
value: "5391"
value: "53"
- name: EXTERNAL_DNS_RFC2136_ZONE
value: "greyrock.casa"
- name: EXTERNAL_DNS_RFC2136_TSIG_AXFR
Expand Down

0 comments on commit 715ccbc

Please sign in to comment.