feat(smartctl-exporter): add grafana dashboard

This commit is contained in:
Kjeld Schouten 2024-03-01 15:10:08 +01:00
parent 8dece899cf
commit bdb998b683
3 changed files with 3848 additions and 1 deletions

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
type: application
version: 2.2.0
version: 2.3.0

File diff suppressed because it is too large Load Diff

View File

@ -65,3 +65,12 @@ logs:
general:
level: info
format: logfmt
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
smartctl.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}