167 lines
2.8 KiB
JSON
167 lines
2.8 KiB
JSON
{
|
|
"ipmi_host": "192.168.5.191",
|
|
"ipmi_username": "root",
|
|
"ipmi_password": "calvin",
|
|
"ipmi_port": 623,
|
|
"http_sensor_enabled": true,
|
|
"http_sensor_url": "http://192.168.5.200:8888",
|
|
"http_sensor_timeout": 10,
|
|
"enabled": true,
|
|
"poll_interval": 10,
|
|
"fan_update_interval": 10,
|
|
"min_speed": 10,
|
|
"max_speed": 100,
|
|
"panic_temp": 85,
|
|
"panic_speed": 100,
|
|
"panic_on_no_data": true,
|
|
"no_data_timeout": 60,
|
|
"primary_sensor": "cpu",
|
|
"sensor_preference": "auto",
|
|
"fans": {},
|
|
"fan_groups": {
|
|
"1 & 2": {
|
|
"fan_ids": [
|
|
"0x00",
|
|
"0x01"
|
|
]
|
|
}
|
|
},
|
|
"active_curve": "Balanced",
|
|
"fan_curves": {
|
|
"Balanced": {
|
|
"points": [
|
|
{
|
|
"temp": 30,
|
|
"speed": 10
|
|
},
|
|
{
|
|
"temp": 35,
|
|
"speed": 12
|
|
},
|
|
{
|
|
"temp": 40,
|
|
"speed": 15
|
|
},
|
|
{
|
|
"temp": 45,
|
|
"speed": 20
|
|
},
|
|
{
|
|
"temp": 50,
|
|
"speed": 30
|
|
},
|
|
{
|
|
"temp": 55,
|
|
"speed": 40
|
|
},
|
|
{
|
|
"temp": 60,
|
|
"speed": 55
|
|
},
|
|
{
|
|
"temp": 65,
|
|
"speed": 70
|
|
},
|
|
{
|
|
"temp": 70,
|
|
"speed": 85
|
|
},
|
|
{
|
|
"temp": 75,
|
|
"speed": 95
|
|
},
|
|
{
|
|
"temp": 80,
|
|
"speed": 100
|
|
}
|
|
],
|
|
"sensor_source": "cpu",
|
|
"applies_to": "all"
|
|
},
|
|
"Silent": {
|
|
"points": [
|
|
{
|
|
"temp": 30,
|
|
"speed": 5
|
|
},
|
|
{
|
|
"temp": 40,
|
|
"speed": 10
|
|
},
|
|
{
|
|
"temp": 50,
|
|
"speed": 15
|
|
},
|
|
{
|
|
"temp": 55,
|
|
"speed": 25
|
|
},
|
|
{
|
|
"temp": 60,
|
|
"speed": 35
|
|
},
|
|
{
|
|
"temp": 65,
|
|
"speed": 50
|
|
},
|
|
{
|
|
"temp": 70,
|
|
"speed": 70
|
|
},
|
|
{
|
|
"temp": 75,
|
|
"speed": 85
|
|
},
|
|
{
|
|
"temp": 80,
|
|
"speed": 100
|
|
}
|
|
],
|
|
"sensor_source": "cpu",
|
|
"applies_to": "all"
|
|
},
|
|
"Performance": {
|
|
"points": [
|
|
{
|
|
"temp": 30,
|
|
"speed": 20
|
|
},
|
|
{
|
|
"temp": 35,
|
|
"speed": 25
|
|
},
|
|
{
|
|
"temp": 40,
|
|
"speed": 35
|
|
},
|
|
{
|
|
"temp": 45,
|
|
"speed": 45
|
|
},
|
|
{
|
|
"temp": 50,
|
|
"speed": 55
|
|
},
|
|
{
|
|
"temp": 55,
|
|
"speed": 70
|
|
},
|
|
{
|
|
"temp": 60,
|
|
"speed": 85
|
|
},
|
|
{
|
|
"temp": 65,
|
|
"speed": 95
|
|
},
|
|
{
|
|
"temp": 70,
|
|
"speed": 100
|
|
}
|
|
],
|
|
"sensor_source": "cpu",
|
|
"applies_to": "all"
|
|
}
|
|
},
|
|
"theme": "dark"
|
|
} |