blob: 580b9cdb2488ca5e1970a5a20d551ed33907d73c [file] [log] [blame]
Jayashree Dhanapala53be202022-06-24 18:11:29 +05301[
2 {
3 "Desc": {
4 "Name": "BMC_SENSOR_FAN_IOUT",
5 "SensorType": "current"
6 },
7
8 "Threshold": {
9 "CriticalHigh": 14.52
10 },
11
12 "Params": {
13 "ConstParam": [
14 {
15 "ParamName": "P1",
16 "Value": 0.665
17 }
18 ],
19
20 "DbusParam": [
21 {
22 "ParamName": "P2",
23 "Desc": {
24 "Name": "BMC_SENSOR_FAN_Voltage",
25 "SensorType": "voltage"
26 }
27 }
28 ]
29 },
30
31 "Expression": "P2 / P1"
32 },
33 {
34 "Desc": {
35 "Name": "BMC_SENSOR_NIC_IOUT",
36 "SensorType": "current"
37 },
38
39 "Threshold": {
40 "CriticalHigh": 6.6
41 },
42
43 "Params": {
44 "ConstParam": [
45 {
46 "ParamName": "P1",
47 "Value": 1.2
48 }
49 ],
50
51 "DbusParam": [
52 {
53 "ParamName": "P2",
54 "Desc": {
55 "Name": "BMC_SENSOR_NIC_Voltage",
56 "SensorType": "voltage"
57 }
58 }
59 ]
60 },
61
62 "Expression": "P2 / P1"
63 }
64]