Commit graph

5242 commits

Author SHA1 Message Date
Luca Deri
e04efa250e Added starts() function as lua_utils is no longer referenced and thus this function is necessary 2020-08-14 12:47:42 +02:00
Alfredo Cardigliano
1160066b08 Add logging for all non-get REST calls (fix #4279) 2020-08-14 12:02:09 +02:00
gabryon99
a567212337 added count extension to datatable filters 2020-08-14 10:15:53 +02:00
gabryon99
25645e6add improved page style and added a layout to am notes 2020-08-14 09:17:11 +02:00
Luca Deri
b6a1386969 Fix for parameter checking 2020-08-13 19:21:00 +02:00
Alfredo Cardigliano
628bdd8994 Add tracing of rest set calls 2020-08-13 16:08:25 +02:00
gabryon99
8e08eca794 fixed run out of memory in some browsers 2020-08-12 09:31:51 +02:00
Alfredo Cardigliano
76b740c2b4 Add more flow details (verbose param) 2020-08-11 11:04:44 +02:00
gabryon99
1421833477 slightly improvment for ntopng gui on mobile devices 2020-08-10 11:19:04 +02:00
Luca Deri
d62303cc23 Added REST call to list all users rest/v1/get/ntopng/users.lua
Added specific error in case an existing user is already existing (REST API rest/v1/add/ntopng/user.lua)
2020-08-07 18:03:34 +02:00
Luca Deri
75efc0ec0c Partial fix (community code is now clean) for #2533
Reworked inteface disaggregation
Moved to attic some unused classes
Added ability to disaggregate also for Probe IP + Ingress Interface
2020-08-07 17:20:26 +02:00
Luca Deri
0113b367c9 Fixes #4275 2020-08-07 17:20:26 +02:00
Luca Deri
3ba1cc622e Added checks on remote flow collection
- check clock drift and report it as alert
- fix flow time drift
2020-08-06 18:22:47 +02:00
gabryon99
11a6bf4870 add filter endpoint type to recipient datatable 2020-08-06 12:01:34 +02:00
Luca Deri
047a29aaf7 Fixes #4215 2020-08-05 19:25:37 +02:00
Luca Deri
6b62b5ff90 Added support for ZMQ probe OS and version 2020-08-05 17:27:02 +02:00
Luca Deri
565f001f0e Added support for real flow lifetime computed on the nProbe side. This value could have been computed on the ntopng side too, however implementing it this way leaves room for improvement whenever nProbe aggregates (flow cache is active) or exports raw (no cache) flows 2020-08-05 16:03:28 +02:00
Luca Deri
8cf5d706f8 Added DHCP server detection 2020-08-05 11:32:40 +02:00
gabryon99
dc322144ed added endpoint column 2020-08-04 17:21:43 +02:00
Luca Deri
9df1d8fe43 Added sort on periodicity filtering menu 2020-08-04 16:21:51 +02:00
Luca Deri
279b977c9f Reduced info lenght to enable better visualization 2020-08-04 15:45:33 +02:00
Luca Deri
038cdb2dc2 Added message for SNMP device edit error 2020-08-04 11:25:43 +02:00
Luca Deri
13447c10c0 Fixed issue that was preventing the script to run 2020-08-04 11:25:43 +02:00
Luca Deri
9f5dd2022a Fixes error when testing syslog-based recipients 2020-08-04 10:24:29 +02:00
Luca Deri
acdefc365c Removed payload (#4113) 2020-08-03 19:57:42 +02:00
Simone Mainardi
60b6d36315 Fixes script failure module 'snmp_config' not found in community 2020-08-03 11:05:18 +02:00
Simone Mainardi
3642c1ea0d Notification style fixes
Fixes #4259
2020-08-03 10:59:09 +02:00
Simone Mainardi
d31c460bd8 Minor geolocation message fix 2020-08-03 10:27:36 +02:00
gabryon99
46b50903e9 improved toasts style 2020-08-01 15:31:41 +02:00
Simone Mainardi
32f33d4415 Improves notifications with IP/symbolic name, ifid, and ifname
Fixes #4236
2020-07-31 16:52:15 +02:00
Alfredo Cardigliano
75ba792513 Check if pool recipients exist 2020-07-31 16:50:55 +02:00
Simone Mainardi
172e632395 Fixes UTC notification time (now using server TZ)
Fixes #4250
2020-07-31 16:16:19 +02:00
Alfredo Cardigliano
b15379d5be Handle old pools with no recipients 2020-07-31 12:56:40 +02:00
Alfredo Cardigliano
06b1bcdce0 Add an empty list of members/recipients for host pools if there is none 2020-07-31 11:59:00 +02:00
gabryon99
cc35284ea2 fixed broken host pool member page 2020-07-31 10:43:27 +02:00
Simone Mainardi
330234e3f7 Optimized hosts scripts using direct pool_id to retrieve config 2020-07-30 19:57:16 +02:00
gabryon99
ba6bfeb927 fixed missing host pool members 2020-07-30 19:41:21 +02:00
Simone Mainardi
946a41b773 Fixes syslog endpoint test 2020-07-30 18:57:54 +02:00
Alfredo Cardigliano
0c5de96a44 New lua API ntop.createUserSession. New REST API rest/v1/get/ntopng/session.lua to generate session cookies. 2020-07-30 18:08:03 +02:00
Simone Mainardi
45b62214a1 Minor localization fixes 2020-07-30 17:32:34 +02:00
Alfredo Cardigliano
9453c058db Fixes: login, syslog plugin, more 2020-07-30 17:08:14 +02:00
gabryon99
86175b2b5b removed redundant host pool defaul inside dropdown 2020-07-30 16:13:31 +02:00
gabryon99
7ceebe16ca recipient multiselected hidden when there are no recipients defined 2020-07-30 15:42:56 +02:00
Simone Mainardi
e451c87135 Adds additional logging to nEdge config API 2020-07-30 14:47:31 +02:00
Simone Mainardi
7a0a3b5d42 nEdge compatibility fixes with the new Defaul pool 2020-07-30 14:04:11 +02:00
gabryon99
a27b75b104 add test endpoint button 2020-07-30 12:03:43 +02:00
gabryon99
28061f941e add notifications entry 2020-07-30 12:03:43 +02:00
Alfredo Cardigliano
375be89b81 Add REST Endpoint for deleting users (implement #4219( 2020-07-30 11:25:20 +02:00
Alfredo Cardigliano
806c9540f2 Add REST Endpoint for creating users (implement #4218) 2020-07-30 10:54:20 +02:00
Simone Mainardi
04431e853c Enables pools in host user scripts configuration 2020-07-30 09:52:12 +02:00