mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Add sample custom query for host alerts. Fix host alerts format to handle empty fields.
This commit is contained in:
parent
96620bfe77
commit
7a314e9d69
7 changed files with 100 additions and 10 deletions
|
|
@ -319,6 +319,7 @@ local all_datatable_columns_def_by_tag = {
|
|||
class = { "no-wrap" },
|
||||
render_generic = "vlan_id",
|
||||
},
|
||||
['ip'] = build_datatable_column_def_ip('ip', "db_search.host"),
|
||||
['cli_ip'] = build_datatable_column_def_ip('cli_ip', "db_search.client"),
|
||||
['srv_ip'] = build_datatable_column_def_ip('srv_ip', "db_search.server"),
|
||||
['cli_port'] = build_datatable_column_def_port('cli_port', "db_search.cli_port"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue