We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c5049 commit fecbc61Copy full SHA for fecbc61
charts/prometheus-smartctl-exporter/templates/daemonset.yaml
@@ -40,6 +40,7 @@ spec:
40
imagePullPolicy: {{ $global.Values.image.pullPolicy }}
41
args:
42
- '--smartctl.path={{ $config.smartctl_location }}'
43
+ - '--smartctl.powermode-check={{ $config.smartctl_powermode_check }}'
44
- '--smartctl.interval={{ $config.collect_not_more_than_period }}'
45
{{ range $config.devices }}
46
- '--smartctl.device={{ . }}'
charts/prometheus-smartctl-exporter/values.yaml
@@ -14,6 +14,7 @@ common:
14
bind_to: "0.0.0.0:9633"
15
url_path: "/metrics"
16
smartctl_location: /usr/sbin/smartctl
17
+ smartctl_powermode_check: standby
18
collect_not_more_than_period: 120s
19
20
serviceMonitor:
0 commit comments