Add ZFS exporter scrape config.
This commit is contained in:
parent
07d9c12e3b
commit
3f4754437b
2 changed files with 13 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./node-exporter.yaml
|
- ./node-exporter.yaml
|
||||||
|
- ./zfs-exporter.yaml
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/monitoring.coreos.com/scrapeconfig_v1alpha1.json
|
||||||
|
apiVersion: monitoring.coreos.com/v1alpha1
|
||||||
|
kind: ScrapeConfig
|
||||||
|
metadata:
|
||||||
|
name: zfs-exporter
|
||||||
|
spec:
|
||||||
|
staticConfigs:
|
||||||
|
- targets:
|
||||||
|
- 10.1.1.13:9134
|
||||||
|
metricsPath: /metrics
|
Loading…
Reference in a new issue