Commit graph

75 commits

Author SHA1 Message Date
Matteo Biscosi
1c30f0c4d7 Removed not needed package cleanup (#8320) 2024-04-10 06:04:44 -04:00
Matteo Biscosi
5edfdeedcd Fixes various lua memory issues 2024-02-22 11:22:52 +00:00
Matteo Biscosi
9f9beb0303 Removed profiling print 2024-02-21 10:44:16 +00:00
Matteo Biscosi
ef27b0b058 Fixes circular dependency and lightened some modules 2024-02-21 10:44:16 +00:00
Matteo Biscosi
29a28ea203 Fixes circular dependency when filtering 2024-02-20 09:34:21 +00:00
Luca Deri
ab34197603 Various script fixed
Improved error message when scripts fail
2024-02-19 22:13:01 +01:00
Matteo Biscosi
7cf91395df Removed no more needed requires 2024-02-19 15:14:40 +00:00
Matteo Biscosi
e597e83e15 Removed and fixes some dependencies 2024-02-19 12:38:56 +00:00
Matteo Biscosi
952fa6e995 Fixes missing functions 2024-02-17 09:31:51 +00:00
Matteo Biscosi
dbf4bf2a2b Removed useless imports in lua code upping the memory usage 2024-02-15 15:21:40 +00:00
Luca Deri
c119f7fa8e Minor optimiations 2024-02-13 20:45:12 +01:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Alfredo Cardigliano
e8f10f0795 Add Alert:set_category for host/flow lua alerts with no check definition in lua 2023-11-28 12:30:53 +01:00
Alfredo Cardigliano
8a97f69c27 Fix checks configuration initialization (default values) for new risks 2023-10-19 18:37:26 +02:00
Matteo Biscosi
2a50965f90 Added active monitoring checks subdir (#7768) 2023-08-23 16:06:27 +00:00
Matteo Biscosi
bf63b51ce5 Fixes alerts of different licenses loaded 2023-08-02 15:17:14 +00:00
Matteo Biscosi
8f770d490e Added support to deliver specific alerts to endpoints (#7694) 2023-08-01 10:04:50 +00:00
Alfredo Cardigliano
2ff83bcdc3 Add check for periodic scripts changing the interface 2023-07-13 16:14:10 +02:00
Alfredo Cardigliano
fcdfaa04b0 Add alert category column and filter to alerts 2023-06-21 09:58:41 +02:00
Matteo Biscosi
3cc7fdcb40 Fixes enabling modbus checks 2023-06-06 09:00:51 +00:00
Luca Deri
4a13dc41d5 Implemented Modbus exceptions 2023-06-01 22:53:59 +02:00
Luca Deri
2ad6554864 Fix to avoid un-necessary check write in redis 2023-04-27 17:45:25 +02:00
Alfredo Cardigliano
c47858004d Return rest failure when check is not enabled (#7170) 2023-01-30 17:37:03 +01:00
MatteoBiscosi
cde463a324 Added RST scan alert (#5903) 2022-11-30 17:01:49 +01:00
Luca
74f03c3a38 Added script tracings 2022-08-30 19:32:05 +02:00
Alfredo Cardigliano
461b28d0e2 Fix check disable on non packet interface 2022-08-23 11:54:36 +02:00
Alfredo Cardigliano
b805cc60a2 Add check for checks tied to flow risks 2022-08-23 11:23:10 +02:00
Alfredo Cardigliano
0619cd2991 Fix check for undefined flow risk alert 2022-08-22 10:42:06 +02:00
Luca Deri
f3931a54b4 SNMP performance improvements 2022-07-21 18:05:09 +02:00
Alfredo Cardigliano
80a4acab95 Add Flow Checks profiling (execution time in System -> Health -> Behavioural Checks) 2022-07-15 16:22:48 +02:00
Alfredo Cardigliano
bebb1e9219 Cleanup excluded hosts from checks configuration 2022-07-04 18:33:27 +02:00
Alfredo Cardigliano
32a520636b List exclusions for domains/certificates 2022-05-27 16:11:59 +02:00
Alfredo Cardigliano
f7cf547a65 Rework alert_exclusions API 2022-05-27 12:55:30 +02:00
MatteoBiscosi
72f814c36c Added vlan support to exclusion lists (#6510) 2022-05-24 12:22:24 +02:00
MatteoBiscosi
7b51a4ca61 Added Fin Scan check (#5903) 2022-05-16 17:18:11 +02:00
MatteoBiscosi
910f4757b9 Implemented network score threshold (#6366) 2022-04-20 12:27:45 +02:00
MatteoBiscosi
9fae2c44c9 Fixes checks edition availability 2022-04-09 15:46:50 +02:00
Luca Deri
3081d8d63b Added alert for SNMP MAC detection/disappear 2022-04-09 14:41:07 +02:00
Luca Deri
5128af7329 Fixed SNMP apert information 2022-04-09 12:04:44 +02:00
MatteoBiscosi
51ef60ead5 Fronted refactoring 2022-03-04 11:01:24 +01:00
Alfredo Cardigliano
ca846f4015 Remove Interface pool (we have the host pool only now) 2022-02-25 18:04:46 +01:00
Alfredo Cardigliano
fb384dead0 Remove local networks pool 2022-02-25 16:05:46 +01:00
Alfredo Cardigliano
1e31c6bfd9 Remove SNMP pool 2022-02-25 15:55:22 +01:00
Alfredo Cardigliano
5d103c0394 Remove pools configuration in active monitoring 2022-02-23 19:02:54 +01:00
MatteoBiscosi
25f78c075a Added Active Monitoring and SNMP categories (#6334) 2022-02-21 12:59:45 +01:00
Alfredo Cardigliano
29c0ba4594 Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done. 2022-02-18 11:45:16 +01:00
MatteoBiscosi
57a85de50e Cleaned up the code from plugin_utils 2022-02-11 12:07:23 +01:00
Luca Deri
272b99ba0c Restored checks.getScriptEditorUrl() method 2022-02-10 09:26:11 +01:00
Matteo Biscosi
1b3a1c97c8 Removed checks plugins concept from ntopng 2022-02-08 18:13:11 +01:00
Matteo Biscosi
c163bb9e42 Removed syslog path 2022-02-07 12:58:26 +01:00