From d7fb89ee2cad5a768c8ab7083df865f73483d816 Mon Sep 17 00:00:00 2001 From: tekert Date: Tue, 25 Jul 2023 09:43:32 -0300 Subject: [PATCH] Forgot cleaning the non used metric. smartctl_device_status is not mined anymore, smartctl_device_smart_status replaces it. Signed-off-by: tekert --- metrics.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/metrics.go b/metrics.go index 27cf0cc..f9e2406 100644 --- a/metrics.go +++ b/metrics.go @@ -227,14 +227,6 @@ var ( }, nil, ) - metricDeviceStatus = prometheus.NewDesc( - "smartctl_device_status", - "Device status", - []string{ - "device", - }, - nil, - ) metricDeviceErrorLogCount = prometheus.NewDesc( "smartctl_device_error_log_count", "Device SMART error log count",