Commit graph

3392 commits

Author SHA1 Message Date
emanuele-f
09fb8667e2 Add ability to disable specific alert types on alertables 2019-07-22 23:37:23 +02:00
emanuele-f
6a6cedc899 Add ability to disable host alerts on specific flow status 2019-07-22 12:16:12 +02:00
emanuele-f
c715bb36f3 Implement per-alert-type host counters
Such counters will be used in the future to generate alert timeseries.
Counters are not currently serialized as internally discussed.

Closes #2728
2019-07-19 17:27:23 +02:00
emanuele-f
c9bf1e78cc Implement alerts release on shutdown 2019-07-19 13:58:10 +02:00
Simone Mainardi
5270d09490 Allows alerts to be configured on view interfaces 2019-07-19 12:43:31 +02:00
Simone Mainardi
893073dcd6 Fixes hyperlinks in case of view interfaces 2019-07-19 12:03:01 +02:00
emanuele-f
749a64e789 Release alerts on idle hosts 2019-07-19 10:54:05 +02:00
Simone Mainardi
e8a9ed34ab Hides hosts hyperlinks in viewed interfaces 2019-07-19 10:52:56 +02:00
Simone Mainardi
3cd6a92efd Implements nDPI stats counters for views 2019-07-19 10:30:59 +02:00
emanuele-f
3383ac0913 Implement dropped alerts per-interface counter 2019-07-18 17:29:05 +02:00
emanuele-f
0ec286f3ba Fix missing http_prefix in refer
Fixes #2731
2019-07-18 17:26:14 +02:00
Alfredo Cardigliano
3a8575dd69 Footer fix with alerts disabled 2019-07-18 02:07:35 +02:00
Simone Mainardi
0fd3be6b79 Implements hosts purge mark algorithm 2019-07-18 15:19:36 +02:00
Simone Mainardi
be85b2ebc8 Implements algorithm to purge hosts only after checking their alerts 2019-07-18 13:34:45 +02:00
emanuele-f
c5e597ea75 Fix alert config on local hosts 2019-07-17 19:05:01 +02:00
emanuele-f
608676fd0d Fix getting alert notifications when disabled 2019-07-17 18:49:56 +02:00
emanuele-f
6ea7055761 Fix engaged alerts on remote hosts 2019-07-17 18:46:19 +02:00
emanuele-f
991c4e2786 Implement engaged alerts pagination 2019-07-17 17:31:37 +02:00
emanuele-f
b5c6f68022 Fix invalid alert type 2019-07-17 16:56:24 +02:00
emanuele-f
5444f027ed Remove engaged alerts from sqlite 2019-07-17 16:29:55 +02:00
emanuele-f
2e537a0c94 Alert changes after review 2019-07-17 12:51:47 +02:00
emanuele-f
c117f20e19 Initial rework for in-memory alerts 2019-07-16 19:25:09 +02:00
Luca
bdf8720dc7 Implemented SYN distribution chart 2019-07-16 16:12:58 +02:00
emanuele-f
2cdc180c9b Remove unused function 2019-07-16 14:09:32 +02:00
Simone Mainardi
883b99dce9 Fixes attempt to index a nil value with Syslog alerts 2019-07-16 13:05:27 +02:00
emanuele-f
17616c5f66 Improve alerts integration into the host page (wip) 2019-07-16 12:45:23 +02:00
Alfredo Cardigliano
a76059bb11 Added ifid to rest/get/interface/data.lua 2019-07-16 10:22:10 +02:00
Simone Mainardi
cc97be85ca Fixes host alerts key generation 2019-07-15 22:54:09 +02:00
emanuele-f
0d04f24881 Remove unnecessary call 2019-07-15 22:33:12 +02:00
emanuele-f
c2e12b2eff Fix bad daily granularity
Fixes #2721
2019-07-15 22:18:28 +02:00
Alfredo Cardigliano
9687f6f5f1 Fix footer stats 2019-07-15 19:20:58 +02:00
Alfredo Cardigliano
b212f27bb2 Fixed sankey proportions when processing pcap files 2019-07-15 18:49:48 +02:00
Alfredo Cardigliano
60cbc056e5 Fixed Talkers sankey when analysing a pcap file 2019-07-15 18:31:20 +02:00
Alfredo Cardigliano
1a23ccb07f Using interface name in 'ifname', fixes #2719 #2720 2019-07-15 17:40:56 +02:00
emanuele-f
0d7195d6e3 Fix db index 2019-07-15 15:51:47 +02:00
emanuele-f
9fa3b7920c Add trace when alerts queue limit is exceeded 2019-07-15 15:37:20 +02:00
emanuele-f
5e40e47cce Implement expired alerts release
This is necessary to handle the case where a previously configured alert config is deleted
2019-07-15 13:09:18 +02:00
Simone Mainardi
ea99c39691 Defaults minimum to 0 in alerts configuration 2019-07-15 12:58:25 +02:00
Simone Mainardi
7c4a9ef76c Improves flood alerts descriptions 2019-07-15 12:52:35 +02:00
Simone Mainardi
771e690397 Minor fix 2019-07-15 12:38:23 +02:00
Alfredo Cardigliano
acd776ce55 Hiding Top Hosts page when analysing pcap dump 2019-07-15 12:35:27 +02:00
Alfredo Cardigliano
5783cb13d1 Hiding interface traffic report when analysing pcap dump 2019-07-15 12:33:14 +02:00
Simone Mainardi
e890786d91 Allows alert modules to be run only at given periodicities 2019-07-15 12:26:50 +02:00
Alfredo Cardigliano
374eebdccf Hiding traffic report when analysing pcap dump 2019-07-15 12:23:34 +02:00
Simone Mainardi
26f2e264c4 Allows alerts to be configured only at given periodicity (gui) 2019-07-15 12:14:17 +02:00
emanuele-f
e8e65ca63b Fix prefs error in alert endpoints prefs
Fixes #2718
2019-07-15 10:33:37 +02:00
emanuele-f
e9d5181d7c Add check for nil checkpoint
Fixes #2717
2019-07-15 10:27:28 +02:00
Alfredo Cardigliano
6ddbf17375 Protocol filter in the global Flows page 2019-07-12 16:46:16 +02:00
Simone Mainardi
fb891bbf2f Finishes implementation of new flood checks in lua 2019-07-12 19:14:30 +02:00
Alfredo Cardigliano
168fcf1332 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2019-07-12 16:35:30 +02:00