Commit graph

271 commits

Author SHA1 Message Date
Emanuele Faranda
eda7bd42b1 Traffic policing page i18n, are-you-sure integration and styling (#837)
* Traffic policing page internationalization, are-you-sure integration, styling

* are-you-sure utility functions

* move to shaping section
2016-11-30 15:03:29 +01:00
emanuele-f
82e4f337fa Hide blacklist panel 2016-11-29 10:48:55 +01:00
emanuele-f
d52dc77e36 Implement per-network protocol shaping 2016-11-27 01:50:31 +01:00
emanuele-f
d3eca30401 Fix inverted comparison 2016-11-23 13:07:06 +01:00
emanuele-f
322390648a Create/delete traffic shapers at runtime 2016-11-23 12:40:21 +01:00
emanuele-f
6caeeeec36 Fix error caused by netfilter interface being a bridge but without device_a/b fields 2016-11-23 10:52:34 +01:00
Luca Deri
7e46c02eb1 Fixed broken logic of interface packet drop reset 2016-11-21 10:12:12 +01:00
Simone Mainardi
0cfc8f8831 Removes debug line 2016-11-21 09:56:49 +01:00
Simone Mainardi
523382f5f9 Adds reset stats endpoint 2016-11-20 17:14:06 +01:00
Simone Mainardi
a5674d1595 Implements interface packet drop reset 2016-11-20 12:21:42 +01:00
Luca Deri
aef3c8ca29 Minor cosmetic change 2016-11-18 23:46:34 +01:00
emanuele-f
330ea6f017 Fix CSRF issues 2016-11-18 20:45:01 +01:00
emanuele-f
88ad118f47 Fix network policy delete 2016-11-18 18:39:03 +01:00
emanuele-f
57facc5529 Protect policing config with CSRF and limit to admin access 2016-11-18 17:22:20 +01:00
emanuele-f
d82a4cee6c Use redirects for a gracefully navigation 2016-11-18 17:08:29 +01:00
emanuele-f
375458b378 Traffic policing to multiple tabs 2016-11-18 16:36:39 +01:00
emanuele-f
3288476189 Filtering page, implement policy clone and improve layout 2016-11-18 14:55:23 +01:00
Luca
bbfcc42994 Reworked locales and menu 2016-11-17 19:38:41 +01:00
emanuele-f
c18a83da2e Delete shaping rules when a policy is deleted 2016-11-17 18:33:21 +01:00
emanuele-f
4856773179 Realod traffic policies when a new policy is created 2016-11-17 18:01:04 +01:00
emanuele-f
ef01d9a479 Fix filtered hosts not being updated on filter removal 2016-11-15 17:39:35 +01:00
emanuele-f
58f590eeff Improve bridge interface view 2016-11-15 11:55:51 +01:00
Luca Deri
65239694a9 Added ZMQ flow stats
Removed unused interface drops method
2016-11-10 21:10:56 +01:00
emanuele-f
9f14095124 Fix probe interface layout 2016-11-10 10:30:14 +01:00
emanuele-f
cf89cd07d1 Stacked top hosts, first implementation 2016-11-09 18:22:51 +01:00
emanuele-f
1e8ca3041e Integrate traffic report for enterprise edition 2016-11-08 17:10:44 +01:00
emanuele-f
f9ff74d559 Fix interface page layout issues 2016-11-04 19:30:40 +01:00
emanuele-f
170a01e67f Fix packet dumper layout 2016-11-04 12:48:12 +01:00
emanuele-f
dd1d943359 Unsaved preferences alert and save button show logic 2016-11-04 01:19:52 +01:00
emanuele-f
6f514e72bd Validate interface fields on client side 2016-11-02 16:20:35 +01:00
emanuele-f
50db46cfdf Make use of scaling factor 2016-10-27 22:21:58 +02:00
Luca Deri
bad871e15e Added periodic ZCCollector stats
Reduced footer polling
2016-10-21 19:58:23 +02:00
Simone Mainardi
88e1357294 Adds wrenches to tha alert configs 2016-10-09 15:40:57 +02:00
Simone Mainardi
460a564e2b Adds percentage of dropped flows during export
Implements #758
2016-09-29 19:41:31 +02:00
Simone Mainardi
c770d413e3 Adapts the Web UI to browse pcap dumps 2016-09-21 16:01:33 +02:00
Simone Mainardi
e255b5218b Implements the API for stateful interface alerts 2016-09-06 14:41:16 +02:00
Simone Mainardi
ca83eb48a7 Fixes ZMQ interface type
Fixes #710
2016-08-29 12:40:30 +02:00
Simone Mainardi
bca1e0a126 Implements MySQL flow export statistics 2016-08-29 09:41:55 +02:00
Simone Mainardi
e8707bcaa9 Implements counters for export dropped flows (wip)
ntopng optionally exports flows to MySQL or ES. This change
keeps track of possible drops (e.g., due to a slow mysql server)
and shows them to the user.
2016-08-26 19:27:46 +02:00
Luca
650ce6e202 Removed Batman (mesh network) support as does not seem to be very popular in the ntopng community 2016-08-17 15:57:40 +02:00
Luca Deri
a3d36634e3 Code cleanup 2016-08-10 15:53:39 +02:00
Luca
fdf1384081 Fixes after merge 2016-08-10 09:46:05 +02:00
Luca
bcadcf033f Removed view interface (work in progress will be reintroduced after cleanup) 2016-08-10 09:37:10 +02:00
Simone Mainardi
431b0d96ed Implements a function to obtain suppressed alerts redis keys 2016-08-09 19:17:42 +02:00
Simone Mainardi
1fd53f9c24 Converts network_load.lua response to standard (properly escaped) JSON 2016-08-08 19:31:51 +02:00
Simone Mainardi
85c5beb545 Implements alerts on a per-interface per-vlan basis
Interfaces were handled globally before this commit. Now
alerts can be configured per-interface. So for example alerts
for the same host 193.168.2.1 can be handled differently on multiple interfaces.

Old alerts configured should be automatically migrated thanks to script startup.lua

This commits also paves the way to introduce stateful alerts in the professional version
2016-07-27 22:10:17 +02:00
Luca Deri
5bc06b9875 Small cosmetic fix for ZMQ interfaces 2016-07-03 14:43:35 +02:00
Luca Deri
1f7022941c Fix for #622
Core cleanup
2016-06-22 13:53:04 +02:00
Luca Deri
1a154dc52f Per hosts alerts are not correctly initialized
Aded IPv6 label to top talkers to easily identify hosts with dual stack
2016-06-18 10:16:02 +02:00
Luca Deri
43c17964e5 Implemented non-L3 stats and improved tcp flow stats 2016-06-17 23:51:13 +02:00