feat(smartctl-exporter): add grafana dashboard
This commit is contained in:
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
||||||
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
||||||
type: application
|
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:
|
general:
|
||||||
level: info
|
level: info
|
||||||
format: logfmt
|
format: logfmt
|
||||||
|
|
||||||
|
configmap:
|
||||||
|
dashboard:
|
||||||
|
enabled: true
|
||||||
|
labels:
|
||||||
|
grafana_dashboard: "1"
|
||||||
|
data:
|
||||||
|
smartctl.json: >-
|
||||||
|
{{ .Files.Get "dashboard.json" | indent 8 }}
|
||||||
Reference in New Issue
Block a user