mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
Forgot cleaning the non used metric.
smartctl_device_status is not mined anymore, smartctl_device_smart_status replaces it. Signed-off-by: tekert <tekert@gmail.com>
This commit is contained in:
parent
9698c581b3
commit
d7fb89ee2c
1 changed files with 0 additions and 8 deletions
|
@ -227,14 +227,6 @@ var (
|
||||||
},
|
},
|
||||||
nil,
|
nil,
|
||||||
)
|
)
|
||||||
metricDeviceStatus = prometheus.NewDesc(
|
|
||||||
"smartctl_device_status",
|
|
||||||
"Device status",
|
|
||||||
[]string{
|
|
||||||
"device",
|
|
||||||
},
|
|
||||||
nil,
|
|
||||||
)
|
|
||||||
metricDeviceErrorLogCount = prometheus.NewDesc(
|
metricDeviceErrorLogCount = prometheus.NewDesc(
|
||||||
"smartctl_device_error_log_count",
|
"smartctl_device_error_log_count",
|
||||||
"Device SMART error log count",
|
"Device SMART error log count",
|
||||||
|
|
Loading…
Reference in a new issue