mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds nEdge netfilter stats rrds
This commit is contained in:
parent
6e545a427c
commit
c382fd4631
8 changed files with 74 additions and 1 deletions
|
|
@ -33,6 +33,12 @@ local top_rrds = {
|
|||
{rrd="tcp_rst.rrd", label=i18n("graphs.tcp_rst_packets"), nedge_exclude=1},
|
||||
}
|
||||
|
||||
if ntop.isnEdge() then
|
||||
top_rrds[#top_rrds + 1] = {rrd="num_nfq_drops.rrd", label=i18n("graphs.num_nfq_drops")}
|
||||
top_rrds[#top_rrds + 1] = {rrd="num_nfq_udrops.rrd", label=i18n("graphs.num_nfq_udrops")}
|
||||
top_rrds[#top_rrds + 1] = {rrd="num_nfq_total.rrd", label=i18n("graphs.num_nfq_total")}
|
||||
end
|
||||
|
||||
-- ########################################################
|
||||
|
||||
if(ntop.isPro()) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue