Updated pcap page

This commit is contained in:
Matteo Biscosi 2025-05-09 16:35:39 +02:00
parent 6cdfca5eca
commit 11ea46db7e
15 changed files with 268 additions and 66 deletions

View file

@ -236,7 +236,6 @@ end
-- ##############################################
function hasClickHouseSupport()
local has_dump_pcap_to_ch_enabled = (ntop.getPref("ntopng.prefs.dump_pcap_to_clickhouse") == '1')
if not ntop.isClickHouseEnabled() then
return false
end