Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[device/celestica]: Update celestica dx010 sensor configuration #823

Merged
merged 2 commits into from Jul 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions device/celestica/x86_64-cel_seastone-r0/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,27 @@ chip "dps460-*"
ignore fan2
ignore fan3

chip "dx010_lm75b-*"
chip "dx010_lm75b-i2c-5-48"
label temp1 "CPU Board Temp"
set temp1_max 43
set temp1_max_hyst 28

chip "lm75b-*"
chip "dx010_lm75b-i2c-15-4e"
label temp1 "CPU Board Temp"
set temp1_max 43
set temp1_max_hyst 28

chip "dx010_lm75b-i2c-6-49"
label temp1 "Main Board Temp"
set temp1_max 43
set temp1_max_hyst 28

chip "dx010_lm75b-i2c-7-4a"
label temp1 "Main Board Temp"
set temp1_max 43
set temp1_max_hyst 28

chip "dx010_lm75b-i2c-14-48"
label temp1 "Main Board Temp"
set temp1_max 43
set temp1_max_hyst 28