~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/SuperMicro/X7SBU.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example configuration for the SuperMicro X7SBU. Contributed by Joe Ogulin.
 
2
 
 
3
# Monitoring hardware on this board: Winbond W83793G on ICH9 SMBus (driver
 
4
# w83793) and integrated sensors in the CPU (driver coretemp). A few voltages
 
5
# also available from the Winbond W83627HF Super-I/O chip.
 
6
 
 
7
 
 
8
# settings for the supermicro X7SBU
 
9
#
 
10
chip "w83793-*"
 
11
 
 
12
# 0x10, CPU Core
 
13
    label in0 "CPU Core"
 
14
# 0x11, unconnected according to support, 1.5V in BIOS ?
 
15
    label in1 "+1.25V"
 
16
    set in1_min 1.25*0.95
 
17
    set in1_max 1.25*1.05
 
18
# 0x12, unconnected according to support, VTT=1.2V in BIOS ?
 
19
    label in2 "VTT"
 
20
# 0x14, -12V
 
21
    label in3 "-12V"
 
22
#    From Supermicro support information...
 
23
#    compute in3 (((@/8)*18500)/256)-16, (((@+16)*256)/18500)*8
 
24
#    ... but this from Jean Delvare works better in pratice
 
25
    compute in3 (@ * 5.14) - 14.91, (@ + 14.91) / 5.14
 
26
    set in3_min -12*1.05
 
27
    set in3_max -12*0.95
 
28
# 0x15, DIMM
 
29
    label in4 "DIMM"
 
30
# 0x16, +3.3V
 
31
    label in5 "+3.3V"
 
32
    set in5_min 3.3*0.95
 
33
    set in5_max 3.3*1.05
 
34
# 0x17, +12V
 
35
    label in6 "+12V"
 
36
    compute in6 @*12,@/12
 
37
    set in6_min 12*0.95
 
38
    set in6_max 12*1.05
 
39
# Ox18, +5V
 
40
    label in7 "+5V"
 
41
    compute in7 @-0.15,@+0.15
 
42
    set in7_min 5*0.95
 
43
    set in7_max 5*1.05
 
44
# 0x19, 5VSB
 
45
    label in8 "5VSB"
 
46
    compute in8 @-0.15,@+0.15
 
47
    set in8_min 5*0.95
 
48
    set in8_max 5*1.05
 
49
# 0x1a, Battery Voltage
 
50
    label in9 "VBAT"
 
51
 
 
52
    label temp1 "CPU Temp"
 
53
    ignore temp2
 
54
    ignore temp3
 
55
    ignore temp4
 
56
    label temp5 "Sys Temp"
 
57
    ignore temp6
 
58
 
 
59
# 3 connected
 
60
# note that these fan labels are for a 1U rackmount and are given their
 
61
# positions based on where they are when you look at it from the front
 
62
# towards the back
 
63
#
 
64
# relabel them as necessary to however you have them set up
 
65
    label fan1 "Right Fan"
 
66
    label fan2 "Mid-right Fan"
 
67
    label fan3 "Middle Fan"
 
68
    ignore fan4
 
69
    ignore fan5
 
70
    ignore fan6
 
71
    ignore fan7
 
72
    ignore fan8
 
73
    ignore fan9
 
74
    ignore fan10
 
75
    ignore fan12
 
76
    ignore fan12
 
77
    # Override CPU temperature threshold
 
78
    set temp1_max       80
 
79
    set temp1_max_hyst  70
 
80
 
 
81
    set temp5_max       60
 
82
    set temp5_max_hyst  55
 
83
 
 
84
# NOTE: nearly everything on this chip is not used you can turn on alarms, if
 
85
# you have the appropriate setup for it and want to have chassis intrusion
 
86
# detection turned on
 
87
 
 
88
chip "w83627hf-*"
 
89
 
 
90
    ignore in0
 
91
    ignore in1
 
92
    ignore in2
 
93
    label in3 "+5.0V"
 
94
    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
 
95
    set in3_min 5*0.95
 
96
    set in3_max 5*1.05
 
97
    ignore in4
 
98
    ignore in5
 
99
    ignore in6
 
100
    ignore in7
 
101
    ignore in8
 
102
    ignore fan1
 
103
    ignore fan2
 
104
    ignore fan3
 
105
    ignore alarms
 
106
    ignore temp1
 
107
    ignore temp2
 
108
    ignore temp3