Skip to content

Commit e76e458

Browse files
authored
Update smartctl.go
Signed-off-by: Ben Kochie <[email protected]> Signed-off-by: Ben Kochie <[email protected]>
1 parent e10ded5 commit e76e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: smartctl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (smart *SMARTctl) mineDeviceStatistics() {
333333
// skip vendor-specific statistics (they lead to duplicate metric labels on Seagate Exos drives,
334334
// see https://github.com/Sheridan/smartctl_exporter/issues/3 for details)
335335
if table == "Vendor Specific Statistics" {
336-
continue;
336+
continue
337337
}
338338
for _, statistic := range page.Get("table").Array() {
339339
smart.ch <- prometheus.MustNewConstMetric(

0 commit comments

Comments
 (0)