Simone Mainardi
e7a6682aba
Implements transactional host pools members add
2020-11-13 19:15:21 +01:00
Simone Mainardi
63ba947adc
Fixes validation for url http_lint
2020-11-13 17:04:30 +01:00
Luca Deri
12e5b1362e
Fixes #4708
2020-11-13 16:19:36 +01:00
Luca Deri
f38b71f6a7
Implemented origin handling in federation rest
2020-11-12 22:14:32 +01:00
Simone Mainardi
3937888f96
Adds pools, active monitoring, endpoints and recipients to nEdge
2020-11-12 17:32:29 +01:00
Simone Mainardi
e07bf999f2
nEdge pool fixes
2020-11-12 17:04:33 +01:00
Alfredo Cardigliano
b695feb92c
Add red triangle on update issues
2020-11-12 15:03:22 +01:00
Simone Mainardi
bb3b504430
Fixes stored XSS in preferences
2020-11-12 14:55:21 +01:00
Matteo Biscosi
0e341f3d0b
Modified flow scripts in view of the new trigger_status ( #4710 )
...
* Modified blacklisted script in view of the new flow_script API
* Modified plugins scripting in view of the new API
* Modified flow scripts with the new trigger API
* Fixed creators severity
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-12 13:52:53 +01:00
Alfredo Cardigliano
283bd7179c
Improve message
2020-11-12 13:10:13 +01:00
Simone Mainardi
636ac2e804
Cleanup parametric alert severities from flow status definitions
2020-11-12 12:12:25 +01:00
Simone Mainardi
8b7a99aa94
Fixes for flow-status-dependent severity
2020-11-12 12:02:27 +01:00
Simone Mainardi
d13a4451d2
Changes for the migration to the new alerts_api.trigger_status
2020-11-12 11:48:59 +01:00
Alfredo Cardigliano
bccde3f618
Move alert pcap download dialog code to alert_utils.drawAlertPCAPDownloadDialog
2020-11-12 10:55:11 +01:00
Alfredo Cardigliano
5d606a41fc
Handle recipient[recipient_minimum_severity] = nil (all categories)
2020-11-12 10:04:14 +01:00
Alfredo Cardigliano
f65f4bbb1f
Fix type conversion
2020-11-11 19:22:03 +01:00
Luca Deri
2884cc9794
Reworked Doh/DoT handling
2020-11-11 18:55:12 +01:00
Alfredo Cardigliano
e6fb45d9a9
Add PCAP download button to flow alerts
2020-11-11 18:06:51 +01:00
gabryon99
f0aefa7737
add federation REST API, only stubs ( #4056 )
2020-11-11 16:58:08 +01:00
gabryon99
5634e27474
fixed layout about.lua
2020-11-11 16:58:07 +01:00
Alfredo Cardigliano
e3ca57daf7
Add auth_session_duration parameter to the v1/create/ntopng/session.lua REST API
2020-11-11 16:10:23 +01:00
Alfredo Cardigliano
38fa365c51
Traffic recording fixes
2020-11-11 10:20:18 +01:00
Simone Mainardi
93920ccdce
Implements example of simplified flow alerts
2020-11-10 15:10:54 +01:00
Alfredo Cardigliano
841b476f59
Implement export to remote syslog server (implement #4419 )
2020-11-09 18:40:24 +01:00
gabryon99
1c73df18db
add table-responsive class ( #4692 )
2020-11-09 17:05:36 +01:00
gabryon99
75363aae84
improved ipv4 validation function
2020-11-09 17:05:36 +01:00
Simone Mainardi
d42057baf5
Additional fixes for Zero TCP window detection
2020-11-07 15:38:39 +01:00
Simone Mainardi
a091efcb09
Fixes for Zero TCP window detection user script
2020-11-07 10:58:16 +01:00
Luca Deri
83816cefae
Zero window alert improvement
2020-11-07 00:41:02 +01:00
Luca Deri
a2e436213e
Removed list https://hosts-file.net/ad_servers.txt as it is no longer existing
2020-11-06 23:15:35 +01:00
Simone Mainardi
5c0c23feb6
Fixes execution of periodicUpdate flow callback
...
Fixes #4687
2020-11-06 18:17:54 +01:00
Luca Deri
76884f1eb0
Pool member import now uses the host pool API
2020-11-06 17:21:08 +01:00
gabryon99
9dfed97e56
fixed add active monitoring with ipv4 and ports combination ( #4677 )
2020-11-06 17:02:09 +01:00
Luca Deri
2b7421c7d2
No longer necessary
2020-11-06 15:57:43 +01:00
gabryon99
1a1090eaf0
improved dismissable notification ( #4680 )
...
The notification about the flag --community has been improved by changing its style (info to warning)
2020-11-06 12:27:05 +01:00
gabryon99
4eaedf5c75
add responsive div wrapper for necessary tables ( #4681 )
2020-11-06 10:50:09 +01:00
Luca Deri
8b95469e47
Fixed warning when ntopng is unable to read posts count
2020-11-06 10:39:52 +01:00
Simone Mainardi
af06a1aea9
Fixes import/export of endpoints
2020-11-05 21:16:30 +01:00
Simone Mainardi
237b079b82
Fixes recipients.get_recipients_by_conf
2020-11-05 19:41:58 +01:00
gabryon99
7eccac27eb
fix for old endpoints
2020-11-05 19:34:14 +01:00
Simone Mainardi
3c8cf8c8ac
Fixes creation of builin endpoints/recipients
2020-11-05 19:13:33 +01:00
gabryon99
f6af1e82c6
edit endpoint name ( #4354 , #4474 )
2020-11-05 18:47:39 +01:00
Matteo Biscosi
e5a48cb5d2
TCP Zero Window alert from issue #3417 ( #4684 )
...
* Added no_if_activity alert to user script keys
* Added no_if_activity description alert
* Fixes #4648 trigger an alert when no flows are collected
* Changed the time past one call of the alert and an other
* Fixes #4648 reorganized files and cache management
* Added status flow check regarding issue #3417
* Removed debug code
Co-authored-by: matteo <biscosi@ntop.org>
Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
2020-11-05 18:20:09 +01:00
Matteo Biscosi
383a6659dc
Fixes #4648 trigger an alert when no flows are collected ( #4679 )
...
* Added no_if_activity alert to user script keys
* Added no_if_activity description alert
* Fixes #4648 trigger an alert when no flows are collected
* Changed the time past one call of the alert and an other
* Fixes #4648 reorganized files and cache management
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-05 17:58:38 +01:00
Simone Mainardi
5026d5d162
Implements backend for endpoints with integer IDs
...
Partially addresses #4474
2020-11-05 17:45:02 +01:00
Simone Mainardi
637c4723ba
Minor cleanup
2020-11-05 11:19:47 +01:00
Luca Deri
6e811e87b3
Added code for host pool member import
2020-11-04 23:59:51 +01:00
gabryon99
00431e982c
add import modal for host pool members ( #4584 )
2020-11-04 17:24:48 +01:00
Luca Deri
216b1532da
IEC 60870 dissection improvements and hardening
2020-11-04 15:46:36 +01:00
Simone Mainardi
2849267af8
Reworks plugin template definition keys
...
Implements #4651
2020-11-03 18:09:29 +01:00