Commit graph

9727 commits

Author SHA1 Message Date
Simone Mainardi
75ec359e11 Changes icon and font for an info div 2016-02-16 22:05:18 +01:00
Simone Mainardi
e6a8396795 Fixes a minor bug in interface alert re-arm 2016-02-16 17:33:43 +01:00
Simone Mainardi
4cd1387155 Adds AJAX utilities to retrieve nBox pcap statues
Javascript functions that connect to an nBox have been added.
With these functions it is possible to asynchronously retrieve
pcap captures generated via nBox n2disk. Statuses are shown in
a tab available in Pro mode historical view.
2016-02-16 16:30:32 +01:00
Simone Mainardi
9d81e473b9 Adjusts the layout of the historical page
Tabs have been used to simplify page layout.
The main historical RRD chart is shown in the first, default tab.
Detailed flows data is reported in separate tabs when MySQL
flow export is enabled.
2016-02-16 15:49:00 +01:00
Simone Mainardi
d97d909fc1 Adds pcap download buttons for historical data
A pcap button that sends requests to a configured nBox
has been enabled below historical talkers.
2016-02-16 13:16:45 +01:00
Simone Mainardi
9e5c843abe Fixes a WARNING: ntop_lua_http_print(): Lua type 2 is not handled
An attempt to resolve the name of a nil value was causing the error.
2016-02-15 21:49:35 +01:00
Simone Mainardi
aa592508d3 Uniforms return values for Lua functions that query MySQL
Lua function that query MySQL return an empty lua table
not only in case of an empty record set, but also in case of error.
This prevents upstream iterations over nil values.
2016-02-15 21:48:50 +01:00
Luca Deri
40a1110a7e Added ability to show file information/hash when downloaded via Bittorrent 2016-02-15 11:20:08 +01:00
Luca Deri
32202df9f7 Minor change to LDAP message
Improved error message on CRSF
2016-02-14 23:46:43 +01:00
Luca Deri
77e292a9c0 Improved LDAP authentication 2016-02-14 18:39:46 +01:00
Luca
ce178a1127 Initial work towards counter trends 2016-02-13 00:07:03 +01:00
Simone Mainardi
5f4eee79a3 Implements L7 application statistics drill-down
L7 Statistics can be drilled-down starting at the interface
or at the host level.
2016-02-12 18:49:03 +01:00
Simone Mainardi
3d2df7e64e Allows special characters in passwords (implements #388 and #232)
Special charaters are allowed in passwords, namely,
$!/()=?^*@_
2016-02-11 19:23:55 +01:00
Simone Mainardi
f155d62d1d Adds Breadcrumb Nav For historical Talkers Drill-Down
Historical talkers data can be navigated back and forth between
interface and host talkers, as well as applications per pair
of hosts
2016-02-11 15:29:19 +01:00
Luca Deri
8271120d28 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-02-11 00:43:58 +01:00
Luca Deri
3041514a56 Implemented TCP throughout estimation 2016-02-11 00:43:12 +01:00
valentina
885e808bdf Added ldaps and admin group fields in ntopng preferences. 2016-02-10 23:36:20 +01:00
Luca Deri
8458dc97b5 Fixed type 2016-02-10 13:18:49 +01:00
Simone Mainardi
fdb0d53fbb Enables the drill-down of pairwise host L7 applications 2016-02-09 21:12:47 +01:00
Simone Mainardi
9979d72707 Adds Flow Duration Computation in MySQL queries 2016-02-09 21:12:09 +01:00
Simone Mainardi
dc1b4abc2d Adds interface to host talkers drill-down (wip) 2016-02-09 19:54:52 +01:00
Luca Deri
fd21ffb718 Changed label 2016-02-09 10:33:09 +01:00
Simone Mainardi
08622e8f18 Implements MySQL Top Talkers Retrieval and Visualization
Overal Top Talkers are retrieved with just one single
MySQL query and include both ipv4 and ipv4. Top talkers
can be visualized on a per-interface and per-host basis,
and can be sliced and diced.
2016-02-08 21:35:27 +01:00
Simone Mainardi
22ffcda854 Removes a dummy table print 2016-02-07 17:35:32 +01:00
Simone Mainardi
ebe834ea15 Adds policy setup for custom netowrks in bridge mode (implements #372)
Traffic policies can now be setup for custom networks and not only
local networks.

Sanity checks on network CIDR and VLAN numbers have been introduced.

A minor bug that prevented per-host traffic policies to be populated has been fixed as well.
2016-02-07 17:27:42 +01:00
Simone Mainardi
e1e0e9cab0 Slices historical application data via MySQL
MySQL engine is leveraged to slice and order historical
data.
2016-02-07 14:32:46 +01:00
Simone Mainardi
25ee0d5c11 Implements Top Talkers and Top Applications In Time Range
Top Talkers and Top applications can be retrieved via MySQL
both interface-wide and per-host. A couple of tabs, namely
"Top Talkers" and "Top Applications" become available in the
historical page of interfaces and hosts. Upon focus of each
tab, an ajax request is triggered and data is fetched from MySQL.

TODO: interface wide top-talkers are retrieved from sqlite and
need to be moved to mysql.
2016-02-06 18:11:31 +01:00
Simone Mainardi
ebf1257979 Reformats top-talkers statistics for d3 dc 2016-02-05 15:30:49 +01:00
Simone Mainardi
96b563d31a Adds Efficient Top Host Lists Retrieval (fixes #378)
Top hosts are efficiently retrieved using new
GetHostsInfo
2016-02-05 15:04:31 +01:00
Simone Mainardi
7b2057eaec Improves JSON data retrieval for historical top talkers 2016-02-02 19:06:53 +01:00
Simone Mainardi
e8a3d43065 Handles errors when retrieving top talkers 2016-02-02 10:46:56 +01:00
Simone Mainardi
418f48e714 Adds JSON endpoints to retrieve top talkers data 2016-02-01 22:14:28 +01:00
Luca
4f6fdb9412 Changed label 2016-01-29 19:03:37 +01:00
valentina
18e301f3ef Added support ldap configuration 2016-01-29 14:46:36 +01:00
Luca Deri
8711deacfc Merged e3fd639e1f 2016-01-29 09:39:44 +01:00
Simone Mainardi
f936a88cbf Merge remote-tracking branch 'upstream/dev' into dev 2016-01-28 18:44:03 +01:00
Simone Mainardi
3b366e8453 Adds VLAN support to host_details_ndpi.lua (Fixes #351)
Vlans were not handled in host_details_ndpi. This
was causing failures while retrieving host infos.
2016-01-28 18:40:37 +01:00
Luca Deri
1cd8f7954a Added LDAP authentication support (work in progress)
User passwords now accept _ (underscore)
2016-01-28 16:01:35 +01:00
Simone Mainardi
b7d78b98ee Implements efficient MySQL data retrieval in json format
Retrieves MySQL records and converts the into json
2016-01-26 21:50:13 +01:00
Simone Mainardi
a36014d431 Restores "License Expires in" badge for trial versions 2016-01-26 15:25:34 +01:00
Luca Deri
910c82cef7 Re-added host category pie chart 2016-01-25 10:13:59 +01:00
Simone Mainardi
d0946c9c14 Adds ajax categories table with sort features 2016-01-22 20:29:57 +01:00
Simone Mainardi
3a9ad5d442 Code cleanup 2016-01-22 14:49:54 +01:00
Simone Mainardi
197510dd5e Converts static HTML pcap table to ajax
Historical data explorer able that integrates with nBox pcaps
has been converted to ajax
2016-01-22 13:04:52 +01:00
Luca
3bea0a7bfc Fxi for #354
Added support for collecting flows specified in JSON with symbolic field labels
2016-01-14 14:52:15 -05:00
Simone Mainardi
197283c2a8 Returns direct pcap download link 2016-01-09 18:05:30 +01:00
Simone Mainardi
bbc8c32e8d Toggles nagios and box configuration options 2016-01-09 17:15:49 +01:00
Simone Mainardi
6e7603cfa9 Adds BPF creation to the nbox interface layer 2016-01-09 17:06:16 +01:00
Simone Mainardi
734c1d4fe3 Removes the n2disk retrieval script
The retrieval script is now integrated into the
historical data explorer in the Pro version
2016-01-09 16:10:38 +01:00
Simone Mainardi
e36e27ef5e Removes pcap download from the main menu 2016-01-09 16:06:32 +01:00