Commit graph

551 commits

Author SHA1 Message Date
emanuele-f
9097333cf1 Always show IPv6 suffix in IPv6 host names 2017-05-04 21:28:11 +02:00
emanuele-f
1e4068b798 Fix some visualization problems 2017-05-04 20:07:52 +02:00
emanuele-f
1c38df48c9 Unify character encoding header code 2017-05-04 17:12:06 +02:00
emanuele-f
10be6c2190 Fix host alert configuration issues 2017-05-04 16:30:39 +02:00
Luca Deri
1c532234ce Reworked childSafe display 2017-05-01 23:15:57 +02:00
Luca Deri
73b3a3ded6 Added child safe information in host pools
Minor code rework
2017-05-01 15:53:23 +02:00
Emanuele Faranda
8b8974e56c Alerts improvements (#1204)
* Implement flow flood alert

* Remove alerts general settings

* Implement global threshold alerts for hosts, networks and interfaces

* Implement global anomaly alert configuration, lua side

* Make the global thresholds not bound to the interface

* Implement global anomaly alert configuration, C side

* Make the engaged alerts cache per interface to avoid conflics
2017-04-29 12:19:49 +02:00
emanuele-f
230d2f434c Show SNMP host information in pro version 2017-04-26 22:34:18 +02:00
Emanuele Faranda
1fbbe86e39 Prevent assigning a network to the multiple Host Pools (#1150)
* Prevent assigning a network to the multiple Host Pools

* Simplify host pool search interface

* Fix for MAC addresses bugs and add user notifications

* Fix issues caused by the use of non normalized network keys

* Changes a warning message
2017-04-14 12:17:16 +02:00
Luca Deri
fe1237027b Fixed bug that prevented localhost to be shown on loopback interface 2017-04-10 22:12:27 +02:00
emanuele-f
38c9ddbb34 Reset host blocked traffic flags on policy update 2017-04-10 12:28:36 +02:00
emanuele-f
97afda88b8 Visualize host blocking status 2017-04-10 12:10:29 +02:00
Luca Deri
fc53648a2b Implemented data anonymization #1068 2017-04-09 11:37:24 +02:00
Simone Mainardi
4d891dddbb Traffic labels standardization
fixes #1132
2017-04-07 17:36:27 +02:00
Luca Deri
a58caa297b Added DNS packets ratio 2017-04-06 09:15:09 +02:00
Simone Mainardi
4cade724ab Ability to Specify the Default SNMP Community for Hosts
Implements #1112
2017-04-04 17:10:22 +02:00
emanuele-f
a439d9c2bd Implement host TCP flags distribution 2017-04-04 16:51:35 +02:00
emanuele-f
e38fa8b7a1 Add tablesorter to host ICMP stats 2017-04-04 16:01:48 +02:00
Simone Mainardi
efa3176f00 Improves ICMP/ARP tables layout 2017-04-04 15:13:31 +02:00
emanuele-f
aa7bab5fee Add sent/received ARP stats for NetworkInterfaces and add a sent/recv pie chart for hosts 2017-04-04 13:24:04 +02:00
Luca Deri
7fd1035fa8 SNMP is disabled for non-local hosts 2017-04-01 09:33:56 +02:00
Luca Deri
b48ec0457f Various improvemements for flow analysis 2017-03-31 14:34:16 +02:00
Simone Mainardi
ee2bee7a73 Improves Flow Devices statistics 2017-03-30 18:53:21 +02:00
Luca Deri
1854b884a2 Improved ICMP stats, added last peer, made them available interface wide 2017-03-30 12:37:03 +02:00
Luca Deri
7ab4bab619 Minor cosmetic fixes 2017-03-29 20:51:24 +02:00
Luca Deri
437b83e78a Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2017-03-29 13:02:24 +02:00
Luca Deri
8d66bf1d30 Implemented ICMP detailed stats for local hosts 2017-03-29 13:02:08 +02:00
Simone Mainardi
8e519f5b45 Implements SNMP mac ports idx and trunk caching 2017-03-29 12:10:46 +02:00
Simone Mainardi
13613fc2da Implements Flow Devices statistics collection and storage
Flows sent via nProbe (proxy mode) carry information on the exporter
address (EXPORTER_IPV4_ADDRESS) and on the exporter interfaces
(INPUT_SNMP and OUTPUT_SNMP). This implementation attempts at saving
this information to allow comparisons with raw SNMP data.
2017-03-27 23:58:50 +02:00
emanuele-f
02051bbdbd Remove old host quota 2017-03-27 17:54:35 +02:00
Luca Deri
9a95fc9511 Implemented per nDPI-protocol time duration 2017-03-25 19:58:22 +01:00
emanuele-f
c546315c15 Disable host pool links for view interfaces 2017-03-23 17:54:58 +01:00
Simone Mainardi
c775d79b4e Unbinds SNMP Devices from Interfaces
Implements #1074
Implements #1065
2017-03-20 16:46:00 +01:00
Luca Deri
370406241f Improved NetBIOS name dissection 2017-03-19 23:43:05 +01:00
Josh Soref
78e78c018c Fixes spellings and typos
Thank goes to
Josh Soref <jsoref@users.noreply.github.com>
2017-03-06 17:54:48 +01:00
Luca Deri
e838c3ed49 Improved host to SNMP switch port bind 2017-03-03 16:41:43 +01:00
Luca Deri
315959c4ad Added VLAN title in case of tagged traffic 2017-02-25 09:49:43 +01:00
emanuele-f
ff1568a4ef Rename graph_zoom parameter still in use 2017-02-20 15:08:18 +01:00
emanuele-f
971e0e46af Allow empty strings again and fix #983 2017-02-15 12:05:24 +01:00
emanuele-f
7f48b1b4ad Fixes 2017-02-15 11:28:58 +01:00
emanuele-f
1e3e857829 Fix dump traffic link 2017-02-14 15:10:58 +01:00
emanuele-f
ad13905b89 Move host configuration to separate tab 2017-02-14 13:14:10 +01:00
emanuele-f
5995ab536a Unify alert configuration code and place settings under alert icon 2017-02-13 21:17:59 +01:00
Luca Deri
3175670ab1 Integrated MSDN support (work in progress) 2017-02-13 14:27:30 +01:00
emanuele-f
e88eda6168 Select host pool in host_details page 2017-02-13 10:13:00 +01:00
emanuele-f
4dc445584d Update modify policy link 2017-02-08 18:25:02 +01:00
Emanuele Faranda
afdfac1c9c Lua scripts parameters validation (#970)
* partial work

* Migrate 'mode' parameters

* Migrate alerts types

* Fix some interface ids

* Partial work

* Partial work

* End of work for _GET parameters

* Work in progress

* Add support for special parameters

* Preferences validation

* Fixes and improvements

* Enforce interger validation
2017-02-08 12:25:35 +01:00
emanuele-f
05d4956fbd Adds missing quotes to href attributes 2017-02-02 15:52:09 +01:00
emanuele-f
2f9a5f6c0c Fall back to MAC icon and alias when they are not provided for the IP 2017-02-01 16:15:12 +01:00
emanuele-f
6b1d5a00e0 Add Pool link in host page 2017-01-31 20:16:10 +01:00