Commit graph

5794 commits

Author SHA1 Message Date
MatteoBiscosi
372c54294e Disabled check by default 2022-11-21 16:04:17 +01:00
MatteoBiscosi
ef01259354 Fixes flow checks not found 2022-11-21 10:59:55 +01:00
Luca Deri
80db634bfe Implemented skeleton of CustomFlowLuaScriptAlert check 2022-11-19 20:31:24 +01:00
Luca Deri
f77e4ad3ea Added new module snmp_mapping for handling interface information coming from nprobe via ZMQ 2022-11-18 19:34:32 +01:00
MatteoBiscosi
7e0978a6be Added snmp timeseries id 2022-11-18 18:25:01 +01:00
MatteoBiscosi
6e4bfa50c6 Added top SNMP interfaces traffic ts 2022-11-18 18:23:29 +01:00
MatteoBiscosi
17b17de74f Added SNMP consts.lua 2022-11-18 18:11:25 +01:00
uccidibuti
23d4d09a10 Restyle timeseries 2022-11-18 10:45:04 +01:00
Alfredo Cardigliano
5aedbf96d3 Log bad IPs in lists using a normal level instead of warning 2022-11-18 09:09:18 +01:00
MatteoBiscosi
60454d5a4d Removed multiple entries from maps entry (#6889) 2022-11-16 18:04:34 +01:00
MatteoBiscosi
4bc150e7c9 Removed debug tprint 2022-11-16 11:33:11 +01:00
MatteoBiscosi
b6692f3fea Added TCP Packets issues check (#6899) 2022-11-16 11:28:16 +01:00
Alfredo Cardigliano
4d01430a85 Add missing ifid param 2022-11-11 18:23:46 +01:00
Matteo Biscosi
76ad7a3b4f Fixes attempt to index nil value 2022-11-11 17:40:28 +01:00
MatteoBiscosi
db32c0c67a Moved tcp issues generci alert 2022-11-11 12:41:42 +01:00
MatteoBiscosi
4ee36c721f Removed still not implemented check (#6977) 2022-11-11 12:26:34 +01:00
Matteo Biscosi
49b0d0bbee Fixes netplan configuration error 2022-11-11 12:19:25 +01:00
Alfredo Cardigliano
ea86426dbc Fix access to pro feature 2022-11-10 17:53:05 +01:00
Matteo Biscosi
0f51b329b0 Added support to multi LAN and fixes DHCP service error 2022-11-10 17:50:27 +01:00
MatteoBiscosi
c03a1d9629 Added id check to timeseries 2022-11-09 11:20:41 +01:00
MatteoBiscosi
5206650209 Removed DSCP timeseries 2022-11-08 17:41:59 +01:00
MatteoBiscosi
47cb8dac30 Updated available timeseries 2022-11-08 17:41:48 +01:00
MatteoBiscosi
4624d07289 Updated timeseries list and added tops 2022-11-08 16:57:17 +01:00
MatteoBiscosi
5c93cfe76b Added other timeseries to the new pages 2022-11-08 11:16:55 +01:00
MatteoBiscosi
2daaedb5ed Updated timeseries pages 2022-11-07 18:30:43 +01:00
uccidibuti
9c004f1ab7 Restyle timeseries: restyle consts.lua; add new network_details page; restyle page-stats props 2022-11-07 16:23:40 +01:00
MatteoBiscosi
1d2bd8de20 Fixes wrong traffic disaggregation renaming #6957 2022-11-07 11:56:41 +01:00
Luca
11cff335b0 Improvements for handlign Cisco NBAR collection 2022-11-05 22:18:32 +01:00
Luca
a322c4a27d Added tracings 2022-11-04 12:29:16 +01:00
uccidibuti
767ad26af5 Add metrics rest for mac 2022-11-04 09:43:02 +01:00
uccidibuti
d90b4ab69b Add new function to render new timeseries page 2022-11-04 09:42:28 +01:00
uccidibuti
186b617072 Move ts business logic in ts_rest_utils.lua 2022-11-04 09:42:01 +01:00
Luca
686112d3eb Initial implementation of host check rules. This is work in progress and ** subject to change **
Under the network interface -> Wheel there's a new field named "JSON Host Rules"
that can accept JSON in the format below:

- target can be * (= all local hosts) or a specific IP address
- frequency can be hourly or daily and it specifies the timeperiod on which the condition is evaluated
- metric can be set to bytes, score or a L7 protocol supported in nDPI
- threshold is the numerical value over which the alert is triggered

[
{ "target": "*",  "frequency": "hourly", "metric": "bytes",  "threshold": 354333 },
{"target": "146.48.56.79","metric": "AmazonAWS","frequency": "daily","threshold": 5000 }
]
2022-11-02 19:00:45 +01:00
Luca
71063cc347 Added module for checking host thresholds 2022-11-01 21:05:06 +01:00
Alfredo Cardigliano
fd4fde2e24 Fix Manage Data / Delete Host Data with ClickHouse 2022-10-31 15:59:10 +01:00
MatteoBiscosi
32b5ad3942 Changed nedge dhcp service management 2022-10-27 15:51:04 +02:00
MatteoBiscosi
bc5757be0c Added enabled to systemctl 2022-10-27 15:48:48 +02:00
MatteoBiscosi
8118ca742f Put single quote instead of double quote 2022-10-27 13:28:09 +02:00
MatteoBiscosi
a1c796d461 Fixes flow page not working with quotes 2022-10-27 13:22:11 +02:00
MatteoBiscosi
52b7ad12ce Fixes datatable reload not hidden 2022-10-26 11:54:06 +02:00
uccidibuti
8b5e2eedbb Fix timeseries hosts top 2022-10-25 11:40:40 +02:00
MatteoBiscosi
e0b3682bba Removed no more used severity 2022-10-25 10:51:17 +02:00
MatteoBiscosi
062bd3a523 Fixes top host timeseries not working 2022-10-25 10:35:14 +02:00
Luca Deri
38d48a08a1 Improved flow display 2022-10-21 21:22:45 +02:00
Alfredo Cardigliano
87a3ad8baa Add routing_policy to nedge configuration callback 2022-10-21 17:02:03 +02:00
MatteoBiscosi
b357bcb626 Added href to historical page 2022-10-21 16:25:44 +02:00
MatteoBiscosi
7bfc2fdde4 Fixes Flow risks not defined (#6939) 2022-10-21 13:37:08 +02:00
MatteoBiscosi
45eeaca927 Added unidirectional traffic timeseries 2022-10-21 11:54:27 +02:00
Luca Deri
d541c8859c Implemented timeseries for number of unidirectional TCP flows
Enhanced error codes in GUI
2022-10-20 19:02:18 +02:00
MatteoBiscosi
771c580ca2 fixes attempt to index nil value 2022-10-20 16:27:45 +02:00