mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
mineDeviceStatistics: Flag the SATA PHY stats as valid.
This commit is contained in:
parent
9e58dd6fd2
commit
6e30737bc3
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ func (smart *SMARTctl) mineDeviceStatistics() {
|
|||
smart.device.serial,
|
||||
"SATA PHY Event Counters",
|
||||
strings.TrimSpace(statistic.Get("name").String()),
|
||||
"",
|
||||
"",
|
||||
"V---",
|
||||
"valid",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue