Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
IPMB_CHANNELS:yosemitev2 = "\
|
||||
/dev/ipmb-1 \
|
||||
/dev/ipmb-3 \
|
||||
/dev/ipmb-5 \
|
||||
/dev/ipmb-7 \
|
||||
/dev/ipmb-13 \
|
||||
"
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"Desc": {
|
||||
"Name": "Virtual_CFM_Sensor",
|
||||
"SensorType": "airflow"
|
||||
},
|
||||
"Threshold": {
|
||||
"CriticalHigh": 40,
|
||||
"CriticalLow": 10,
|
||||
"WarningHigh": 30,
|
||||
"WarningLow": 15
|
||||
},
|
||||
"Params": {
|
||||
"ConstParam": [
|
||||
{
|
||||
"ParamName": "P1",
|
||||
"Value": 0.00565
|
||||
},
|
||||
{
|
||||
"ParamName": "P2",
|
||||
"Value": 3.7427
|
||||
}
|
||||
],
|
||||
"DbusParam": [
|
||||
{
|
||||
"ParamName": "P3",
|
||||
"Desc": {
|
||||
"Name": "SP_FAN0_TACH",
|
||||
"SensorType": "fan_tach"
|
||||
}
|
||||
},
|
||||
{
|
||||
"ParamName": "P4",
|
||||
"Desc": {
|
||||
"Name": "SP_FAN1_TACH",
|
||||
"SensorType": "fan_tach"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Expression": "(P3 * P1) + (P4 * P1) - P2"
|
||||
}
|
||||
]
|
||||
+1
@@ -0,0 +1 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
Reference in New Issue
Block a user