From 70bf65302dfeb5d94f331af01db5487a228ff3b2 Mon Sep 17 00:00:00 2001 From: shlomibitton <60430976+shlomibitton@users.noreply.github.com> Date: Tue, 4 Aug 2020 14:49:19 +0300 Subject: [PATCH] MSN2100 and MSN2010 platforms are not supporting PSU temperature sampling, ignore temperature check by default for these platforms (#5047) Signed-off-by: Shlomi Bitton --- .../system_health_monitoring_config.json | 12 +++++++++++- .../system_health_monitoring_config.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 120000 => 100644 device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json diff --git a/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json b/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json deleted file mode 120000 index 98df66c27c..0000000000 --- a/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json +++ /dev/null @@ -1 +0,0 @@ -../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json \ No newline at end of file diff --git a/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json b/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json new file mode 100644 index 0000000000..5574936ee3 --- /dev/null +++ b/device/mellanox/x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json @@ -0,0 +1,11 @@ +{ + "services_to_ignore": [], + "devices_to_ignore": ["psu.voltage", "psu.temperature"], + "external_checkers": [], + "polling_interval": 60, + "led_color": { + "fault": "orange", + "normal": "green", + "booting": "orange_blink" + } +} diff --git a/device/mellanox/x86_64-mlnx_msn2100-r0/system_health_monitoring_config.json b/device/mellanox/x86_64-mlnx_msn2100-r0/system_health_monitoring_config.json index 98df66c27c..265e22a002 120000 --- a/device/mellanox/x86_64-mlnx_msn2100-r0/system_health_monitoring_config.json +++ b/device/mellanox/x86_64-mlnx_msn2100-r0/system_health_monitoring_config.json @@ -1 +1 @@ -../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json \ No newline at end of file +../x86_64-mlnx_msn2010-r0/system_health_monitoring_config.json \ No newline at end of file