From 816ebda30b3e579aa96cdead2a184cdd99b65734 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 14 Sep 2023 15:01:11 -0600 Subject: [PATCH] add note about network bandwidth permissions --- docs/docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 4442b3b57..5449e6234 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -639,6 +639,7 @@ telemetry: # Enable Intel GPU stats (default: shown below) intel_gpu_stats: True # Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below) + # NOTE: The container must either be privileged or have cap_net_admin, cap_net_raw capabilities enabled. network_bandwidth: False # Optional: Enable the latest version outbound check (default: shown below) # NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions