MatteoBiscosi
1d2bd8de20
Fixes wrong traffic disaggregation renaming #6957
2022-11-07 11:56:41 +01:00
MatteoBiscosi
fb023f68c6
Fixes unable to remove users #6958
2022-11-07 11:13:31 +01:00
MatteoBiscosi
b7cb9a3481
Possible fix for issue #6962
2022-11-07 10:55:50 +01:00
MatteoBiscosi
05e5b50662
Possible fix for issue #6962
2022-11-07 10:22:52 +01:00
Luca
11cff335b0
Improvements for handlign Cisco NBAR collection
2022-11-05 22:18:32 +01:00
MatteoBiscosi
2a0254ace3
Fixes nil value
2022-11-04 19:19:07 +01:00
MatteoBiscosi
784eae3c8b
Fixes nil interface ifid
2022-11-04 18:21:54 +01:00
Luca
a36d99e75c
Typo
2022-11-04 13:02:05 +01:00
Luca
a322c4a27d
Added tracings
2022-11-04 12:29:16 +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
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
MatteoBiscosi
f6d4846a17
Fixes nil value in host details
2022-11-03 11:56:31 +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
Luca
fd31d0eab9
Displayed the custom network name if set
2022-11-01 09:25:51 +01:00
Luca
ccd1921a42
Added symbolic host name if present
2022-11-01 09:11:45 +01:00
Alfredo Cardigliano
fd4fde2e24
Fix Manage Data / Delete Host Data with ClickHouse
2022-10-31 15:59:10 +01:00
Luca
96806e2076
Improved ports formatting
2022-10-30 20:58:38 +01:00
Luca Deri
45b7a1c931
Reworked local hosts port handling
2022-10-29 14:19:57 +02:00
MatteoBiscosi
28de65717e
Removed no more used hyperlink
2022-10-28 12:27:32 +02:00
MatteoBiscosi
a26108f8ad
Fixes some visual bugs in the traffic page
2022-10-28 12:27:19 +02:00
MatteoBiscosi
7692a0aa3d
Reworked host traffic page adding vue
2022-10-27 23:33:33 +02: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
147b1696c1
Added asn check for as details
2022-10-26 15:35:56 +02:00
MatteoBiscosi
52b7ad12ce
Fixes datatable reload not hidden
2022-10-26 11:54:06 +02:00
Luca Deri
b48d19943e
Fixed port counters
...
Code indent
2022-10-25 18:06:56 +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
7456607b53
Reworked host ports implementation
2022-10-23 22:13:33 +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
MatteoBiscosi
dfa5a04671
Fixes attempt to index nil value in host details
2022-10-21 11:13:20 +02:00
Luca Deri
089d68b137
Egress % calculation fix
2022-10-21 09:29:26 +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
Luca Deri
49953e8647
Reworked unidirectional flow counter name
2022-10-20 17:25:01 +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
uccidibuti
303dfbcb76
Restyle timeseries in host page
2022-10-19 21:38:29 +02:00
MatteoBiscosi
6c2a0f64cd
Fixes flow page error
2022-10-19 11:42:04 +02:00
MatteoBiscosi
136c518950
Added default value to host timeseries
2022-10-19 10:20:25 +02:00