feat(smartctl-exporter): add grafana dashboard
This commit is contained in:
parent
8dece899cf
commit
bdb998b683
|
@ -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
|
@ -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 }}
|
Loading…
Reference in New Issue