@cryptotaxi247 / netdata-1 / commits / be694ad41

Build network-viewer only on linux (#16910)

vkalintiris committed Feb 2, 2024 at 00:05 UTC be694ad4146d48a660c09e0d92f366a8ff727136
1 file changed +1
packaging/installer/functions.sh
+1
@@ -270,6 +270,7 @@ prepare_cmake_options() {
270 enable_feature PLUGIN_SLABINFO "${IS_LINUX}"
271 enable_feature PLUGIN_CGROUP_NETWORK "${IS_LINUX}"
272 enable_feature PLUGIN_LOCAL_LISTENERS "${IS_LINUX}"
273 + enable_feature PLUGIN_NETWORK_VIEWER "${IS_LINUX}"
274 enable_feature PLUGIN_EBPF "${ENABLE_EBPF:-0}"
275 enable_feature PLUGIN_LOGS_MANAGEMENT "${ENABLE_LOGS_MANAGEMENT:-0}"
276 enable_feature LOGS_MANAGEMENT_TESTS "${ENABLE_LOGS_MANAGEMENT_TESTS:-0}"