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
Simone Mainardi
30e2540933
Improves json return values for nbox data retrieval
2016-01-09 16:05:10 +01:00
Simone Mainardi
9bfd5a30b4
Adds n2disk historical pcap retieval support
2016-01-08 17:28:13 +01:00
Simone Mainardi
c0bb00b85a
Adds nBox support and integration (wip)
2016-01-07 19:57:37 +01:00
Simone Mainardi
36bcfa16a1
Notifies nagios for non-configured alerts
2016-01-06 16:34:53 +01:00
Simone Mainardi
064be1b125
Adds Top L7 Protocols lua function
...
A Lua function that queries MySQL to retrieve
historical L7 protocols has been added.
2016-01-05 19:22:02 +01:00
Simone Mainardi
ec301ace49
Extends top peers to IPv6
2016-01-05 18:57:45 +01:00
Simone Mainardi
47668a0cac
Adds Top Peers Lua function
...
A Lua function that queries MySQL
to retrieve top peers (given an host) has been added.
This function is used inside ntopng professional
database explorer
2016-01-05 18:40:27 +01:00
Simone Mainardi
a279d3b4ba
Adds hints to enable historical RRDs for categories and protocols
2016-01-05 16:45:33 +01:00
Simone Mainardi
6cd8440550
Formats chart key for traffic categories
2016-01-05 16:24:51 +01:00
Simone Mainardi
ed888805ec
Adds the historical db explorer to the main menu
2016-01-05 16:04:11 +01:00
Luca Deri
ddbfacaefb
Various fixes to host categorization
...
Added optional parameter for ntop.getInfo() call
2016-01-05 11:07:12 +01:00
Simone Mainardi
eb27c20109
Adds categories listing on the host details page
2016-01-05 10:02:53 +01:00
Luca Deri
53bdfadd84
Minor fixes
2016-01-04 23:11:58 +01:00
Simone Mainardi
06ef8d21ab
Implements historical RRDs for traffic categories
...
Traffic categorization can be optionally saved to RRDs
on a per-host basis.
2016-01-04 19:18:22 +01:00
Simone Mainardi
7f2cb08cae
Adds preferences button to toggle historical categorization
2016-01-04 13:10:36 +01:00
Luca Deri
f3cb6e5543
Replaced label with string in host report
...
Fixed categorization support when not enabled
2016-01-03 13:04:44 +01:00
Luca Deri
1b105de9c0
Added per-host traffic category stats
...
Check on startup when Flashstart is operational
2016-01-03 12:57:39 +01:00
Luca Deri
47d43d986b
Implemented multi-categories for flows
2016-01-02 12:55:13 +01:00
Luca Deri
b9068886a4
Reworked flashstart categorization support (work in progress)
2016-01-01 20:05:58 +01:00
Simone Mainardi
77c7c5ee96
Fixes false positive XSS detection ( #312 )
...
The following error has been fixed:
29/Dec/2015 16:48:43 [Utils.cpp:695] WARNING: Found possible XSS attempt: type [type]
29/Dec/2015 16:48:43 [Utils.cpp:695] WARNING: Found possible XSS attempt: type [type]
2015-12-30 14:47:07 +01:00
Simone Mainardi
707c8b9dfa
HTTPS iframe src ( Fixes #323 )
...
Github buttons in the footer iframe are
loaded over https. This prevents some browsers
from failing to load ntopng resources when
ntopng is started in https
2015-12-29 11:27:43 +01:00
Simone Mainardi
32ea608070
Formats raw bytes in historical flows tables ( #325 )
...
Formats raw bytes using sizes such as
KB, MB, and so on.
2015-12-29 11:03:38 +01:00
Simone Mainardi
677d32672d
Fixes a nil-key table access
...
The following error has been fixed:
28/Dec/2015 11:40:02 [Lua.cpp:4447] WARNING: Script failure [/Users/simone/code/ntopng/scripts/callbacks/minute.lua][...s/simone/code/ntopng/scripts/lua/modules/top_talkers.lua:221: table index is nil]
2015-12-29 09:33:55 +01:00
Luca
5e556396d1
Implemented dummy interface (-i dummy) to be used only for debugging purposes for testing low-memory conditions and internal routines.
...
Updated scripts that were still using old API calls
2015-12-28 23:16:54 +01:00
Luca
12aad4e7a7
Removed old API call
...
Tiny changes to XSS check code
2015-12-27 19:09:14 +01:00
Luca
11f8c934d0
Reworked hosts listing in order to avoid/limit out-of-memory issues
...
Implemented aggregation of hosts and flows when using views
2015-12-27 18:55:50 +01:00
Luca
df957f9e55
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2015-12-26 15:41:50 +01:00
Luca
440a2c8329
Reworked flow listing by sorting flows in memory before they are pased to Lua. This prevents Lua from using too much memory (in particular with limited-memory hosts or large sites with many flows)
2015-12-26 12:34:45 +01:00
Simone Mainardi
1edb469294
Allows values greather than 65k seconds for idle timeouts
2015-12-24 15:57:10 +01:00
Simone Mainardi
03bfb38b3d
Fixes a minor typo
2015-12-20 17:02:45 +01:00
Simone Mainardi
8b01d5b2c3
Adds nagios alert deactivation notifications
...
Nagios services are notified when ntopng
alerts are deactivated
2015-12-20 16:19:15 +01:00
Simone Mainardi
63bcbb12c7
Adds status information to nagios alerts
...
Alert status information is propagated together with nagios alerts.
This status will be used by nagios to handle service statuses.
2015-12-19 15:08:18 +01:00
Simone Mainardi
adf41511eb
Merge remote-tracking branch 'upstream/dev' into dev
2015-12-18 20:06:36 +01:00
Simone Mainardi
d0b580f934
Adds Re-Arm Time for Alerts
...
A re-arm period is added to alarms so that
back-to-back alarms can be silenced.
2015-12-18 19:59:03 +01:00