Commit graph

46 commits

Author SHA1 Message Date
Matteo Biscosi
dbf4bf2a2b Removed useless imports in lua code upping the memory usage 2024-02-15 15:21:40 +00:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Alfredo Cardigliano
fb5f442ecd Do not export saved backups in the exported configuration and it produces a huge json 2024-01-05 09:09:46 +01:00
Luca Deri
ad211d0f11 Updated (C) 2023-04-27 17:45:25 +02:00
Matteo Biscosi
4cacf75c9e Backup code cleanup and fixes daily backup not executed (#7397) 2023-04-14 16:15:26 +00: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
c430a58a62 Remove active monitoring pools 2022-02-25 11:59:06 +01:00
Alfredo Cardigliano
fb8128e0d4 Remove device pool 2022-02-23 15:22:37 +01:00
Alfredo Cardigliano
a7b6107d71 Remove flow pool 2022-02-23 15:05:22 +01:00
Alfredo Cardigliano
5623b9c6f7 Remove system endpoint 2022-02-23 14:53:48 +01:00
Alfredo Cardigliano
c1ef1bb9f4 Remove host_pool pool 2022-02-23 12:40:20 +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
Simone Mainardi
705807ad9d Reworks active monitoring plugin structure 2022-01-21 12:21:44 +01:00
Simone Mainardi
d600001c7a Fixes reset of check exclusions
Addresses #5701
2021-07-20 16:20:49 +02:00
Simone Mainardi
8344116056 Refactors import/export/reset REST API endpoints 2021-06-17 18:25:06 +02:00
Simone Mainardi
1756f8d63c Implements import/export of alerts exclusions 2021-06-17 16:04:17 +02:00
Simone Mainardi
76fd315d1b Refactors user_scripts into checks (lua) 2021-06-16 18:02:22 +02:00
Simone Mainardi
822a8b41fb Improves reset of recipients and endpoints 2021-03-25 09:46:28 +01:00
Alfredo Cardigliano
a4969a4316 Fix user scripts configuration import (#5083) 2021-03-04 15:28:50 +01:00
Alfredo Cardigliano
2758ec85a5 Fix import of of recipients for default pools (and merging for existing pools) #5083 2021-03-04 14:31:43 +01:00
Alfredo Cardigliano
4549dfc4ac Add logging of failure reason for import export 2021-03-03 18:02:07 +01:00
Alfredo Cardigliano
71fdbb713e Add snmp pools to import/export 2021-03-03 17:20:58 +01:00
Alfredo Cardigliano
fa311e3ade Rework user script working sets (a single configset is supported now) 2021-03-01 15:37:45 +01:00
Simone Mainardi
9a2ebdfe65 Fixes configuration reset
Fixes #5010
2021-02-08 11:47:08 +01:00
Matteo Biscosi
fc0e8f9e6a Changed reset function call position #5010 2021-02-04 12:03:23 +01:00
Matteo Biscosi
edf751ccc9 Fixes reset configuration no longer works
Implements #5010
2021-02-04 11:57:05 +01:00
gabryon99
15772bd0fe refactor for endpoints and recipients (#4707) 2020-11-25 16:25:55 +01:00
gabryon99
f2037d45f8 moved infrastructure dashboard to system interface view 2020-11-18 16:57:05 +01:00
gabryon99
5c6634b586 improved status column for insfrastrcture dashboard 2020-11-17 10:54:16 +01:00
gabryon99
e58f2193aa add insfrastructure dashboard (#4056) 2020-11-17 10:40:22 +01:00
gabryon99
40551b6d47 add import/export utilities for federation 2020-11-16 23:07:11 +01:00
Simone Mainardi
17f1cb1c1f Implements backup/restore of ALL runtimeprefs 2020-10-13 16:08:59 +02:00
Simone Mainardi
c09cd6cb71 Adds import export module for the whole configuration 2020-10-13 15:18:55 +02:00
Alfredo Cardigliano
b98ab627c4 Implement pool import with configset and recipient IDs remapping (#4475) 2020-10-02 16:00:12 +02:00
Alfredo Cardigliano
fb011bc0af Add missing pool_import_export.lua including pools export and reset (#4433 #4475) 2020-10-02 12:32:04 +02:00
Alfredo Cardigliano
50411c94e4 Add endpoints for exporting pools (wip) and all configurations. Improve the import API to import modules in order. (#4475) 2020-10-02 11:22:55 +02:00
Alfredo Cardigliano
2ef958d8df Add Notification Endpoint and Recipients import/export/reset endpoint (#4433) 2020-10-01 15:52:35 +02:00
Alfredo Cardigliano
f627a735c9 Add User Scripts reset endpoint (#4433) 2020-10-01 12:08:12 +02:00
Alfredo Cardigliano
0e82f5f81b Add reset to the import_export module. Add snmp reset endpoint (#4433) 2020-10-01 10:48:20 +02:00
root
94942826a7 Fix snmp conf export 2020-09-30 16:51:43 +02:00
Alfredo Cardigliano
f60c331198 Add import_export_rest_utils module 2020-09-23 16:18:45 +02:00
Alfredo Cardigliano
09905f99a3 Add import_export snmp module (#4475) 2020-09-23 12:25:30 +02:00
Alfredo Cardigliano
a6be8f79ac Add import_export base module and user scripts module 2020-09-22 22:19:51 +02:00