|
| 1 | +# This is lm-sensors configuration file for Netberg Aurora 420 switch. |
| 2 | +# |
| 3 | +# Label names are taken from "Specification of Hardware Monitoring |
| 4 | +# Driver for Open Network Linux" guide (filename: HW_monitoring_ONL.pdf). |
| 5 | +# |
| 6 | +# Assume following hardware monitoring modules loaded: |
| 7 | +# |
| 8 | +# hardware_monitor - implements HURACAN (w83795adg based) sensor, |
| 9 | +# fan control, watchdog and SFP control. |
| 10 | +# jc42 - DIMM temperature sensor (?) |
| 11 | +# coretemp - Processor cores temperature sensor |
| 12 | +# |
| 13 | + |
| 14 | +bus "i2c-1" "SMBus iSMT adapter at dff38000" |
| 15 | +bus "i2c-0" "SMBus I801 adapter at f000" |
| 16 | + |
| 17 | +chip "jc42-i2c-0-*" |
| 18 | + label temp1 "DIMM Temp" |
| 19 | + set temp1_max 50 |
| 20 | + set temp1_crit 85 |
| 21 | + |
| 22 | +chip "HURACAN-i2c-0-2f" |
| 23 | + # 6.1.2. For Aurora 420 platform, p.31 |
| 24 | + label in1 "ROV" |
| 25 | + label in4 "1V" |
| 26 | + label in5 "1.8V" |
| 27 | + label in7 "1.25V" |
| 28 | + |
| 29 | + # 2.1. Temperature, p.7 |
| 30 | + label temp1 "After MAC" |
| 31 | + label temp2 "Before MAC" |
| 32 | + # MAC Temp is set by application |
| 33 | + label temp10 "MAC" |
| 34 | + |
| 35 | +chip "HURACAN-i2c-1-70" |
| 36 | + # 2.3.4. VOUT, p.11 |
| 37 | + label in12 "PSU1_VOUT" |
| 38 | + label in22 "PSU2_VOUT" |
| 39 | + |
| 40 | + # 2.3.5. IOUT, p.11 |
| 41 | + label curr12 "PSU1_IOUT" |
| 42 | + label curr22 "PSU2_IOUT" |
| 43 | + |
| 44 | + # 2.3.9. PIN, p.12 |
| 45 | + label power11 "PSU1_PIN" |
| 46 | + label power21 "PSU2_PIN" |
| 47 | + |
| 48 | + # 2.3.8. POUT, p.12 |
| 49 | + label power12 "PSU1_POUT" |
| 50 | + label power22 "PSU2_POUT" |
| 51 | + |
| 52 | + # 2.3.6. TEMPERATURE, p.11 |
| 53 | + label temp11 "PSU1_TEMP1" |
| 54 | + label temp12 "PSU1_TEMP2" |
| 55 | + label temp21 "PSU2_TEMP1" |
| 56 | + label temp22 "PSU2_TEMP2" |
| 57 | + |
| 58 | + # 2.3.7. FAN SPEED, p.11 |
| 59 | + label fan11 "PSU1_FAN" |
| 60 | + label fan21 "PSU2_FAN" |
0 commit comments