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
MatteoBiscosi
51ef60ead5
Fronted refactoring
2022-03-04 11:01:24 +01:00
Alfredo Cardigliano
ca846f4015
Remove Interface pool (we have the host pool only now)
2022-02-25 18:04:46 +01:00
MatteoBiscosi
57a85de50e
Cleaned up the code from plugin_utils
2022-02-11 12:07:23 +01:00
Alfredo Cardigliano
257ece18c0
Copyright update (Lua)
2022-01-03 09:42:33 +01:00
Alfredo Cardigliano
1dda3ba9a2
Comments
2021-12-17 12:12:52 +01:00
Alfredo Cardigliano
cc6014a220
Add toast to warn about deprecated nindex support. Cleanup code.
2021-12-09 16:34:47 +01:00
Alfredo Cardigliano
e10eb3b8be
Add tooltips to icons in the interface navbar
2021-10-21 09:41:07 +02:00
MatteoBiscosi
a582aa6243
Fixes header alignment different from data alignment ( #5774 )
2021-08-25 11:11:03 +02:00
Simone Mainardi
fef2a46eca
Fixes recording not showing up with view interfaces
2021-08-17 20:52:11 +02:00
Simone Mainardi
c1cabfff41
Reworks throughput refresh and unifies refresh rates
...
Addresses #5768
2021-08-16 14:11:38 +02:00
Vasilis Tako
b266cefb3d
Fixed dark theme problems(Issue #5753 )
2021-08-10 15:20:26 +02:00
Simone Mainardi
994eded6d4
Fixes if_stats page layout for ZMQ interfaces
2021-08-03 10:52:58 +02:00