frigate/web/public/locales/en/config/telemetry.json
2026-02-27 09:37:57 -06:00

33 lines
1.4 KiB
JSON

{
"label": "Telemetry configuration",
"description": "System telemetry and stats options including GPU and network bandwidth monitoring.",
"network_interfaces": {
"label": "Enabled network interfaces for bandwidth calculation",
"description": "List of network interface name prefixes to monitor for bandwidth statistics."
},
"stats": {
"label": "System Stats Configuration",
"description": "Options to enable/disable collection of various system and GPU statistics.",
"amd_gpu_stats": {
"label": "Enable AMD GPU stats",
"description": "Enable collection of AMD GPU statistics if an AMD GPU is present."
},
"intel_gpu_stats": {
"label": "Enable Intel GPU stats",
"description": "Enable collection of Intel GPU statistics if an Intel GPU is present."
},
"network_bandwidth": {
"label": "Enable network bandwidth for ffmpeg processes",
"description": "Enable per-process network bandwidth monitoring for camera ffmpeg processes and detectors (requires capabilities)."
},
"intel_gpu_device": {
"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."
}
},
"version_check": {
"label": "Enable latest version check",
"description": "Enable an outbound check to detect if a newer Frigate version is available."
}
}