Commit graph

5808 commits

Author SHA1 Message Date
Alfredo Cardigliano
cb4a100b3b Support filtering by Interface name/index using interface mapping from nprobe 2022-11-25 17:34:42 +01:00
MatteoBiscosi
90db11c6cb Added Host Rules page 2022-11-25 16:14:09 +01:00
MatteoBiscosi
371b0f2a90 Fixes HTTPS monitoring not working 2022-11-24 13:31:49 +01:00
Luca Deri
71fbbdbf58 Implemented custom host script (WIP) 2022-11-24 12:34:14 +01:00
Alfredo Cardigliano
99470d0eee Fix delete of alert exclusions with domains 2022-11-23 18:13:28 +01:00
MatteoBiscosi
9108018c43 Possible fix for https curl error 2022-11-23 18:07:58 +01:00
Luca Deri
9bdff1b170 Improved custom flow script alert 2022-11-23 17:04:01 +01:00
MatteoBiscosi
2e27e21cc8 Added SNMP flood check (#5905) 2022-11-23 12:14:42 +01:00
MatteoBiscosi
d9d7363844 Removed debug print 2022-11-23 11:31:38 +01:00
Alfredo Cardigliano
a98b200159 Code review and cleanup 2022-11-23 11:29:50 +01:00
MatteoBiscosi
cb0e1d82df Fixes speedtest label 2022-11-23 11:25:52 +01:00
Luca Deri
a687b9280a Implemented custom script check 2022-11-23 11:11:45 +01:00
MatteoBiscosi
4315812fb1 Fixes active monitoring timeseries 2022-11-23 10:52:49 +01:00
MatteoBiscosi
71bb0efbc2 Added DNS flood alert (#5905) 2022-11-22 11:13:02 +01:00
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