Commit graph

363 commits

Author SHA1 Message Date
Alfredo Cardigliano
3c7c973e29 Cleanup pfring filter queue at startup 2023-05-29 10:10:58 +02:00
Alfredo Cardigliano
24edb6dd40 Print 'fetching blog posts' only when actually fetching them. Do fetching on delayed callbacks only on nedge 2023-05-23 18:07:02 +02:00
Alfredo Cardigliano
2434ae9e76 Cleanup deprecated code 2023-05-18 18:36:25 +02:00
Alfredo Cardigliano
1bf54e7ac2 Major cleanup of host_pools_nedge, now using host_pools code 2023-05-15 15:21:53 +02:00
Alfredo Cardigliano
d179a572c5 Cleanup old host pools migration 2023-05-10 11:17:04 +02:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
4e96ca6a39 Skip connectivity check if forced offline 2022-05-12 11:45:53 +02:00
Luca Deri
614125cbba Starup log is now verbose to spot initialization delays 2022-03-08 12:04:00 +01:00
MatteoBiscosi
556057c1c1 Fixes nil value notification 2022-02-18 11:45:46 +01:00
Alfredo Cardigliano
53e21718fa Safety check 2022-02-17 15:42:05 +01:00
MatteoBiscosi
f86b7afe94 Fixes alerts not triggered due to redis delete 2022-02-17 11:50:12 +01:00
MatteoBiscosi
57a85de50e Cleaned up the code from plugin_utils 2022-02-11 12:07:23 +01:00
Matteo Biscosi
1b3a1c97c8 Removed checks plugins concept from ntopng 2022-02-08 18:13:11 +01:00
Luca Deri
fcaa071acb Added delayed scripts that are executed with minimal time drift to avoid all scripts to be executed at the same time and thus cause load spikes 2022-01-03 18:55:18 +01:00
Luca Deri
fc0e204803 Reworked blog fetch into new callback file fetch_blog_feed.lua 2022-01-03 18:55:18 +01:00
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Alfredo Cardigliano
4603f3f088 Disable debug messages 2021-12-30 14:48:05 +01:00
MatteoBiscosi
e92135e776 Reorganized periodic scripts 2021-12-28 15:41:28 +01:00
Simone Mainardi
16b52dda98 Additional system startup.lua cleanup 2021-12-03 16:44:55 +01:00
Simone Mainardi
04949ea275 Cleanup system startup.lua from interfaces code 2021-12-03 14:30:57 +01:00
Simone Mainardi
9f7e02303e Observation point fixes (throughput update, layout) and shutdown 2021-11-26 09:48:53 +01:00
Luca Deri
ea2a81f9fc Fixed invalid CPU stats timeseries 2021-11-23 14:28:40 +01:00
Luca Deri
4507f2e2e2 Added traces 2021-11-23 12:06:38 +01:00
Luca Deri
4314b15689 Discovery script now performs also interface checks 2021-11-23 10:40:23 +01:00
Luca Deri
cece4dec7c Further improvements in reducing CPU load on housekeeping tasks (#6091) 2021-11-23 10:15:38 +01:00
Luca Deri
1c47f6ed13 Further improvements in reducing CPU load (#6091) 2021-11-23 10:10:30 +01:00
Luca Deri
e905d09124 Mitigates load due to VM reload (#6091) 2021-11-23 09:55:13 +01:00
Simone Mainardi
62ee3437af Performs Clickhouse old data cleanup in the system daily callback
Addresses #6030
2021-11-10 14:16:05 +01:00
Simone Mainardi
db78fcea46 Adds support for nEdge per-egress interface timeseries
Addresses #2046
2021-11-03 17:48:23 +01:00
Simone Mainardi
69bf5bc3b5 Executes notifications.lua every 3 seconds 2021-10-20 14:46:19 +02:00
Luca Deri
d8a1c63f48 Removed reusable VMs 2021-10-20 13:31:33 +02:00
Simone Mainardi
a406391502 Implement stateful SNMP alert to detect too many MACs on non-trunk
Addresses #5893
2021-10-20 12:21:59 +02:00
Simone Mainardi
2a59d2c41a Handles plugin changes in notifications.lua, reload VMs every min 2021-10-19 10:30:48 +02:00
Luca Deri
4548faaa20 Modified notifications.lua VM lifecycle 2021-10-18 21:15:15 +02:00
Simone Mainardi
bf24680fdc Removes policy utils from startup 2021-10-15 12:34:48 +02: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
Simone Mainardi
fa30e60047 Detects possible license changes in notifications.lua
Addresses #5965
2021-10-11 16:47:39 +02:00
Simone Mainardi
b1499dc6db Fixes license changes and removes duplicated logic
Addresses #5965
2021-10-11 16:03:51 +02:00
Alfredo Cardigliano
9d3c0f065f Fix traceError 2021-10-07 10:50:09 +02:00
Simone Mainardi
bf127dcc22 Removes circular include between lua_utils and os_utils 2021-09-30 17:41:44 +02:00
Luca Deri
16be27daef Removed un-necessary require 2021-09-30 14:56:44 +02:00
Simone Mainardi
e53aef06da Fixes nEdge startup 2021-08-17 13:58:17 +02:00
Simone Mainardi
3ada168fb7 Fixes engaged/dropped alert timeseries wrongly typed
Partially addresses #5678
2021-07-14 12:53:55 +02:00
Alfredo Cardigliano
4955ed4757 Fix housekeeping script failure in nEdge 2021-07-13 14:44:21 +02:00
Alfredo Cardigliano
f02986dff5 Add missing require 2021-07-09 16:01:15 +02:00
Alfredo Cardigliano
bb297048c7 Add connectivity check at startup. If offline, check hourly. 2021-07-09 15:45:04 +02:00
Simone Mainardi
2e8a6de0fc Major terminology unification (user scripts -> checks) 2021-06-17 12:39:43 +02:00
Simone Mainardi
4a526c3cdf Decouples checks from alerts (removes unnecessary flag is_alert) 2021-06-17 11:43:12 +02:00
Simone Mainardi
76fd315d1b Refactors user_scripts into checks (lua) 2021-06-16 18:02:22 +02:00
Luca Deri
4c27f6f98c Implemented handlig of hello message from nprobe 2021-05-28 19:34:11 +02:00