[VS] Add UDP port handler and implement numerous fixes.

This commit is contained in:
Nicolo Maio 2023-10-12 15:17:05 +02:00
parent bbf9b71add
commit 3d44707cc8
13 changed files with 670 additions and 332 deletions

View file

@ -604,6 +604,8 @@ local function loadAmScripts()
end
loaded_measurements['vulnerability_scan'] = { measurement = { i18n_label = "active_monitoring_stats.vulnerability_scan" }}
loaded_measurements['ports_changes_detected'] = { measurement = { i18n_label = "active_monitoring_stats.ports_changes_detected" }}
loaded_measurements['cve_changes_detected'] = { measurement = { i18n_label = "active_monitoring_stats.cve_changes_detected" }}
end
-- ##############################################