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
Simone Mainardi
4a3be51887
Adds links to probe IP for active hosts
2021-07-16 12:45:38 +02:00
Simone Mainardi
e6ffc83324
Handles large number of nProbes in UI and backend
...
Implements #5667
2021-07-15 17:11:48 +02:00
Simone Mainardi
3ada168fb7
Fixes engaged/dropped alert timeseries wrongly typed
...
Partially addresses #5678
2021-07-14 12:53:55 +02:00
Simone Mainardi
b117e8a23a
Adds new REST API v2/
...
Addresses #5269
2021-07-08 09:57:46 +02:00
Luca Deri
b9ca15050f
Added check
2021-07-07 12:23:16 +02:00
Luca Deri
f09bfbde26
Fixed interface stats with aggregated views
2021-07-07 08:43:14 +02:00
Luca Deri
620823cf33
Cleaned up code for ZMQ collectors (some extra cleanup is necessary however)
2021-07-07 01:38:45 +02:00
MatteoBiscosi
08e4c16375
Removed service/periodicity maps href for unprivileged users #5617
2021-07-02 11:54:39 +02:00
MatteoBiscosi
a8e187dece
Fixes #5584 invalid table layout in ZMQ Interfaces
2021-06-30 17:35:45 +02:00
l3wiz
b3b45ee522
Fixed layout in ZMQ interfaces (Issue #5584 )
2021-06-30 12:48:17 +02:00
Luca
ff3f9a43a1
Introduced traffic direction in ZMQ when %DIRECTION information
...
element is set in the nProbe template (-T)
2021-06-28 09:13:58 +02:00
Vasilis Tako
4fe3628db9
Merge branch 'ntop:dev' into dev
2021-06-24 16:37:51 +02:00
Simone Mainardi
03b1633d1a
Adds extra tracing for alert drops
...
Addresses #5558
2021-06-23 16:13:47 +02:00
l3wiz
f3126b42fe
Changed progress-bar and badges palette color (Issue #5346 )
2021-06-23 13:14:52 +02:00
Simone Mainardi
2e8a6de0fc
Major terminology unification (user scripts -> checks)
2021-06-17 12:39:43 +02:00
Luca Deri
a6eb3e7419
Changes to the layour of the information nProbe has reported
2021-06-17 09:30:17 +02:00