mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
28 lines
733 B
JSON
28 lines
733 B
JSON
{
|
|
"label": "Telemetry configuration.",
|
|
"properties": {
|
|
"network_interfaces": {
|
|
"label": "Enabled network interfaces for bandwidth calculation."
|
|
},
|
|
"stats": {
|
|
"label": "System Stats Configuration",
|
|
"properties": {
|
|
"amd_gpu_stats": {
|
|
"label": "Enable AMD GPU stats."
|
|
},
|
|
"intel_gpu_stats": {
|
|
"label": "Enable Intel GPU stats."
|
|
},
|
|
"network_bandwidth": {
|
|
"label": "Enable network bandwidth for ffmpeg processes."
|
|
},
|
|
"intel_gpu_device": {
|
|
"label": "Define the device to use when gathering SR-IOV stats."
|
|
}
|
|
}
|
|
},
|
|
"version_check": {
|
|
"label": "Enable latest version check."
|
|
}
|
|
}
|
|
} |