From 477f9186367d6dec65857f22db4bab3144004ee5 Mon Sep 17 00:00:00 2001 From: Samuel Angebault Date: Wed, 25 Aug 2021 11:07:40 -0700 Subject: [PATCH] disable psu.voltage from health monitoring All psu monitoring features will be added soon once the psu api implementation is completed. --- .../x86_64-arista_common/system_health_monitoring_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/device/arista/x86_64-arista_common/system_health_monitoring_config.json b/device/arista/x86_64-arista_common/system_health_monitoring_config.json index 5ceec23fd26f..3f7e937d032a 100644 --- a/device/arista/x86_64-arista_common/system_health_monitoring_config.json +++ b/device/arista/x86_64-arista_common/system_health_monitoring_config.json @@ -3,6 +3,7 @@ "devices_to_ignore": [ "asic", "psu.temperature", + "psu.voltage", "PSU2 Fan", "PSU1 Fan" ],