lucaderi
d395deac4e
Automated commit of clang-format CI changes.
2023-04-07 14:20:44 +00:00
Luca Deri
f726b867c7
Updated (C)
2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
19310ffd06
Initial cleanup of useless consts towards migration to modern C++ ( #6271 )
2022-02-03 15:57:34 +01:00
Alfredo Cardigliano
f2060f2488
Copyright update (C)
2022-01-03 09:35:09 +01:00
Alfredo Cardigliano
3cd232e4c4
Fix math
2021-02-11 10:13:40 +01:00
Alfredo Cardigliano
149c1a0df1
Fix division by 0
2021-02-10 10:00:05 +01:00
Luca Deri
a1178a0791
Updated (C)
2021-01-02 12:08:23 +01:00
Alfredo Cardigliano
55b1ca75a9
Replace anomalous with misbehaving to avoid inconsistencies ( fix #2866 )
2020-01-14 15:49:19 +01:00
Luca Deri
57e6a93065
Improved scheduling algorithm to guarantee minimum service time when number of entries allow
...
Updated (C)
2020-01-06 23:36:36 +01:00
Simone Mainardi
e80dc962f4
Optimizes host.getFullInfo with smaller functions in periodic scripts
2019-10-21 16:21:03 +02:00
Luca Deri
3ea1b7e5d8
Window fixes
...
Moved community hash to attic
2019-06-29 18:54:19 +02:00
Simone Mainardi
dcd1c61d78
Alert anomalies fixes
2019-03-06 12:43:45 +01:00
Simone Mainardi
7b44f84ba3
Reduces false positives in anomalies
2019-03-06 12:03:28 +01:00
Simone Mainardi
8f1c8831bc
Properly sets initial values to prevent large RSI after deserializations
2019-02-21 17:48:13 +01:00
Simone Mainardi
1f349c5dee
Implements DNS monitored counters
2019-02-21 17:41:57 +01:00
emanuele-f
f801aa4902
Implement beta anomaly index alerts generation
...
Enable with "redis-cli set ntopng.prefs.beta_anomaly_index_alerts 1"
2019-02-13 15:57:32 +01:00
Luca Deri
937ee52de7
Disabled some debug messages in tracings
...
Added ability to avoid parsing JSON payload when specifying ignore_post_payload_parse = something. This is useful in case of a HTTP post where you do not want to parse it.
Example:
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local json = require "dkjson"
-- Use ignore_post_payload_parse BEFORE calling 'require "lua_utils"'
ignore_post_payload_parse = 1
require "lua_utils"
sendHTTPContentTypeHeader('application/json')
local info, pos, err = json.decode(_POST["payload"], 1, nil)
2019-02-06 15:28:18 +01:00
Simone Mainardi
500964c457
Improves anomaly index on active flows
2019-02-06 11:31:56 +01:00
Simone Mainardi
b4f1660b0a
Implements monitored gauges and metrics
2019-02-05 17:13:22 +01:00