Commit graph

76 commits

Author SHA1 Message Date
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
Luca Deri
ceca189c8e Implemented per interface TCP stats 2016-06-14 14:31:58 +02:00
Simone Mainardi
58bc707cd1 Minor fix for interface alerts 2016-06-06 21:45:25 +02:00
Luca Deri
08af4fe7d0 Simplified interface switch from the GUI that is now done in one single step 2016-06-02 11:58:01 +02:00
Simone Mainardi
e061d14ced Adds Chart column to the local networks stats 2016-05-27 15:11:19 +02:00
Luca Deri
5aa06597b3 Replaced "Too Early" with "Unknown" for nDPI on ZMQ
Minor cosmetic fixes on the interface stats page
2016-05-06 23:40:20 +02:00
Luca
2fb0e863fe Fixed inter-arrival time in flows
Updated (C)
2016-04-19 11:06:39 +02:00
Simone Mainardi
7b1e38cc6e Checks whether local packet dump is enabled via Lua
Fixes #487
2016-04-12 18:26:32 +02:00
Simone Mainardi
834c551b20 Handles user-overridden interface speeds in if_stats
Fixes #473
2016-04-12 13:02:46 +02:00
Simone Mainardi
bb52aa747c Prevents dump buttons from being shown for non-packets interfaces or when nBox integration is enabled
Traffic dump buttons are not shown for non-packet interfaces
as well as when the nbox integration is enabled.
2016-04-11 14:34:21 +02:00
Luca Deri
8b150132d2 Added interface TCP stats 2016-04-11 00:02:37 +02:00
Luca Deri
744c0e88c0 Traffic shaping protocols/flows are not immediately refreshed 2016-03-18 19:48:00 +01:00
Simone Mainardi
1eac3c5ac4 Passes interfaces by id on packet dump management 2016-03-18 16:19:05 +01:00
Luca Deri
7565daf699 Removed old ifName para,eter 2016-03-17 19:04:05 +01:00
Simone Mainardi
03b2c36e71 Merge remote-tracking branch 'upstream/dev' into dev 2016-03-16 19:54:49 +01:00
Simone Mainardi
d89cde0409 Handles interface alerts with ids
The Interface Alerts toggle button was not working. This
commit fixes this bug as well.
2016-03-16 19:53:13 +01:00
Luca Deri
07c839489e Various ZMQ enhancementent
Set the icon size of some external links to the correct size
2016-03-15 19:51:38 +01:00
Luca Deri
263f3123e2 Improved ZMQ handling by adding encryption and compression support 2016-03-15 17:08:23 +01:00
Simone Mainardi
97c45aef96 Handles netowrk interfaces with integer ids
To prevent possible issues with special characters like /,
interface have been handled in the web UI via integer ids
2016-03-10 17:45:27 +01:00
Luca Deri
4628b7b0b2 Menu fixes 2016-03-09 15:56:34 +01:00
Luca Deri
2d8337496d Fix for #316 (latest nProbe dev is required) 2016-02-27 19:29:20 +01:00
Simone Mainardi
22ffcda854 Removes a dummy table print 2016-02-07 17:35:32 +01:00
Simone Mainardi
ebe834ea15 Adds policy setup for custom netowrks in bridge mode (implements #372)
Traffic policies can now be setup for custom networks and not only
local networks.

Sanity checks on network CIDR and VLAN numbers have been introduced.

A minor bug that prevented per-host traffic policies to be populated has been fixed as well.
2016-02-07 17:27:42 +01:00
Luca Deri
8711deacfc Merged e3fd639e1f 2016-01-29 09:39:44 +01:00
Simone Mainardi
36bcfa16a1 Notifies nagios for non-configured alerts 2016-01-06 16:34:53 +01:00
Simone Mainardi
77c7c5ee96 Fixes false positive XSS detection (#312)
The following error has been fixed:
29/Dec/2015 16:48:43 [Utils.cpp:695] WARNING: Found possible XSS attempt: type [type]
29/Dec/2015 16:48:43 [Utils.cpp:695] WARNING: Found possible XSS attempt: type [type]
2015-12-30 14:47:07 +01:00
Luca
11f8c934d0 Reworked hosts listing in order to avoid/limit out-of-memory issues
Implemented aggregation of hosts and flows when using views
2015-12-27 18:55:50 +01:00
Simone Mainardi
8b01d5b2c3 Adds nagios alert deactivation notifications
Nagios services are notified when ntopng
alerts are deactivated
2015-12-20 16:19:15 +01:00
Simone Mainardi
d0b580f934 Adds Re-Arm Time for Alerts
A re-arm period is added to alarms so that
back-to-back alarms can be silenced.
2015-12-18 19:59:03 +01:00
Simone Mainardi
bf67cc7f51 Adds required lua dependency, fixes #320 2015-12-15 09:33:14 +01:00
Luca Deri
8507c1e2ed Minor profile change 2015-11-27 23:26:07 +01:00
Simone Mainardi
83574e1a9d Escapes possible spaces and special charaters from profile names to create RRDS 2015-11-09 20:14:34 +01:00
Luca Deri
4a5948ff27 Added tab pane for traffic profiles 2015-11-07 18:28:05 +01:00
Luca Deri
28e32c72c9 Fixed dumping to tap interfaces 2015-11-07 16:22:01 +01:00
Luca
86b793d006 Harvested interface view code and replaced with simpler one 2015-11-07 10:47:29 +01:00
Luca Deri
598f128200 Implemented traffic profiles (pro) 2015-10-19 00:48:55 +02:00
Luca Deri
cfbf3f2ac6 Removed duplicated interfaces (issue #236)
Initial work towards traffic profiles support
2015-10-17 19:14:16 +02:00
Luca Deri
826f53bcd8 Added view icon on the menubar when an interface view is used 2015-10-14 22:43:18 +02:00
Luca Deri
54ceed49e8 Removed invalid warning when parsing flows received via ZMQ in case they contain MAC addresses
Minor interface stats fix
2015-10-08 23:42:43 +02:00
Luca
06fb5c98d6 Minor estetic change 2015-09-23 18:22:08 +02:00
Luca Deri
c884b96566 Improved network statistics for bridged interfaces 2015-09-18 23:19:04 +02:00
Luca
19584df224 Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
Luca Deri
4dd80d4778 Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
Luca Deri
a58c64aa29 Replaced label with icon in the menubar 2015-09-15 09:56:59 +02:00
Luca Deri
a820699db1 Replaced historical label with icon
Reworked history on networks
2015-09-15 09:54:21 +02:00
Luca Deri
9d3e29ff74 Added information about traffic shapers in case you use ntopng inline
When using packet bridges, the local interface networks are now added to ntopng configuration
2015-09-14 00:19:57 +02:00