mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add support for filtering host alerts on hostname. Filter on hostname rather than IP when hostname is available
This commit is contained in:
parent
d4c9e823d9
commit
7c77769f2a
7 changed files with 27 additions and 8 deletions
|
|
@ -1375,6 +1375,7 @@ local known_parameters = {
|
|||
["ip"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["cli_ip"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["srv_ip"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["name"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["cli_name"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["srv_name"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateServer))), -- An IPv4 or IPv6 address or an Hostname
|
||||
["cli_port"] = validateListOfTypeInline(validateFilters(validatePort)), --Client port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue