Skip to content

Commit 5ab88c3

Browse files
committed
feat: allow configuring smartctl's powermode check
Requires: prometheus-community/smartctl_exporter/pull/242 Signed-off-by: Robin Björklin <[email protected]>
1 parent 62c5049 commit 5ab88c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/prometheus-smartctl-exporter/templates/daemonset.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ spec:
4040
imagePullPolicy: {{ $global.Values.image.pullPolicy }}
4141
args:
4242
- '--smartctl.path={{ $config.smartctl_location }}'
43+
- '--smartctl.powermode-check={{ $config.smartctl_powermode_check | default "standby" }}'
4344
- '--smartctl.interval={{ $config.collect_not_more_than_period }}'
4445
{{ range $config.devices }}
4546
- '--smartctl.device={{ . }}'

0 commit comments

Comments
 (0)