-- -- (C) 2013-16 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path if(ntop.isPro()) then package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path require "snmp_utils" end require "lua_utils" require "graph_utils" require "alert_utils" local network = _GET["network"] local page = _GET["page"] interface.select(ifname) ifstats = interface.getStats() ifId = ifstats.id local network_name = ntop.getNetworkNameById(tonumber(network)) local network_vlan = tonumber(_GET["vlan"]) if network_vlan == nil then network_vlan = 0 end sendHTTPHeader('text/html; charset=iso-8859-1') ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc") dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua") if(network == nil) then print("
| Network Flow Alert Threshold | \n") print [[]]
print[[
Max number of new flows/sec over which the network is considered to be flooding (Experimental). Default: 25. ]] print[[ |
|---|---|
| Network SYN Alert Threshold | \n") print [[]]
print[[
Max number of sent TCP SYN packets/sec over which the network is considered to be flooding (Experimental). Default: 10. ]] print[[ |
| Network Flows Threshold | \n") print [[]]
print[[
Max number of flows over which the network is considered to be flooding (Experimental). Default: 32768. ]] print[[ |
| Network Alerts | ') print(' | ') print [[