Matteo Biscosi
e58c60867e
Fixes reset counters does not reset sent/rcvd bytes/packets ( #8135 )
2024-03-27 06:55:06 -04:00
Luca Deri
65b2071dcd
In case of ZMQ, the interface refresh time cannot go below 10 sec
2024-03-12 19:25:08 +01:00
Nicolo Maio
eb52f62b1e
Fix ZMQ charts link in the interface details page.
2024-02-22 11:47:52 +01:00
Luca Deri
55870e97b9
(C) Update
2024-01-12 11:44:18 +01:00
Luca Deri
ee8933d492
Prevents non-admin users to pause interfaces
2023-12-28 20:04:03 +01:00
Alfredo Cardigliano
d0c4b5d811
Set number of connected probes. Increase displayed limit to 4.
2023-10-20 10:40:02 +02:00
Luca Deri
74d693017b
Initial changes for flow support in cloud mode
2023-09-12 23:59:23 +02:00
Alfredo Cardigliano
05c9eeb146
Move dashboard utils to public
2023-09-04 10:58:55 +02:00
Alfredo Cardigliano
9d460baec1
Add reports preferences
2023-08-31 10:02:09 +02:00
Alfredo Cardigliano
a2689714b5
Add toggle under the interface settings to enable daily reports
2023-08-25 17:14:41 +02:00
Alfredo Cardigliano
920d7ca2e0
Fix indent
2023-08-21 10:23:39 +02:00
Luca Deri
4b28d06955
Added --cloud <port> as shortcut for -i tcp://<ip>:<port>c --zmq-publish-events tcp://<ip>:<port+1>
...
Various cloud mode improvements
2023-08-01 19:13:32 +02:00
Alfredo Cardigliano
45ed751ea7
Make set_active_menu_entry clear ranaming it to print_header_and_set_active_menu_entry
2023-07-28 11:02:40 +02:00
Luca Deri
f0e994866f
Fixed cloud license displat
2023-06-30 20:51:32 +02:00
Alfredo Cardigliano
09bd132a4f
Improve generated config file
2023-06-26 15:48:29 +02:00
Alfredo Cardigliano
338e8382d6
Fix indentation
2023-06-23 12:15:41 +02:00
Alfredo Cardigliano
aa9851e048
Add download of a sample nprobe configuration file
2023-06-20 11:12:24 +02:00
Alfredo Cardigliano
15509c3468
Improve cli hint
2023-06-20 10:45:07 +02:00
Alfredo Cardigliano
4753d08660
Improve usage in interface page
2023-06-20 10:34:27 +02:00
Matteo Biscosi
152b77de0e
Fixes information icons missing href ( #7553 )
2023-06-16 09:03:58 +00:00
Alfredo Cardigliano
9b6702c578
Move Push Alerted Hosts to PF_RING setting to the interface settings
2023-05-31 14:44:19 +02:00
Luca Deri
bdece1ba70
Added % in interface packets stats
2023-05-07 23:21:02 +02:00
Alfredo Cardigliano
f6e6004a96
Add smart window info
2023-04-19 12:16:31 +02:00
Matteo Biscosi
7a93467163
Removed no more used textarea
2023-03-16 14:51:57 +00:00
Alfredo Cardigliano
87dfcf665f
Fix table len on nil
2023-02-24 16:33:41 +01:00
Alfredo Cardigliano
c98f39f2a4
Remove Hide from host feature
2023-02-17 11:43:07 +01:00
Luca Deri
e846fef24b
ZMQ encryotion key is now reported in hex to avoid escape problems
2023-01-07 10:00:38 +01:00
Luca Deri
f726b867c7
Updated (C)
2023-01-01 16:37:57 +01:00
MatteoBiscosi
57ffd0a2c9
Moved host rules page into Host menu ( #7055 )
2022-12-19 12:24:21 +01:00
Luca Deri
f953ff879e
Enabled host rule panel
2022-12-18 11:18:55 +01:00
MatteoBiscosi
811dd4a754
Fixes traffic profile ordering ( #7014 )
2022-12-14 12:13:32 +01:00
MatteoBiscosi
90db11c6cb
Added Host Rules page
2022-11-25 16:14:09 +01:00
Alfredo Cardigliano
338fba50e3
Cleanup
2022-11-21 16:23:21 +01:00
uccidibuti
23d4d09a10
Restyle timeseries
2022-11-18 10:45:04 +01:00
MatteoBiscosi
47cb8dac30
Updated available timeseries
2022-11-08 17:41:48 +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
784eae3c8b
Fixes nil interface ifid
2022-11-04 18:21:54 +01:00
uccidibuti
2bcbcf52b1
render new timeseries page in ntopng community and > pro for mac, interface and host
2022-11-04 09:47:52 +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 Deri
d7c866f4ee
Implements logic for #6150
2022-10-06 20:05:11 +02:00
Luca Deri
43279adebf
Removed debug trace
2022-09-26 18:43:19 +02:00
Luca Deri
4ad109a7c0
Added the ability to analyze a pcap without creating a new interface
2022-09-15 00:35:56 +02:00
MatteoBiscosi
f9c317387d
Added interface graphs
2022-09-08 17:20:32 +02:00
MatteoBiscosi
1b60ca718f
Removed DHCP page from ZMQ interfaces
2022-07-22 18:53:13 +02:00
MatteoBiscosi
b3d8d3d6f0
Fixes service/periodicity map href
2022-04-15 12:09:12 +02:00
Alfredo Cardigliano
7e84a6afdb
Control recording on the main interface from the sub interfaces
2022-03-31 12:47:33 +02:00
Alfredo Cardigliano
17f2c5bc27
Add interface.isSubInterface
2022-03-31 12:10:48 +02:00
MatteoBiscosi
7152d3823f
Removed nProbe page from view interface ( #6457 )
2022-03-22 12:25:10 +01:00
Alfredo Cardigliano
727a2a3559
Continuous recoridng info the the main interface page ( fix #6354 )
2022-03-09 12:49:00 +01:00
Luca Deri
a65d3442db
Fixed label
2022-03-08 12:51:31 +01:00