mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Parses and charts UDP socket drops from nProbe
This commit is contained in:
parent
e3ae0747c8
commit
24cf71a70d
7 changed files with 45 additions and 11 deletions
|
|
@ -38,6 +38,12 @@ schema:addMetric("drops")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:zmq_flow_coll_udp_drops", {step = 1, rrd_fname = "zmq_flow_udp_drops"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("drops")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:exported_flows", {step=1, rrd_fname="exported_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("num_flows")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue