Commit graph

5110 commits

Author SHA1 Message Date
Alfredo Cardigliano
ee3a1420ff Update REST examples 2020-08-28 16:40:47 +02:00
Simone Mainardi
525358e3c5 Fixes interface/host throughput alerts
Fixes #4338
2020-08-27 10:17:48 +02:00
Alfredo Cardigliano
20ed6bc5ee Move rest/v1/get/ntopng/session.lua to scripts/lua/rest/v1/create/ntopng/session.lua 2020-08-26 09:21:35 +02:00
Alfredo Cardigliano
e16739c504 Fix rest v1 endpoints and cleanup unneeded endpoints 2020-08-25 15:44:32 +02:00
Alfredo Cardigliano
00a9879019 Fix rest/v1/get/host/active.lua 2020-08-25 15:19:16 +02:00
Alfredo Cardigliano
6368073bc4 Backported i18n rest_consts 2020-08-25 14:59:40 +02:00
Alfredo Cardigliano
1fceeebd0c Add missing endpoints (ignored by gitignore) 2020-08-25 12:23:09 +02:00
Alfredo Cardigliano
1c45a71b1c Backported rest API v1 (except for pools) and related backend changes 2020-08-25 11:43:23 +02:00
Luca Deri
4738082bf8 Fix merge for #4217 backport 2020-08-24 18:17:48 +02:00
Alfredo Cardigliano
3958edcd4f Fix value computation in Throughput Alert (#fix #4000) 2020-08-24 09:44:51 +02:00
Alfredo Cardigliano
d72e791be3 Fix computation of interface throughput (alert) (fix #4000) 2020-08-21 09:10:19 +02:00
Simone Mainardi
109c69a3d7 Fixes attempt to index a nil value (local 'list') 2020-06-22 19:23:20 +02:00
Simone Mainardi
b0c5fcc3fe Fixes parsing of IP addresses and CIDRs for custom protocols
Fixes #4050
2020-06-17 18:51:26 +02:00
gabryon99
cd62af69dc fix the blog notification ordering bug 2020-06-08 10:19:01 +02:00
andpp
2f736892a3
Fixing redirection issue after changing interface (#4022) 2020-06-08 10:08:38 +02:00
Simone Mainardi
8441aab9ec Fixes XSS in dissected HTTP URLs, TLS certs, and DNS names
Fixes possible XSS due to forged HTTP urls such as

curl -u admin:admin1 "http://devel:3000/</a><script>alert(1);</script><a>"

Similar attacks could have been performed with TLS certs and DNS names
2020-06-03 19:00:41 +02:00
Luca Deri
5dd517675d
Fix for switching across non-system interfaces
Fix for switching across non-system interfaces with --http-prefix set
2020-05-22 20:02:43 +02:00
Simone Mainardi
522650bc13 Fixes traffic recording linked to ZMQ interfaces 2020-05-22 18:37:39 +02:00
Simone Mainardi
f87d834c56 Minor label fix 2020-05-22 18:30:34 +02:00
Luca Deri
ac9aea4767
Fix for #3972 2020-05-22 10:52:36 +02:00
Simone Mainardi
be5abb6635 Fixes InfluxDB version check when headers are manipulated by HAProxy
Fixes #3946
2020-05-20 12:53:49 +02:00
Luca Deri
ef2ede98f2 Reference fixes for HTTP prefixes (#3957) 2020-05-20 12:43:15 +02:00
Simone Mainardi
a05ff6a1de Fixes broken plugin menu entries with --http-prefix
Addresses #3957
2020-05-20 12:40:03 +02:00
emanuele-f
502337c7e3 Rework flows table update
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.

Closes #3660
2020-05-11 11:39:34 +02:00
Alfredo Cardigliano
995b004a13 Hide log trace in OEM mode 2020-05-05 11:01:31 +02:00
Alfredo Cardigliano
c5a96340b9 Hide telemetry setting for OEM 2020-05-05 11:01:24 +02:00
Alfredo Cardigliano
38580286a0 Do not ask for a n2disk license in case of Enterprise L 2020-04-29 17:09:12 +00:00
emanuele-f
b789e59420 Fix bad enterprise version reported 2020-04-24 12:44:49 +02:00
Alfredo Cardigliano
6241945f72 Update getNtopngRelease 2020-04-24 12:31:09 +02:00
Simone Mainardi
97863e06af Fixes missing device in device disconnection alert
Fixes #3738
2020-04-15 14:29:09 +02:00
Luca Deri
f699099f02 Fixed geomap 2020-04-15 14:28:09 +02:00
Simone Mainardi
c93d7dbc49 Fixes nil alert_consts in alert_tcp_syn_flood.lua 2020-04-15 10:49:45 +02:00
Simone Mainardi
6c7bf43800 Implements constant flow and alert ids
Enlarges AlertType size

Changes alerts database
2020-04-15 10:35:22 +02:00
gabryon99
2ffe0991e7 fixed blog notfication utils 2020-04-09 16:22:43 +02:00
Simone Mainardi
337b085065 Allow system interface search for SNMP devices
Implements #3666
2020-04-07 10:16:19 +02:00
emanuele-f
a1e83ed7d9 Fix missing SNMP host menu entry
Fixes #3694
2020-04-07 10:11:31 +02:00
emanuele-f
10cececcd6 Fix device type dropdown incorrectly enabled for non MAC members
Fixes #3695
2020-04-07 10:11:18 +02:00
Simone Mainardi
7a1dac500e Fixes missing config page from mac_details.lua 2020-04-03 12:48:47 +02:00
Simone Mainardi
325e0cf498 Fixes missing telemetry conf in nEdge 2020-04-03 12:14:57 +02:00
emanuele-f
4e741e3bf8 Fix allowed interface change not working
Broken since a86aaa61e6

Fixes #3690
2020-04-02 12:12:13 +02:00
emanuele-f
b1365b0041 Fix script failure in community charts
Fixes #3605
2020-04-02 11:46:05 +02:00
emanuele-f
3c00270d15 Fix bad selected menu item for user scripts config page 2020-04-02 11:44:42 +02:00
gabryon99
9651c28ea3 moved up license expired badge (inside the navbar)
fix #3625
2020-04-02 11:44:05 +02:00
emanuele-f
18db709780 Fix stripped @ on host labels 2020-04-02 11:41:30 +02:00
emanuele-f
920e7daeaa Replace calls to getResolvedAddress with host2name 2020-04-02 11:41:19 +02:00
emanuele-f
86a209ddff Fix host alias not shown in flows 2020-04-02 11:41:08 +02:00
gabryon99
0188de18e0 add comment for previous fix 2020-04-02 11:40:35 +02:00
gabryon99
d21c5f9329 fixed issue for snmp url interfaces
fix for ticket #3668
2020-04-02 11:40:20 +02:00
Luca Deri
6f45af066d Removed blankc 2020-04-02 11:39:56 +02:00
Luca Deri
f5c55bbfb0 Fixes #3647 2020-04-02 11:39:44 +02:00