mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
93b7d1db7b
commit
be198c2a99
20 changed files with 264 additions and 77 deletions
|
|
@ -11,11 +11,19 @@ local behavior_table = {
|
|||
page_path = "/lua/as_details.lua",
|
||||
timeseries_id = "asn",
|
||||
schema_id = "asn",
|
||||
page = "historical",
|
||||
},
|
||||
network = {
|
||||
page_path = "/lua/network_details.lua",
|
||||
timeseries_id = "network",
|
||||
schema_id = "subnet",
|
||||
page = "historical",
|
||||
},
|
||||
l7 = {
|
||||
page_path = "/lua/if_stats.lua",
|
||||
schema_id = "iface",
|
||||
page = "historical",
|
||||
type_of_behavior = "ndpi",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue