Commit graph

34 commits

Author SHA1 Message Date
GabrieleDeri
85fa6d1b1a
Updated host pool pages to vuejs, missing policy page TODO (#9469)
* Updated host pool pages to vuejs, missing policy page TODO

* Removed print
2025-08-02 16:24:29 +02:00
GabrieleDeri
fe18eff11d
Started fixing rest Documentation and postman collection creation (#8987) 2025-02-24 11:46:44 +01:00
Alfredo Cardigliano
196e65ff7e Add pool_name_only param to v2/get/host/pool_by_member.lua 2024-06-17 11:55:30 +02:00
Alfredo Cardigliano
f1e72ffddd Allow relaxed format (IP only) for host pool members. Cleanup duplicated code. 2024-06-17 11:05:41 +02:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +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
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Simone Mainardi
9937e576ec Handles the jailed hosts pool as a builtin pool like default
Addresses #5973
2021-10-13 17:46:49 +02:00
MatteoBiscosi
04347a99d8 Implements host pools edit button (#4916) 2021-08-31 11:08:32 +02:00
Simone Mainardi
ddad633b3a Fixes checks and addition of host pools
Addresses #5677
2021-07-15 10:52:10 +02:00
Luca Deri
4c27f6f98c Implemented handlig of hello message from nprobe 2021-05-28 19:34:11 +02:00
Matteo Biscosi
b678a2128e Added jailed hosts refresh when removed a member and at startup 2021-05-27 11:38:32 +02:00
Alfredo Cardigliano
fa311e3ade Rework user script working sets (a single configset is supported now) 2021-03-01 15:37:45 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Simone Mainardi
355be90e5d Improves alerts with better descriptions and hyperlinks
Implements #4585
2020-10-23 14:24:16 +02:00
Simone Mainardi
049bfdcf4a Implements bitmap-based limited privileges for non-admins
Implements #4489
2020-10-09 15:50:22 +02:00
Simone Mainardi
e0192d03be Implements reset of pools and REST API endpoint
Implements #4384
2020-09-10 14:45:28 +02:00
Simone Mainardi
13cfd29376 Implements REST endpoint to get all pools for a given recipient 2020-09-10 14:00:55 +02:00
Simone Mainardi
32b4a1cca4 Refactors base_pools to pools 2020-09-01 10:53:36 +02:00
Simone Mainardi
6e0ae904df Implements REST API endpoint to get pools for any available type
Implements #4263
2020-08-31 16:13:42 +02:00
Alfredo Cardigliano
ba2e44ddc6 REST endpoints now return specific HTTP codes on failure (fix #4278) 2020-08-20 11:45:17 +02:00
Simone Mainardi
16db3cda67 Reworks REST API to return i18n success/error messages
Implements #4300
2020-08-17 19:18:16 +02:00
Alfredo Cardigliano
1160066b08 Add logging for all non-get REST calls (fix #4279) 2020-08-14 12:02:09 +02:00
root
8872b064b8 Update edit_pool recipients parameter 2020-07-24 09:24:10 +02:00
Alfredo Cardigliano
7ffb4df9a6 Handle host pool serialization (exception for backward compatibility).
Fix recipients add
Initial work for alerts dispatching to recipients
2020-07-23 06:22:17 +02:00
Alfredo Cardigliano
0d7d274d4c Add recipients to pools 2020-07-22 17:30:11 +02:00
Simone Mainardi
889bd554d5 Unbinds pool members when assigning them to the default pool 2020-07-20 09:34:11 +02:00
Simone Mainardi
ccd9aa6c37 Minor cleanup 2020-07-17 17:32:01 +02:00
Simone Mainardi
52c022de20 Returns bind errors in REST endpoint to add host pool members 2020-07-17 17:29:46 +02:00
Simone Mainardi
a4abaed7b3 Returns pool members as array via REST 2020-07-17 14:14:09 +02:00
Simone Mainardi
aa99b6be61 Implement REST endpoint to get host pool members 2020-07-17 12:55:31 +02:00
Simone Mainardi
31715e65d2 Implements REST endpoint to check host pool members before bind
Implements #4138
2020-07-15 16:02:08 +02:00
Simone Mainardi
6638f66543 Implements REST endpoint to bind host pool members
Implements #4136
2020-07-15 11:45:13 +02:00
Simone Mainardi
83e2b10953 Implements pools_rest_utils.lua with common RESTful API functions 2020-07-08 16:34:09 +02:00