Skip to content

Commit

Permalink
MSN2100 and MSN2010 platforms are not supporting PSU temperature samp…
Browse files Browse the repository at this point in the history
…ling, ignore temperature check by default for these platforms (#5047)

Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
  • Loading branch information
shlomibitton committed Aug 4, 2020
1 parent 3b89e5d commit 70bf653
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 70bf653

Please sign in to comment.