mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
[VS] Add UDP port handler and implement numerous fixes.
This commit is contained in:
parent
bbf9b71add
commit
3d44707cc8
13 changed files with 670 additions and 332 deletions
|
|
@ -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
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue