ipmi-fan-control/data/config.json

45 lines
702 B
JSON

{
"ipmi_host": "192.168.5.191",
"ipmi_username": "root",
"ipmi_password": "calvin",
"ipmi_port": 623,
"ssh_enabled": false,
"ssh_host": null,
"ssh_username": null,
"ssh_password": null,
"ssh_use_key": false,
"ssh_key_file": null,
"ssh_port": 22,
"enabled": true,
"interval": 10,
"min_speed": 10,
"max_speed": 100,
"fan_curve": [
{
"temp": 30,
"speed": 15
},
{
"temp": 40,
"speed": 25
},
{
"temp": 50,
"speed": 40
},
{
"temp": 60,
"speed": 60
},
{
"temp": 70,
"speed": 80
},
{
"temp": 80,
"speed": 100
}
],
"panic_temp": 85,
"panic_speed": 100
}