2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Telemetry configuration",
|
|
|
|
|
"description": "System telemetry and stats options including GPU and network bandwidth monitoring.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"network_interfaces": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enabled network interfaces for bandwidth calculation",
|
|
|
|
|
"description": "List of network interface name prefixes to monitor for bandwidth statistics."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"stats": {
|
|
|
|
|
"label": "System Stats Configuration",
|
2026-01-24 17:54:56 +03:00
|
|
|
"description": "Options to enable/disable collection of various system and GPU statistics.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"amd_gpu_stats": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable AMD GPU stats",
|
|
|
|
|
"description": "Enable collection of AMD GPU statistics if an AMD GPU is present."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"intel_gpu_stats": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable Intel GPU stats",
|
|
|
|
|
"description": "Enable collection of Intel GPU statistics if an Intel GPU is present."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"network_bandwidth": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable network bandwidth for ffmpeg processes",
|
|
|
|
|
"description": "Enable per-process network bandwidth monitoring for camera ffmpeg processes and detectors (requires capabilities)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"intel_gpu_device": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Define the device to use when gathering SR-IOV stats",
|
|
|
|
|
"description": "Device identifier used when treating Intel GPUs as SR-IOV to fix GPU stats."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"version_check": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable latest version check",
|
|
|
|
|
"description": "Enable an outbound check to detect if a newer Frigate version is available."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|