Adds nEdge netfilter stats rrds

This commit is contained in:
Simone Mainardi 2018-06-15 00:34:26 +02:00
parent 6e545a427c
commit c382fd4631
8 changed files with 74 additions and 1 deletions

View file

@ -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