-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhwmon.yml
141 lines (133 loc) · 3.97 KB
/
hwmon.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
sensors:
- description: "Asic Temp Sensor"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: temp1
type: temp
- description: "Main Board Ambient Sensor"
driver_path: "/sys/class/hwmon/hwmon5"
driver_hwmon: temp1
type: temp
- description: "Port Ambient Sensor"
driver_path: "/sys/class/hwmon/hwmon4"
driver_hwmon: temp1
type: temp
- description: "CPU Core Sensor 1"
driver_path: "/sys/class/hwmon/hwmon3"
driver_hwmon: temp3
type: temp
- description: "CPU Core Sensor 0"
driver_path: "/sys/class/hwmon/hwmon3"
driver_hwmon: temp2
type: temp
- description: "CPU Package Sensor"
driver_path: "/sys/class/hwmon/hwmon3"
driver_hwmon: temp1
type: temp
- description: "PSU2 Temp Sensor"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: temp1
type: temp
- description: "PSU2 Input Current"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: curr1
type: current
- description: "PSU2 Output Current"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: curr2
type: current
- description: "PSU2 Input voltage"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: in1
type: voltage
prefix: "cumulus_voltage_psu"
- description: "PSU2 Output voltage"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: in3
type: voltage
- description: "PSU2 Fan"
driver_path: "/sys/class/hwmon/hwmon7"
driver_hwmon: fan1
type: fan
- description: "PSU2 Present"
driver_path: "/sys/bus/i2c/devices/0-0060/psu_pwr2_present"
type: raw
- descirption: "PSU2 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/psu_pwr2_all_ok"
type: raw
- description: "PSU1 Temp Sensor"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: temp1
type: temp
- description: "PSU1 Input Current"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: curr1
type: current
- description: "PSU1 Output Current"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: curr2
type: current
- description: "PSU1 Input voltage"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: in1
type: voltage
- description: "PSU1 Output voltage"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: in3
type: voltage
- description: "PSU1 Fan"
driver_path: "/sys/class/hwmon/hwmon6"
driver_hwmon: fan1
type: fan
- description: "PSU1 Present"
driver_path: "/sys/bus/i2c/devices/0-0060/psu_pwr1_present"
type: raw
prefix: "cumulus_psu_present"
- description: "PSU1 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/psu_pwr1_all_ok"
type: raw
prefix: "cumulus_psu_ok"
- description: "Fan Tray 4 - Fan 1"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan1
type: fan
- description: "Fan Tray 4 - Fan 2"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan2
type: fan
- description: "Fan Tray 4 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/fan4_ok"
type: raw
- description: "Fan Tray 3 - Fan 3"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan3
type: fan
- description: "Fan Tray 3 - Fan 4"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan4
type: fan
- description: "Fan Tray 3 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/fan3_ok"
type: raw
- description: "Fan Tray 2 - Fan 5"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan5
type: fan
- description: "Fan Tray 2 - Fan 6"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan6
type: fan
- description: "Fan Tray 2 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/fan2_ok"
type: raw
- description: "Fan Tray 1 - Fan 7"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan7
type: fan
- description: "Fan Tray 1 - Fan 8"
driver_path: "/sys/class/hwmon/hwmon8"
driver_hwmon: fan8
type: fan
- description: "Fan Tray 1 OK"
driver_path: "/sys/bus/i2c/devices/0-0060/fan1_ok"
type: raw