mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Adds interface TCP keepalive packets
This commit is contained in:
parent
993fcc2fc3
commit
49ddb55620
3 changed files with 8 additions and 0 deletions
|
|
@ -212,6 +212,12 @@ schema:addMetric("packets")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:tcp_keep_alive", {step=60, rrd_fname="tcp_keepalive"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("packets")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:tcp_syn", {step=60, rrd_fname="tcp_syn"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("packets")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue