Simone Mainardi
3744ace4f8
Refactors graph_utils and nv_graph_utils
...
Addresses #3720
Refactor: create module graph_utils
Refactor: get_timeseries_layout
Refactor: get_default_timeseries
Refactor: getDeviceCommonTimeseries
Refactor: printCategoryDropdownButton
Refactor: printPoolChangeDropdown
Refactor: poolDropdown
Refactor: printProtocolQuota
Refactor: printGraphTopFlows
Refactor: drawGraphs
Refactor: printNotes
Refactor: getMinZoomResolution
Refactor: printSeries
Refactor: zoom_vals
Refactor: getZoomDuration
Refactor: getZoomAtPos
Refactor: stackedProgressBars
Refactor: percentageBar
Refactor: breakdownBar
Refactor: getProtoVolume
Refactor: normalizeSeriesPoints
Refactor: nv_graph_utils
Refactor: extendLabels
Refactor: getAlertGraphLink
Refactor: performCustomQuery
Refactor: drawProGraph
Refactor: unifies nv_graph_utils and graph_utils
2020-04-10 09:47:32 +02:00
Luca Deri
99c4ce6897
Fixed geomap
2020-04-09 00:20:06 +02:00
emanuele-f
d0ba121a5e
Rework flows table update
...
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.
Closes #3660
2020-04-07 16:56:14 +02:00
gabryon99
792a542c41
added print_page_title on each page
2020-04-06 10:35:57 +02:00
emanuele-f
0cae211404
Fix missing SNMP host menu entry
...
Fixes #3694
2020-04-03 10:36:19 +02:00
Alfredo Cardigliano
2425134f05
Replace isEnterprise with isEnterpriseM
2020-04-02 12:36:34 +00:00
emanuele-f
02c36d4140
Replace calls to getResolvedAddress with host2name
2020-03-31 11:52:50 +02:00
gabryon99
ce0e3d2d11
fix for system view
2020-03-24 12:39:08 +01:00
gabryon99
f87db8ec27
added windows check rtt in host details
2020-03-23 19:45:57 +01:00
gabryon99
23c7fd869c
added message on rtt add
2020-03-23 18:10:58 +01:00
gabryon99
253f73dea6
fixed typo
2020-03-23 17:40:49 +01:00
gabryon99
7479582210
fix system view and add rtt host from host_details
2020-03-23 17:38:22 +01:00
emanuele-f
4094662148
Hide packets-related pages in nEdge
...
Fixes #3586
Fixes #3585
2020-03-20 17:45:38 +01:00
emanuele-f
d0d0287570
Fix MUD recording state when disabled
2020-03-10 11:01:19 +01:00
emanuele-f
c7b2f12cc1
MUD improvements
...
- Handle configuration reset from gui
- Handle validation
- Show general and special device types info description
2020-03-05 11:56:23 +01:00
emanuele-f
b23ee9fb4f
Show MUD recording status, fix recording issues
2020-03-05 10:04:42 +01:00
emanuele-f
f000dcb30a
MUD configuration save fixes
2020-03-04 18:13:14 +01:00
emanuele-f
94f175194b
Initial changes for MUD recording
2020-03-04 17:05:53 +01:00
emanuele-f
d1140ec9fd
Avoid timeseries read operations to display the chart icon
...
Now the icon is displayed whenever the timeseries are enabled for the given context
2020-02-19 13:27:20 +01:00
Luca Deri
5351320114
Added checks on nil variables
2020-02-15 16:49:06 +01:00
gabryon99
a5f6ae3b8d
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-02-13 17:44:21 +01:00
emanuele-f
70da6923a5
Fix traffic report incorrectly show in community
2020-02-13 17:16:25 +01:00
gabryon99
bec4c8184d
add switches instead checkboxes
2020-02-12 22:38:27 +01:00
Simone Mainardi
20fe918d66
Handles dismissable missing geoip notice
...
Implements #3395
2020-02-11 15:30:01 +01:00
Simone Mainardi
b7f756c7ac
Fixes missing visited websites
...
Fixes #3406
2020-02-11 12:56:51 +01:00
Gabriele Pappalardo
c9c5944025
implemented leaflet.js maps support ( #3385 )
...
* implemented leaflet maps support
* removed old host_maps
* separted js logic into osm-maps.js
* add error handling on request fail
* fix for blank map
* default coord for disabled geolocation
* fix for error message
2020-02-06 11:09:50 +00:00
Luca
8cf7154f5c
Improvements on flow distribution
2020-02-03 08:04:11 +01:00
Luca
74bce76a76
Rerpoted flow status information under host/traffic
2020-01-31 18:31:04 +01:00
emanuele-f
4f6788fb58
New page_utils api to handle sidebar subitems selection
2020-01-30 11:53:13 +01:00
Luca Deri
70dc07c3f1
ArpMatrix code moved to attic
2020-01-30 09:57:32 +01:00
Gabriele Pappalardo
a2f4a1a065
elephant flows ( #3269 )
...
* elephant flows
* fix for apply button after changes
* fix for refresh icons on index.lua page, scrollable dropdowns enabled
2020-01-21 16:32:14 +00:00
Simone Mainardi
fcdc69963f
Fixes possibly empty HTTP pages and menu item
...
Fixes #3268
2020-01-21 12:07:36 +01:00
Simone Mainardi
2c6b0b5bf1
Adds score column to the host flows page
2020-01-16 18:52:52 +01:00
emanuele-f
e1dd9f9c5c
Fix ifid mispelling
2020-01-16 16:37:11 +01:00
emanuele-f
6edecb12cb
Score visualization improvements
2020-01-15 15:27:45 +01:00
emanuele-f
d7528e1628
Score improvements
...
The score is now calculated differently on the client and on the server of the flow.
The hosts flow is updated every minute and charted.
It's now possible to trigger an alert when the score threshold is exceeded
2020-01-15 12:34:16 +01:00
Alfredo Cardigliano
55b1ca75a9
Replace anomalous with misbehaving to avoid inconsistencies ( fix #2866 )
2020-01-14 15:49:19 +01:00
Alfredo Cardigliano
f4a4c07d80
Add ability to extract traffic to users with permission (direct extraction only)
2020-01-13 17:39:12 +01:00
Luca Deri
170bc60f19
Updated (C)
2020-01-08 23:52:51 +01:00
emanuele-f
d037f9a9a4
Use new user scripts config and gui
...
The user scripts configuration can now be configured from the "User Scripts" entry under the cog
icon. It allows the creation of multiple configuration presets to be applied to hosts, networks and
interfaces.
2020-01-03 13:03:34 +01:00
Simone Mainardi
9d4df32f13
Additional fixes for tcp flags stats and use of json library
2020-01-02 19:20:07 +01:00
Simone Mainardi
dacaa7e3db
Migrates font-awesome 5 fa to fas
2019-12-18 11:50:02 +01:00
Simone Mainardi
fdba617b0d
Fixes discovery for loopback interfaces
2019-12-17 14:27:35 +01:00
Simone Mainardi
539f82a153
Improves ICMPv6 types/codes support
2019-12-14 16:58:37 +01:00
Simone Mainardi
a65b6efc7c
Implements icmp hosts stats for view interfaces
2019-12-13 13:06:26 +01:00
Simone Mainardi
0ce4ebad97
Dropbox code cleanup
2019-12-13 10:43:08 +01:00
Simone Mainardi
37f54a5090
Fixes font-awesome 5 external link
...
Fixes #3125
2019-12-13 10:18:20 +01:00
Simone Mainardi
4a9ac03cb4
Implements dns hosts stats for view interfaces
2019-12-13 09:58:09 +01:00
Simone Mainardi
1eb3bf9335
Moves hosts HTTP updates offline
2019-12-12 15:54:23 +01:00
Luca Deri
20046ffb4c
Minor chart rework
2019-12-10 11:44:23 +01:00