Commit graph

5778 commits

Author SHA1 Message Date
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
MatteoBiscosi
6106cbad65 Updated checks ordering 2022-10-20 11:05:48 +02:00
MatteoBiscosi
eda4cfb088 Added severity to ntopng checks table 2022-10-20 10:34:37 +02:00
MatteoBiscosi
136c518950 Added default value to host timeseries 2022-10-19 10:20:25 +02:00
MatteoBiscosi
692ae0bfcc Added critical and emergency status to alerts 2022-10-19 10:18:51 +02:00
Alfredo Cardigliano
6fcbcdd036 Accepts addresses with no profix or no vlan in lua/admin/manage_pool_members.lua 2022-10-17 17:06:22 +02:00
MatteoBiscosi
52c316d214 Removed non standard connotations (#6878) 2022-10-17 15:53:36 +02:00
MatteoBiscosi
cb1d74ee3a Fixes network speed indicator 2022-10-17 15:39:22 +02:00
MatteoBiscosi
4728baed14 Fixes inconsistent naming in ntopng (#6716) 2022-10-17 12:52:47 +02:00
Luca Deri
f20c762dec Added support for nDPI network handling in flows 2022-10-16 23:32:55 +02:00
Luca Deri
fadd612d14 Implemented support of host filtering with TX traffic sent 2022-10-15 12:44:20 +02:00
Luca Deri
784e2d86b3 Improved top host sites adding reset method 2022-10-15 00:39:24 +02:00
Alfredo Cardigliano
1cfeadaf06 Fix indenteation 2022-10-14 13:01:31 +02:00
MatteoBiscosi
b4ba4c10c0 Removed debug print 2022-10-14 12:24:52 +02:00
MatteoBiscosi
c4f475999b Added application and categories timeseries to host rest 2022-10-13 18:19:07 +02:00
uccidibuti
2292641ee6 fix timeseries dumped_flows unit measure 2022-10-13 11:49:08 +02:00
MatteoBiscosi
cd9cafa146 Added info formatter for dns and http (#6931) 2022-10-12 11:52:09 +02:00