mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add alert category column and filter to alerts
This commit is contained in:
parent
68046aafa8
commit
fcdfaa04b0
8 changed files with 62 additions and 4 deletions
|
|
@ -1836,6 +1836,7 @@ local known_parameters = {
|
|||
["delete_profile"] = http_lint.validateTrafficProfile, -- A Traffic Profile to delete
|
||||
["delete_vlan"] = validateSingleWord, -- A Traffic Profile to delete
|
||||
["alert_id"] = validateListOfTypeInline(validateFilters(validateNumber)), -- An alert type enum
|
||||
["alert_category"] = validateListOfTypeInline(validateFilters(validateNumber)), -- An alert category enum
|
||||
["alert_l7_proto"] = validateNumber, -- An alert l7 protocol
|
||||
["alert_subtype"] = validateSingleWord, -- An alert subtype string
|
||||
["alert_severity"] = validateNumber, -- An alert severity enum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue