Commit graph

3313 commits

Author SHA1 Message Date
Simone Mainardi
aeecbcce29 Initial implementation of OO recipients with SQLite 2020-08-28 13:19:58 +02:00
Alfredo Cardigliano
ea0bd4d71a Fix custom alias in case of vlan 2020-08-25 18:41:28 +02:00
Simone Mainardi
7f241d71d5 Implements attack mitigation via SNMP
Implements #3833 along with companion pro commit
2020-08-24 15:05:35 +02:00
Simone Mainardi
af7d8d0b97 Minor localization updates 2020-08-21 12:46:50 +02:00
Simone Mainardi
a05e4c599e Extensions handle SNMP device interfaces status change 2020-08-20 17:56:10 +02:00
Simone Mainardi
58817e0048 Minor lint addition for snmp_admin_status 2020-08-20 17:21:14 +02:00
Simone Mainardi
a88541c05f Implements inline drilldown of protocol categories
Implements #4290
2020-08-20 15:41:17 +02:00
Simone Mainardi
760175ac5e Fixes invalid reference to function addCommas 2020-08-20 14:21:59 +02:00
Alfredo Cardigliano
ba2e44ddc6 REST endpoints now return specific HTTP codes on failure (fix #4278) 2020-08-20 11:45:17 +02:00
Alfredo Cardigliano
646c5a8d68 Add support for returning HTTP status codes to rest_utils 2020-08-20 10:28:18 +02:00
Simone Mainardi
5f3c83ff45 Fixes overwrite of successfully validated special params
Fixes #4313
2020-08-19 19:06:06 +02:00
Simone Mainardi
6274946e08 Shows remote hosts historical page when nIndex is enabled 2020-08-19 16:25:41 +02:00
gabryon99
b7b17d9d1c add import/export page GUI 2020-08-19 15:49:50 +02:00
Simone Mainardi
327425a853 Fixes ordering of applications in timeseries menu
Possible fix for #4289
2020-08-19 14:12:32 +02:00
Simone Mainardi
d895777fa2 Adds pool name to base_pools:get_assigned_members 2020-08-19 09:33:58 +02:00
Simone Mainardi
2473637bd0 Prevents initialization of non-subclassed base_pools.lua
Partially addresses #4271
2020-08-18 18:29:25 +02:00
Simone Mainardi
fd72b39302 Prevents unnecessary reads of host pools in alert/graph utils
Partially addresses #4271
2020-08-18 18:11:15 +02:00
Simone Mainardi
1ae2b2d932 Refactors NtopngUtils into NtopUtils 2020-08-18 15:10:04 +02:00
Simone Mainardi
e61f9ffe68 Refactor JS code into class NtopngUtils
Implements #3735
2020-08-18 14:13:48 +02:00
Simone Mainardi
0d07e5a699 Cosmetic fix 2020-08-18 10:24:15 +02:00
Simone Mainardi
16db3cda67 Reworks REST API to return i18n success/error messages
Implements #4300
2020-08-17 19:18:16 +02:00
Luca Deri
398e25c022 Disabled log 2020-08-17 18:24:05 +02:00
Simone Mainardi
d95b58a9d8 Implements filter to select interfaces Up with traffic detected
Implements #4303 along with companion pro commit
2020-08-17 17:32:01 +02:00
Luca Deri
f0ade98875
Merge pull request #4302 from WuerthPhoenix/add_rest_api_to_update_user
Add edit user endpoint
2020-08-16 10:14:49 +02:00
gabryon99
624ca3abd1 imporved look and feel for the pages and add new modal close confirm 2020-08-14 16:17:31 +02:00
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
Mattia Codato
d9a762feca Add edit user endpoint 2020-08-14 12:25:36 +02:00
Alfredo Cardigliano
1160066b08 Add logging for all non-get REST calls (fix #4279) 2020-08-14 12:02:09 +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
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
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
Luca Deri
047a29aaf7 Fixes #4215 2020-08-05 19:25:37 +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
Simone Mainardi
330234e3f7 Optimized hosts scripts using direct pool_id to retrieve config 2020-07-30 19:57:16 +02:00