Remove SMART alerts

Change-Id: I6548a3008ec5cbf14d675f2eaf0c3faa1ff56882
Related-bug: PROD-34630
Related-bug: PROD-34633
diff --git a/linux/meta/prometheus.yml b/linux/meta/prometheus.yml
index 865f744..a359122 100644
--- a/linux/meta/prometheus.yml
+++ b/linux/meta/prometheus.yml
@@ -122,107 +122,6 @@
       annotations:
         summary: "Disk {{ $labels.device }} is failing"
         description: "The {{ $labels.device }} disk on the {{ $labels.host }} node is reporting errors for 5 minutes."
-      {%- endraw %}
-  {%- if grains.get('virtual', None) == 'physical' %}
-    {%- raw %}
-    SystemSMARTDiskUDMACrcErrorsTooHigh:
-      if: >-
-        increase(smart_device_udma_crc_errors[1m]) > 0
-      for: 5m
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has UDMA CRC errors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node is reporting UDMA CRC errors for 5 minutes."
-    SystemSMARTDiskHealthStatus:
-      if: >-
-        smart_device_health_ok == 0
-      for: 1m
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has bad health"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node is reporting a bad health status for 1 minute."
-    SystemSMARTDiskReadErrorRate:
-      if: >-
-        increase(smart_device_read_error_rate[1m]) > 0
-      for: 5m
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has read errors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node is reporting an increased read error rate for 5 minutes."
-    SystemSMARTDiskSeekErrorRate:
-      if: >-
-        increase(smart_device_seek_error_rate[1m]) > 0
-      for: 5m
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has seek errors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node is reporting an increased seek error rate for 5 minutes."
-    SystemSMARTDiskTemperatureHigh:
-      if: >-
-        smart_device_temp_c >= 60
-      for: 5m
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk temperature is high"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has a temperature of {{ $value }}C for 5 minutes."
-    SystemSMARTDiskReallocatedSectorsCount:
-      if: >-
-        smart_attribute_raw_value{name="Reallocated_Sector_Ct"} > 10
-      labels:
-        severity: warning
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has reallocated sectors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has reallocated {{ $value }} sectors."
-    SystemSMARTDiskCurrentPendingSectors:
-      if: >-
-        smart_attribute_raw_value{name="Current_Pending_Sector"} > 0
-      labels:
-        severity: major
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has current pending sectors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has {{ $value }} 'current pending' sectors."
-    SystemSMARTDiskReportedUncorrectableErrors:
-      if: >-
-        smart_attribute_raw_value{name="Reported_Uncorrect"} > 0
-      labels:
-        severity: major
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has reported uncorrectable errors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has {{ $value }} 'reported uncorrectable' errors."
-    SystemSMARTDiskOfflineUncorrectableSectors:
-      if: >-
-        smart_attribute_raw_value{name="Offline_Uncorrectable"} > 0
-      labels:
-        severity: major
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has offline uncorrectable sectors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has {{ $value }} 'offline uncorrectable' sectors."
-    SystemSMARTDiskEndToEndError:
-      if: >-
-        smart_attribute_raw_value{name="End-to-End_Error"} > 0
-      labels:
-        severity: major
-        service: system
-      annotations:
-        summary: "The {{ $labels.device }} disk has end-to-end errors"
-        description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has {{ $value }} 'end-to-end' errors."
-    {%- endraw %}
-  {%- endif %}
-    {%- raw %}
     SystemMemoryFullWarning:
       if: >-
         mem_used_percent > 90 and mem_available < 8 * 2^30
diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt
index 0480052..bc7dc7f 100644
--- a/tests/test-requirements.txt
+++ b/tests/test-requirements.txt
@@ -1,3 +1,4 @@
 jsonschema
 reno
-setuptools<45.0.0
\ No newline at end of file
+setuptools<45.0.0
+msgpack<1.0.0