Commit graph

88 commits

Author SHA1 Message Date
Nicolo Maio
92ce0298d0 Remove tprint. 2023-09-07 16:01:16 +02:00
Nicolo Maio
08620ecdec Add traffic RX and TX (#7754) 2023-08-29 15:59:52 +02:00
Matteo Biscosi
dc291cf89e Changed VS alert message 2023-08-18 14:41:37 +00:00
Matteo Biscosi
f88f512ac2 Added debug print to VA 2023-08-18 12:52:34 +00:00
Matteo Biscosi
ad2e918f8d Moved vulnerability scan alert into active monitoring alerts (#7761) 2023-08-18 10:18:23 +00:00
Nicolo Maio
7d3696c076 Add host pools and networks in Local Traffic Rules. (#7754) 2023-08-17 17:45:32 +02:00
Matteo Biscosi
7eaa652d0e Fixes vulnerability scan alert 2023-08-04 15:18:46 +00:00
Matteo Biscosi
3ca4ad98ae Added vulnerability issues alert (#7717) 2023-08-04 13:24:27 +00:00
Matteo Biscosi
41d97dae8f Added possibility to load table with preloaded search 2023-08-01 14:59:07 +00:00
Matteo Biscosi
5e49c8e8ae Fixes device connection/disconnection alert 2023-07-26 09:28:09 +00:00
Matteo Biscosi
4795779785 Fixes incorrect alert description 2023-07-10 17:23:56 +00:00
Matteo Biscosi
fcd6102ad0 Reworked behavior analysis alerts 2023-06-16 14:32:02 +00:00
Nicolo Maio
78565f9fc0 Fix SNMP Alert Error Messages. (#7526) 2023-06-07 10:09:40 +00:00
Nicolo Maio
672a9de40a Fix snmp rules check. (#7512) 2023-06-06 15:16:06 +00:00
Nicolo Maio
8ad8d69b4e Fix snmp rules alert. (#7512) 2023-06-06 14:33:35 +00:00
Nicolo Maio
64c62e1586 Revert "Fix SNMP alerts in case of bad port number provided by the check"
This reverts commit 488f80f476.
2023-06-06 10:43:13 +00:00
Alfredo Cardigliano
488f80f476 Fix SNMP alerts in case of bad port number provided by the check 2023-06-06 10:35:43 +00:00
Alfredo Cardigliano
6760c2bb77 Fix formatting of quota exceeeded alert 2023-05-19 15:57:38 +02:00
Alfredo Cardigliano
2434ae9e76 Cleanup deprecated code 2023-05-18 18:36:25 +02:00
Nicolo Maio
5bf92eec23 Add backend endpoint to handle checks. (#7446) 2023-05-15 16:12:17 +00:00
Matteo Biscosi
31d35583c2 Fixes device exclusion alert and added more info 2023-04-26 12:18:28 +00:00
Nicolò Maio
8cdda7cc69
Add flow exporter device check rules. (#7082) (#7364)
* Add flow exporter device check rules. (#7082)

* Remove debugger.

* Minor fix.

* Update en.lua
2023-04-07 16:28:24 +02:00
Matteo Biscosi
76267099a2 Fixes alerts inconsistent alerts and checks names (#7314) 2023-03-14 15:36:07 +00:00
Nicolò Maio
cf8a89a7e1
Add lowerbound and upperbound choice and percentage threshold on host rules. (#6855) (#7238)
* Add lowerbound and percentage threshold on host rules. (#6855)

* Add interface rules. (#6855)

* Added ability to blacklist hosts via Lua API

* Not supposed to be committed

* Method signature change to be called it also from a lua host script

* Fix empty string heck

* Add param check

* Add example listing alerts

* Fix params check

* Fix alert raw queris

* Removed debug code

* MacOS changes

* Updated (C)

* Warning fixes

* Removed sprintf calls

* Added rx_only_hosts classification

* https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Update dist: https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Remove obsoleted comment

* Minor GUI fix. (#6855)

* Fix on alert format. (#6855)

* Minor fix. (#6855)

* Update doc. (#6855)

---------

Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
Co-authored-by: Luca Deri <deri@ntop.org>
Co-authored-by: Alfredo Cardigliano <cardigliano@ntop.org>
Co-authored-by: uccidibuti <vannucci@ntop.org>
2023-02-21 14:37:09 +01:00
Alfredo Cardigliano
669a4a484a Add syslog handler for nbox 2023-02-16 16:35:47 +01:00
Nicolò Maio
6d2ee3d599
Add network issue alert (#6691) (#7228)
* Add network issues alert. (#6691)

* Fix alert subtype. (#6691)

* Update default values. (#6691)

* Minor fix. (#6691)
2023-02-14 05:40:06 -05:00
Luca Deri
7992446d9e Implements Local Hosts BlackList Check #6858 2022-09-09 22:51:12 +02:00
MatteoBiscosi
c330724455 Last fixes to connection/disconnection alert (#6801) 2022-08-08 17:40:33 +02:00
MatteoBiscosi
1775233197 Updated device connection alert (#6801) 2022-08-08 11:37:33 +02:00
MatteoBiscosi
d6471d8dac Added device connection/disconnection alert (#6801) 2022-08-05 10:46:18 +02:00
MatteoBiscosi
3db8cc6cc8 Added check when SNMP traffic changes (#6144) 2022-07-20 12:42:41 +02:00
MatteoBiscosi
7f49e1cb04 Added SNMP interface error alert (#6747) 2022-07-15 17:11:14 +02:00
MatteoBiscosi
68671222bd Added DHCP starvation alert (#6659) 2022-06-06 17:39:12 +02:00
MatteoBiscosi
65284b6929 Fixes Score Network alert (#6366) 2022-05-17 11:26:00 +02:00
Luca Deri
3081d8d63b Added alert for SNMP MAC detection/disappear 2022-04-09 14:41:07 +02:00
Luca Deri
5128af7329 Fixed SNMP apert information 2022-04-09 12:04:44 +02:00
MatteoBiscosi
5e1725a256 Fixes SNMP alerts minor problems 2022-04-08 17:16:20 +02:00
Alfredo Cardigliano
673a7cf971 Add alert gateway_unreachable 2022-04-07 19:33:52 +02:00
MatteoBiscosi
25f78c075a Added Active Monitoring and SNMP categories (#6334) 2022-02-21 12:59:45 +01:00
Matteo Biscosi
7439f589d7 Fixed alert no activity on interface not correctly working (#6291) 2022-02-08 14:35:26 +01:00
Matteo Biscosi
59754483c9 Removed plugin from ntopng and migrated all of them 2022-02-03 17:23:03 +01:00
Matteo Biscosi
795125c814 Added alert to network discovery (#6218) 2022-01-19 16:17:30 +01:00
Alfredo Cardigliano
17d756c622 Fix require 2022-01-18 15:04:34 +01:00
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Luca Deri
9fcdb68fdf Removed duplicated line 2021-12-29 19:04:29 +01:00
MatteoBiscosi
185d5e3f38 Fixes unknown process notification alert (#6147) 2021-12-20 11:12:55 +01: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
a63c1dc957 Adds interface throughput check 2021-10-15 14:46:59 +02:00
Simone Mainardi
08b011acd8 Fixes possible attempts to call nil values in alert defs.
Fixes #5951
2021-10-04 12:24:07 +02:00
Simone Mainardi
9aa1df0296 Removes unused local variables 2021-10-01 11:27:42 +02:00