Commit graph

351 commits

Author SHA1 Message Date
Simone Mainardi
c40bfb1a8e Implements custom column in the hosts stats page 2019-02-20 12:14:34 +01:00
emanuele-f
ee236edcd2 Add badge color for l2 devices
Fixes #2398
2019-02-19 10:47:36 +01:00
Simone Mainardi
295b112fa9 Reworks sFlow Menu
Fixes #2321
2019-02-18 16:48:30 +01:00
emanuele-f
576d28d219 Fix InfluxDB migration message appearing when InfluxDB is enabled
Fix #2382
2019-02-18 11:47:18 +01:00
emanuele-f
c1cbf69286 Add footer counters labels
Fixes #2365
2019-02-12 17:17:51 +01:00
emanuele-f
8de37f4b4d Add confirmation message for list manual update 2019-02-12 10:08:20 +01:00
emanuele-f
6bbb828ead Implement Category Lists editor to manage ip/domain lists 2019-02-11 15:47:17 +01:00
Simone Mainardi
a489dbe103 Additional sprobe code cleanup 2019-02-11 14:41:40 +01:00
Simone Mainardi
e5eff5b30f Initial sprobe code cleanup 2019-02-11 14:22:36 +01:00
emanuele-f
ad3f221828 Suggest InfluxDB when monitoring many hosts
The check is based on the number of local hosts and timeseries enabled

Closes #2350
2019-02-01 15:07:12 +01:00
Alfredo Cardigliano
3381ddbcf5 REST endpoints update
get_alerts_data.lua -> rest/get/alert/data.lua, host_get_json.lua -> rest/get/host/data.lua, get_interface_data.lua -> rest/get/interface/data.lua, live_traffic_extraction.lua -> rest/get/pcap/live_extraction.lua
2019-01-30 14:18:45 +01:00
emanuele-f
6113c692af Unify Protocol/Application labels
L4 information is now referred to as "Protocol"
L7 information is now referred to as "Application"

Closes #2316
2019-01-28 16:59:27 +01:00
Simone Mainardi
11f4b2fe67 Handles custom n2disk instances within ntopng 2019-01-16 16:59:36 +01:00
emanuele-f
8fb8b60314 Fix missing interface selection in footer 2019-01-10 12:35:07 +01:00
emanuele-f
123743d49c Show upload/download in footer chart
Rx and Tx is not always available. If it is not, the chart is hidden.
2019-01-09 18:39:15 +01:00
Alfredo Cardigliano
2cfa7c436c Moved network_load.lua to get_interface_data.lua, fixed interface selection handling ifid 2019-01-09 10:33:53 +01:00
Simone Mainardi
fcd586f8b4 Error handling and localization for recorded traffic extractions 2019-01-04 16:29:57 +01:00
Simone Mainardi
2c1e924cdf Adds hdd icon to the interfaces dropdown when rec is on 2019-01-03 20:04:05 +01:00
Simone Mainardi
8221d14e0f Handles extractions from recording processes non managed by ntopng
Implements #2276
2019-01-03 18:38:52 +01:00
Simone Mainardi
d11aa964fb Detects continuous reconding activity and status
Implements #2276
2019-01-02 19:11:11 +01:00
emanuele-f
7dad74775c Remove user language selector in user add dialog in nEdge 2019-01-02 16:33:30 +01:00
emanuele-f
e4c6e6e807 Fix js errors 2018-12-31 12:12:19 +01:00
Simone Mainardi
1f2bae8ed2 Fixes historical data explorer with view interfaces
Fixes #2264
2018-12-27 15:08:48 +01:00
emanuele-f
75f4ee0fe0 Fix SNMP errors in network discovery with nEdge
Also hide language selector since nEdge is not localized yet
2018-12-20 15:41:31 +01:00
emanuele-f
e08798c2d4 Fix user password change after f65c618b3f 2018-12-17 19:57:04 +01:00
Alfredo Cardigliano
83301b3730 Recording status message fix 2018-12-17 12:17:04 +01:00
emanuele-f
93db5ebb38 Improve slow query handler and show datatable error messages
Fixes #2211
2018-12-14 17:29:16 +01:00
emanuele-f
96ce6c0cf5 Improve stackedProgressBars 2018-12-13 17:26:55 +01:00
Alfredo Cardigliano
f15f6775c7 Hiding categories dropdown when a protocol is selected 2018-12-13 02:27:39 +01:00
Alfredo Cardigliano
2dc59620ed Moved Categories and Protocols to the Categories page (tabs) 2018-12-13 00:50:17 +01:00
Alfredo Cardigliano
cc8e951933 Setting width to force the stackedProgressBars components to render always with the same size 2018-12-12 18:03:44 +01:00
Alfredo Cardigliano
3cddaaf127 Resized storage bars 2018-12-12 16:52:51 +01:00
Alfredo Cardigliano
931070804c Storage status in the interface page (rrd, flows index, pcap)
recording_utils.storageInfo now returns everything in bytes
Added getFolderSize to lua utils
Added rrd_utils.storageInfo
2018-12-12 14:44:41 +01:00
emanuele-f
f65c618b3f Move user group information into the session
This fixes issues and inconsistencies when the same user logins from different authenticators at the same time
Fixes #2212
2018-12-11 18:44:34 +01:00
emanuele-f
5e85b3910a Non local users should not be able to modify users settings.
Fixes #2210
2018-12-11 14:08:33 +01:00
emanuele-f
b6ce99d7dc Fix missing custom categories and protocols under community menu 2018-12-10 19:58:33 +01:00
Alfredo Cardigliano
5c3488bf6f Using component with bytes unit selector for max file size 2018-12-07 10:23:12 +01:00
Alfredo Cardigliano
9eeae77e8b New page_utils module for printing header (it will be also used for menu, footer, etc) 2018-11-29 11:48:21 +01:00
Alfredo Cardigliano
01f5bcac1a Support for custom page titles 2018-11-29 11:26:29 +01:00
emanuele-f
de5a58ecf3 Remote assistance improvements
- Add status page with service log
- Use a different service name to avoid conflicts with other n2n instances
- Split key into community and key, alphanumeric
- Add connection script download
2018-11-28 17:56:45 +01:00
Simone Mainardi
a188054536 Adds dashboards when reading from stdin 2018-11-28 11:02:20 +01:00
emanuele-f
eac278a28d Implement remote assistance
- It enables a VPN via n2n
- Remote assistance will be automatically disabled after 1 day
- Optionally it's possible to give admin access to the support
2018-11-23 13:03:11 +01:00
Simone Mainardi
a8402fa1dc Fixes SNMP devices permissions to prevent non-admins to delete or add devices
Fixes #2019

This commit is a companion of pro commit edc2b7f1f96740217244e3430147980c6c72b5a2
2018-11-22 12:51:04 +01:00
Alfredo Cardigliano
e082b2bacb computing used and reserved disk space from all interfaces when configuring the max disk space or checking the extraction limit 2018-11-20 15:34:09 +01:00
Simone Mainardi
b3cb1642b0 Updates logo hyperlink with ntop home page
Implements #2160
2018-11-19 18:01:36 +01:00
emanuele-f
1d3a97fe91 Little improvement 2018-11-15 13:16:11 +01:00
Alfredo Cardigliano
b62a92f793 recordin status page cleanup: removed duplicated/misleading information 2018-11-14 22:31:13 +01:00
emanuele-f
cfcf30ae9d Add support for raw flow extraction 2018-11-14 21:01:44 +01:00
Alfredo Cardigliano
d36721cc20 moved warning, more safety checks 2018-11-14 20:57:32 +01:00
emanuele-f
d50a895f36 Traffic recording gui improvements 2018-11-14 19:29:58 +01:00