mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-24 18:26:51 +03:00
* add a notice registry and System Health tab Problems Frigate detects on its own (ffmpeg crash loops, stuck detectors, failed model downloads, recordings deleted before their retention period) only ever existed as log lines. This adds a `NoticeRegistry` in the main process backed by two tables, an `update_notice` IPC topic so producers in other processes can reach it through the dispatcher, an admin-only API and websocket topic, and a Health tab that lists them. Kinds declare their own mode, severity, and category in one place: state notices are resolved by their producer, event notices are dismissed by the user. * treat a prerelease as behind its final release * fix notices clearing early * rename menu items and update docs * don't resolve the update notice on a failed version lookup
297 lines
12 KiB
JSON
297 lines
12 KiB
JSON
{
|
|
"documentTitle": {
|
|
"cameras": "Cameras Stats - Frigate",
|
|
"storage": "Storage Stats - Frigate",
|
|
"general": "General Stats - Frigate",
|
|
"enrichments": "Enrichments Stats - Frigate",
|
|
"logs": {
|
|
"frigate": "Frigate Logs - Frigate",
|
|
"go2rtc": "Go2RTC Logs - Frigate",
|
|
"nginx": "Nginx Logs - Frigate",
|
|
"websocket": "Messages Logs - Frigate"
|
|
},
|
|
"health": "Health - Frigate"
|
|
},
|
|
"title": "System",
|
|
"metrics": "System metrics",
|
|
"health": {
|
|
"title": "Health",
|
|
"notices": {
|
|
"title": "Notices",
|
|
"empty": "No notices",
|
|
"dismiss": "Dismiss",
|
|
"openSettings": "Open settings",
|
|
"openLink": "Open link",
|
|
"since": "Since {{time}}",
|
|
"sinceWithCount": "Since {{time}} · {{times}} times since {{firstSeen}}",
|
|
"firstSeen": "First seen {{time}} · {{times}} times",
|
|
"kinds": {
|
|
"ffmpeg_crash_loop": "ffmpeg has crashed {{restarts}} times in the last hour",
|
|
"detector_stuck": "Detector {{detector}} was restarted after it stopped responding",
|
|
"model_download_failed": "Downloading {{file}} failed: {{error}}",
|
|
"retention_unmet": "Recordings were deleted before their retention period to free space ({{cleared_mb}} of {{needed_mb}} MB needed)",
|
|
"update_available": "Frigate {{version}} is available"
|
|
}
|
|
}
|
|
},
|
|
"logs": {
|
|
"websocket": {
|
|
"label": "Messages",
|
|
"pause": "Pause",
|
|
"resume": "Resume",
|
|
"clear": "Clear",
|
|
"filter": {
|
|
"all": "All topics",
|
|
"topics": "Topics",
|
|
"events": "Events",
|
|
"reviews": "Reviews",
|
|
"classification": "Classification",
|
|
"face_recognition": "Face Recognition",
|
|
"lpr": "LPR",
|
|
"camera_activity": "Camera activity",
|
|
"system": "System",
|
|
"camera": "Camera",
|
|
"all_cameras": "All cameras",
|
|
"cameras_count_one": "{{count}} Camera",
|
|
"cameras_count_other": "{{count}} Cameras"
|
|
},
|
|
"empty": "No messages captured yet",
|
|
"count_one": "{{count}} message",
|
|
"count_other": "{{count}} messages",
|
|
"expanded": {
|
|
"payload": "Payload"
|
|
}
|
|
},
|
|
"download": {
|
|
"label": "Download Logs"
|
|
},
|
|
"copy": {
|
|
"label": "Copy to Clipboard",
|
|
"success": "Copied logs to clipboard",
|
|
"error": "Could not copy logs to clipboard"
|
|
},
|
|
"type": {
|
|
"label": "Type",
|
|
"timestamp": "Timestamp",
|
|
"tag": "Tag",
|
|
"message": "Message"
|
|
},
|
|
"tips": "Logs are streaming from the server",
|
|
"toast": {
|
|
"error": {
|
|
"fetchingLogsFailed": "Error fetching logs: {{errorMessage}}",
|
|
"whileStreamingLogs": "Error while streaming logs: {{errorMessage}}"
|
|
}
|
|
}
|
|
},
|
|
"general": {
|
|
"title": "General",
|
|
"detector": {
|
|
"title": "Detectors",
|
|
"inferenceSpeed": "Detector Inference Speed",
|
|
"temperature": "Detector Temperature",
|
|
"cpuUsage": "Detector CPU Usage",
|
|
"cpuUsageInformation": "CPU used in preparing input and output data to/from detection models. This value does not measure inference usage, even if using a GPU or accelerator.",
|
|
"memoryUsage": "Detector Memory Usage"
|
|
},
|
|
"hardwareInfo": {
|
|
"title": "Hardware Info",
|
|
"gpuUsage": "GPU Usage",
|
|
"gpuMemory": "GPU Memory",
|
|
"gpuEncoder": "GPU Encoder",
|
|
"gpuCompute": "GPU Compute / Encode",
|
|
"gpuDecoder": "GPU Decoder",
|
|
"gpuTemperature": "GPU Temperature",
|
|
"gpuInfo": {
|
|
"vainfoOutput": {
|
|
"title": "Vainfo Output",
|
|
"returnCode": "Return Code: {{code}}",
|
|
"processOutput": "Process Output:",
|
|
"processError": "Process Error:"
|
|
},
|
|
"nvidiaSMIOutput": {
|
|
"title": "Nvidia SMI Output",
|
|
"name": "Name: {{name}}",
|
|
"driver": "Driver: {{driver}}",
|
|
"cudaComputerCapability": "CUDA Compute Capability: {{cuda_compute}}",
|
|
"vbios": "VBios Info: {{vbios}}"
|
|
},
|
|
"closeInfo": {
|
|
"label": "Close GPU info"
|
|
},
|
|
"copyInfo": {
|
|
"label": "Copy GPU info"
|
|
},
|
|
"toast": {
|
|
"success": "Copied GPU info to clipboard"
|
|
}
|
|
},
|
|
"npuUsage": "NPU Usage",
|
|
"npuMemory": "NPU Memory",
|
|
"npuTemperature": "NPU Temperature"
|
|
},
|
|
"otherProcesses": {
|
|
"title": "Other Processes",
|
|
"processCpuUsage": "Process CPU Usage",
|
|
"processMemoryUsage": "Process Memory Usage",
|
|
"series": {
|
|
"go2rtc": "go2rtc",
|
|
"recording": "recording",
|
|
"review_segment": "review segment",
|
|
"embeddings": "embeddings",
|
|
"audio_detector": "audio detector"
|
|
}
|
|
}
|
|
},
|
|
"storage": {
|
|
"title": "Storage",
|
|
"overview": "Overview",
|
|
"recordings": {
|
|
"title": "Recordings",
|
|
"tips": "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk.",
|
|
"earliestRecording": "Earliest recording available:"
|
|
},
|
|
"shm": {
|
|
"title": "SHM (shared memory) allocation",
|
|
"warning": "The current SHM size of {{total}}MB is too small. Increase it to at least {{min_shm}}MB.",
|
|
"frameLifetime": {
|
|
"title": "Frame lifetime",
|
|
"description": "Each camera has {{frames}} frame slots in shared memory. At the fastest camera's frame rate, each frame is available for approximately {{lifetime}}s before being overwritten."
|
|
}
|
|
},
|
|
"cameraStorage": {
|
|
"title": "Camera Storage",
|
|
"camera": "Camera",
|
|
"unusedStorageInformation": "Unused Storage Information",
|
|
"storageUsed": "Storage",
|
|
"percentageOfTotalUsed": "Percentage of Total",
|
|
"bandwidth": "Bandwidth",
|
|
"unused": {
|
|
"title": "Unused",
|
|
"tips": "This value may not accurately represent the free space available to Frigate if you have other files stored on your drive beyond Frigate's recordings. Frigate does not track storage usage outside of its recordings."
|
|
},
|
|
"subStream": {
|
|
"information": "Sub Stream Storage Information",
|
|
"tips": "Cameras that record a sub stream show their Original and Low quality usage separately, using the same names as the quality options in recording playback. Low quality recordings stay on disk until their retention period expires, so this breakdown can still appear for a camera after sub stream recording has been turned off."
|
|
}
|
|
}
|
|
},
|
|
"cameras": {
|
|
"title": "Cameras",
|
|
"overview": "Overview",
|
|
"info": {
|
|
"aspectRatio": "aspect ratio",
|
|
"cameraProbeInfo": "{{camera}} Camera Probe Info",
|
|
"streamDataFromFFPROBE": "Stream data is obtained with <code>ffprobe</code>.",
|
|
"fetching": "Fetching Camera Data",
|
|
"stream": "Stream {{idx}}",
|
|
"video": "Video:",
|
|
"codec": "Codec:",
|
|
"resolution": "Resolution:",
|
|
"fps": "FPS:",
|
|
"unknown": "Unknown",
|
|
"audio": "Audio:",
|
|
"error": "Error: {{error}}",
|
|
"tips": {
|
|
"title": "Camera Probe Info"
|
|
},
|
|
"keyframes": {
|
|
"title": "Keyframe analysis",
|
|
"analyzing": "Analyzing keyframes... {{seconds}} seconds remaining",
|
|
"stillAnalyzing": "Still analyzing keyframes...",
|
|
"recordStream": "Record stream:",
|
|
"keyframeCount": "Keyframes observed:",
|
|
"observedDuration": "Observed duration:",
|
|
"gap": "Keyframe gap (min / avg / max):",
|
|
"segmentLength": "Recording segment length:",
|
|
"ok": "Keyframes every ~{{seconds}}s, good for recording and playback.",
|
|
"warningFixed": "Keyframes are evenly spaced but sparse (every ~{{seconds}}s). Recording still works, but live playback and seeking start more slowly. Set the camera's I-frame (keyframe) interval to match its frame rate.",
|
|
"warningVariable": "Keyframe spacing is inconsistent ({{minSeconds}}s to {{maxSeconds}}s), which usually means a smart codec (H.264+/H.265+) is enabled. This is not recommended.",
|
|
"errorFixed": "Keyframes every ~{{seconds}}s is longer than the recording segment length ({{segmentTime}}s), so some segments have no keyframe and will not play back. Shorten the camera's I-frame (keyframe) interval to match its frame rate.",
|
|
"errorVariable": "Keyframe gaps reach ~{{seconds}}s, longer than the recording segment length ({{segmentTime}}s). Some segments will have no keyframe, which breaks playback. Disable the smart/+ codec on the camera or shorten its keyframe interval.",
|
|
"unknown": "Couldn't determine keyframe spacing.",
|
|
"recordDisabled": "Recording is disabled for this camera."
|
|
}
|
|
},
|
|
"framesAndDetections": "Frames / Detections",
|
|
"noCameras": {
|
|
"title": "No Cameras Found"
|
|
},
|
|
"label": {
|
|
"camera": "camera",
|
|
"detect": "detect",
|
|
"skipped": "skipped",
|
|
"ffmpeg": "FFmpeg",
|
|
"capture": "capture",
|
|
"overallFramesPerSecond": "overall frames per second",
|
|
"overallDetectionsPerSecond": "overall detections per second",
|
|
"overallSkippedDetectionsPerSecond": "overall skipped detections per second",
|
|
"cameraFfmpeg": "{{camName}} FFmpeg",
|
|
"cameraCapture": "{{camName}} capture",
|
|
"cameraDetect": "{{camName}} detect",
|
|
"cameraGpu": "{{camName}} GPU",
|
|
"cameraFramesPerSecond": "{{camName}} frames per second",
|
|
"cameraDetectionsPerSecond": "{{camName}} detections per second",
|
|
"cameraSkippedDetectionsPerSecond": "{{camName}} skipped detections per second"
|
|
},
|
|
"connectionQuality": {
|
|
"title": "Connection Quality",
|
|
"excellent": "Excellent",
|
|
"fair": "Fair",
|
|
"poor": "Poor",
|
|
"unusable": "Unusable",
|
|
"fps": "FPS",
|
|
"expectedFps": "Expected FPS",
|
|
"reconnectsLastHour": "Reconnects (last hour)",
|
|
"stallsLastHour": "Stalls (last hour)"
|
|
},
|
|
"toast": {
|
|
"success": {
|
|
"copyToClipboard": "Copied probe data to clipboard."
|
|
},
|
|
"error": {
|
|
"unableToProbeCamera": "Unable to probe camera: {{errorMessage}}"
|
|
}
|
|
}
|
|
},
|
|
"lastRefreshed": "Last refreshed: ",
|
|
"stats": {
|
|
"ffmpegHighCpuUsage": "{{camera}} has high FFmpeg CPU usage ({{ffmpegAvg}}%)",
|
|
"detectHighCpuUsage": "{{camera}} has high detect CPU usage ({{detectAvg}}%)",
|
|
"healthy": "System is healthy",
|
|
"reindexingEmbeddings": "Reindexing embeddings ({{processed}}% complete)",
|
|
"cameraIsOffline": "{{camera}} is offline",
|
|
"detectIsSlow": "{{detect}} is slow ({{speed}} ms)",
|
|
"detectIsVerySlow": "{{detect}} is very slow ({{speed}} ms)",
|
|
"shmTooLow": "/dev/shm allocation ({{total}} MB) should be increased to at least {{min}} MB.",
|
|
"debugReplayActive": "Debug replay session is active"
|
|
},
|
|
"enrichments": {
|
|
"title": "Enrichments",
|
|
"infPerSecond": "Inferences Per Second",
|
|
"averageInf": "Average Inference Time",
|
|
"embeddings": {
|
|
"image_embedding": "Image Embedding",
|
|
"text_embedding": "Text Embedding",
|
|
"face_recognition": "Face Recognition",
|
|
"plate_recognition": "Plate Recognition",
|
|
"image_embedding_speed": "Image Embedding Speed",
|
|
"face_embedding_speed": "Face Embedding Speed",
|
|
"face_recognition_speed": "Face Recognition Speed",
|
|
"plate_recognition_speed": "Plate Recognition Speed",
|
|
"text_embedding_speed": "Text Embedding Speed",
|
|
"yolov9_plate_detection_speed": "YOLOv9 Plate Detection Speed",
|
|
"yolov9_plate_detection": "YOLOv9 Plate Detection",
|
|
"review_description": "Review Description",
|
|
"review_description_speed": "Review Description Speed",
|
|
"review_description_events_per_second": "Review Description",
|
|
"object_description": "Object Description",
|
|
"object_description_speed": "Object Description Speed",
|
|
"object_description_events_per_second": "Object Description",
|
|
"classification": "{{name}} Classification",
|
|
"classification_speed": "{{name}} Classification Speed",
|
|
"classification_events_per_second": "{{name}} Classification Events Per Second"
|
|
}
|
|
}
|
|
}
|