mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement TCP flags timeseries for network interfaces
This commit is contained in:
parent
fb7b9d0366
commit
4dffa882ef
6 changed files with 23 additions and 0 deletions
|
|
@ -572,6 +572,10 @@ function printStatsTimeseries()
|
|||
"On", "1", "success", "Off", "0", "danger", "toggle_pools_rrds", "ntopng.prefs.host_pools_rrd_creation", "0")
|
||||
end
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_tcp_flags_rrds"].title, subpage_active.entries["toggle_tcp_flags_rrds"].description.."<br>",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_tcp_flags_rrds",
|
||||
"ntopng.prefs.tcp_flags_rrd_creation", "0")
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_asn_rrds"].title, subpage_active.entries["toggle_asn_rrds"].description.."<br>",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_asn_rrds",
|
||||
"ntopng.prefs.asn_rrd_creation", "0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue