Commit graph

911 commits

Author SHA1 Message Date
emanuele-f
a4a7f0d12f Restructure code to use the upcoming alerts cache 2017-04-22 15:20:43 +02:00
emanuele-f
5892319880 Update in-memory hosts alert configuration when the configuration changes
Also fixes invalid redis key used to check host alerts trigger
2017-04-20 19:09:52 +02:00
Simone Mainardi
9fb24219e4 Passes host detected anomalies to lua 2017-04-20 18:50:05 +02:00
emanuele-f
0a1a6c0a2b Remove alert rearming logic 2017-04-20 12:08:13 +02:00
Simone Mainardi
a43636bdb0 Fixes AS stats in the GUI 2017-04-20 11:56:33 +02:00
emanuele-f
a51a57283d flows_stats localization 2017-04-20 00:18:32 +02:00
Simone Mainardi
5014669d12 Implements Autonomous Systems hash table 2017-04-19 23:19:16 +02:00
emanuele-f
d31b5da32a Complete historical explorer localization 2017-04-19 18:09:41 +02:00
Luca
33f81e1f68 Small code rework in callback utils 2017-04-19 08:59:08 +02:00
emanuele-f
a10d6c4f7d Fix login issue with special characters.
The special characters were URL encoded during HTTP request and saved in URL encoded form.
The login used the unencoded password instead, and this resulted in a password hash mismatch which prevented user login.

Now the password hash is calculated on the unencoded password.
2017-04-14 18:20:36 +02:00
emanuele-f
12e6db4efb Fixes various community version bugs
- Top ports page
- Top ASNs page
- Top flow senders page
- ASN graphs
- Hosts comparison sankey, port filtering
- Blank preferences screen
- Host pools add/remove members errors
2017-04-14 16:38:19 +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
emanuele-f
2657357ab8 Improve quota settings layout 2017-04-13 19:54:30 +02:00
emanuele-f
eca26495d1 Implement ipv4 vs ipv6 packets breakdown for network interfaces 2017-04-13 11:40:06 +02:00
emanuele-f
eb7fae8c4c Visualize flow quota status information 2017-04-10 11:07:07 +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
emanuele-f
865ef16183 Partial historical explorer localization 2017-04-05 23:16:43 +02:00
Simone Mainardi
310433275b Fixes traffic rates/volumes labels 2017-04-05 23:10:32 +02:00
emanuele-f
6108718dcf Fixes #1129 2017-04-05 19:39:17 +02:00
Simone Mainardi
4aa4212630 Implement OOO/Retransmissions Stats
Implements #1072

Additional implementations:
- l7 statistics for networks

Additional fixes and improvements:
- local networks traffic statistics were saved twice
- 5min.lua was not properly coded to keep into account user
preferences
_ 5min.lua has been simplified

TODO:
- ooo / retransmissions / lost counters should be accounted in the C engine or
serialized to disk as idle hosts may determine a decrease in the
aforementioned counters.
2017-04-05 19:34:58 +02:00
emanuele-f
7ff33f2e64 Localize report page 2017-04-05 19:24:39 +02:00
emanuele-f
f0acc453a8 Fixes #1128 2017-04-05 18:09:32 +02:00
emanuele-f
919a49b1a3 Make top_rrd index based 2017-04-05 16:31:11 +02:00
Simone Mainardi
6060e561db Stantardizes data rates to the SI
https://en.wikipedia.org/wiki/Data_rate_units
2017-04-05 15:59:15 +02:00
emanuele-f
4dffa882ef Implement TCP flags timeseries for network interfaces 2017-04-04 19:09:41 +02:00
Simone Mainardi
fb7b9d0366 Top HTTP Sites Rework
Implements #1060
2017-04-04 18:50:52 +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
d56b05136e Hide MySQL and traffic bridge preferences when not applicable 2017-04-04 14:04:46 +02:00
emanuele-f
40828f2b66 Improve alert edges description and fix configuration fields width 2017-04-04 11:52:28 +02:00
emanuele-f
4ce2221104 Rework preferences and fix nil error 2017-04-04 10:54:52 +02:00
Emanuele Faranda
e5e4949901 Localize preferences and implement preference search box (#1119) 2017-04-04 09:59:36 +02:00
Simone Mainardi
e3b91dc37f Adds lint options for SNMP polling toggle
This commit is a companion of commit

commit 412dbebad2af47cb8479e8bc5ee82010ade3df23
Author: Simone Mainardi
Date:   Mon Apr 3 18:07:38 2017 +0200

    Implements SNMP polling toggle

    Partially implements #1113
2017-04-03 18:09:02 +02:00
Simone Mainardi
88b162b433 Fixes for sFlow stats 2017-04-03 16:59:15 +02:00
emanuele-f
d8d0d4e381 Enable HostPools statistics dump and quota for Not Assigned pool. 2017-04-03 12:33:20 +02:00
Luca Deri
d3dd88d25c Added ARP packets formatting 2017-04-02 19:25:32 +02:00
emanuele-f
0ee87cfd4e Implement ARP distribution stats 2017-03-31 13:16:05 +02:00
emanuele-f
0fcf93ffb9 Make traffic policy protocol name configurable after save. 2017-03-30 15:49:45 +02:00
Simone Mainardi
b7baee0be5 Implements Tiny Flows definition and export 2017-03-30 13:04:33 +02:00
emanuele-f
b7e0669c33 Implement flow status and unidirectional flows filters 2017-03-30 13:01:54 +02:00
emanuele-f
42904dd034 Implement HostPool time and bytes quota limit in inline mode 2017-03-29 19:42:31 +02:00
Simone Mainardi
ea0eba2f6b Fixes invalid totals for stacked charts 2017-03-29 13:34:03 +02:00
Simone Mainardi
8e519f5b45 Implements SNMP mac ports idx and trunk caching 2017-03-29 12:10:46 +02:00
Simone Mainardi
835e4c48ce Minor chart fix 2017-03-29 10:20:28 +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
a0a767abbc Add host activity duration alert 2017-03-27 18:46:58 +02:00
Luca Deri
689c98389f Updated flow template mapping 2017-03-27 00:15:31 +02:00
Bogdan Perian
f23e1a0878 Merge branch 'dev' of github.com:ntop/ntopng into dev
sync
2017-03-25 21:28:15 +02:00
Bogdan Perian
90743b953a Logstash flow export extension 2017-03-25 21:09:07 +02:00
emanuele-f
6fd015baa9 Allow single quotes in C side. Validation is delegated to http_lint.lua 2017-03-24 19:03:26 +01:00