Skip to content

Commit

Permalink
feat: cleanup bb exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 29, 2024
1 parent bdb3345 commit 8c001eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ spec:
release: prometheus
interval: 30s
scrapeTimeout: 30s
targets:
- module: icmp
name: Unifi Dream Machine
url: ${UNIFI_CONTROLLER_IP}
- module: icmp
name: Unraid NAS
url: ${NAS_IP}
- module: icmp
name: Raspberry Pi
url: ${PI_IP}
prometheusRule:
enabled: true
additionalLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,3 @@ spec:
interval: 30m
retryInterval: 1m
timeout: 5m
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app blackbox-exporter-probes
namespace: flux-system
spec:
targetNamespace: observability
dependsOn:
- name: blackbox-exporter
path: ./kubernetes/teyvat/apps/observability/exporters/blackbox-exporter/probes
prune: true
sourceRef:
kind: GitRepository
name: home-kubernetes
wait: false # no flux ks dependents
interval: 30m
retryInterval: 1m
timeout: 5m

This file was deleted.

This file was deleted.

0 comments on commit 8c001eb

Please sign in to comment.