emanuele-f
4d53a4c960
Implement web and metric filters
2016-08-21 20:14:28 +02:00
Luca
650ce6e202
Removed Batman (mesh network) support as does not seem to be very popular in the ntopng community
2016-08-17 15:57:40 +02:00
emanuele-f
a9b27ca995
Visualize activity data using cubism.js horizon graph
2016-08-17 00:55:25 +02:00
emanuele-f
81b83d96dc
Dump user activity rrd to text
2016-08-16 04:37:51 +02:00
Simone Mainardi
12f24a87b4
Implements stateful alerts in C and sqlite
2016-08-11 19:56:49 +02:00
Luca Deri
a3d36634e3
Code cleanup
2016-08-10 15:53:39 +02:00
Luca
fdf1384081
Fixes after merge
2016-08-10 09:46:05 +02:00
Luca
bcadcf033f
Removed view interface (work in progress will be reintroduced after cleanup)
2016-08-10 09:37:10 +02:00
Simone Mainardi
431b0d96ed
Implements a function to obtain suppressed alerts redis keys
2016-08-09 19:17:42 +02:00
Simone Mainardi
52abb7659a
Handles per-interface alerts via the AlertsManager
...
This commit moves the global ntopng-wide alerts to
interfaces' AlertsManager s
2016-08-09 16:47:36 +02:00
Simone Mainardi
e674c73a2e
Simplifies the API for stateful host alerts
2016-08-01 18:22:43 +02:00
Simone Mainardi
85c5beb545
Implements alerts on a per-interface per-vlan basis
...
Interfaces were handled globally before this commit. Now
alerts can be configured per-interface. So for example alerts
for the same host 193.168.2.1 can be handled differently on multiple interfaces.
Old alerts configured should be automatically migrated thanks to script startup.lua
This commits also paves the way to introduce stateful alerts in the professional version
2016-07-27 22:10:17 +02:00
Luca
ad047d63d0
Fixed SNMP issues in host detail
...
Improved SSL readme
2016-07-19 20:12:38 +02:00
Luca Deri
6393adc446
Improvements for host SNMP location through the SNMP bridge MIB
2016-07-18 19:27:04 +02:00
Simone Mainardi
cf431236fa
Improves host configuration when VLANS are enabled
...
Fixes #661
2016-07-15 15:36:40 +02:00
Simone Mainardi
7607c90e93
Adds an extra check against possible nil values
...
Fixes #654
2016-07-11 14:30:23 +02:00
Simone Mainardi
23197acbbb
Fixes a typo in the HTTP page
2016-07-06 15:57:46 +02:00
Simone Mainardi
2c693cb0c1
Adds the ability to set a custom Google Maps API key
...
Users can now generate a custom Google Maps API key and
set it via ntopng Preferences page.
Addresses #646
2016-07-06 11:46:37 +02:00
Luca Deri
f56e91d3ca
Added link to flow device if present
2016-07-04 18:03:04 +02:00
Luca Deri
5088fe0f33
Flow collection improvements
2016-07-04 17:50:23 +02:00
Luca Deri
ef62c85bc7
Implemented host deviceIP/port binding
2016-07-04 00:04:32 +02:00
Simone Mainardi
e86103f9fc
Accounts all phyisical interfaces in grouped view stats
...
Addresses issue raised in #486
2016-06-24 15:58:03 +02:00
Simone Mainardi
19a2372d45
Improves interface selection criteria in host_get_json.lua
2016-06-18 15:28:25 +02:00
Simone Mainardi
c010813266
Minor fix for HTML anchors
2016-06-15 16:10:41 +02:00
Simone Mainardi
6b00fe18b3
Refactors function historicalProtoHostHref
2016-06-15 16:02:57 +02:00
Luca Deri
46e0fef38b
Implemented alert generation for suspicious probing attempts
...
Refactored code for historical traffic analysis
Added various HTML anchors to quick jump to historical reports if -F is used (Pro version only)
2016-06-15 11:37:52 +02:00
Simone Mainardi
376c6402ae
Beautifies historical data explorer links
2016-06-14 17:54:48 +02:00
Luca Deri
54942a8bec
Added warning in host details -> protocols to highlight probing attempts or service down
...
Tiny changes to tables in host view
2016-06-13 16:05:31 +02:00
Luca Deri
59c35d4a9b
Fixed invalid label on flow count
2016-06-08 15:50:13 +02:00
Simone Mainardi
c2767e37f5
Conditional UI layout
...
Different information and messages are shown depending on the
kind of interface. For example, low goodput flows are hidden
when processing a non-packet interface.
2016-06-06 17:50:57 +02:00
Simone Mainardi
d00c3081ec
Removes a debug print
2016-06-03 16:28:44 +02:00
Simone Mainardi
e79e9dfc7a
Refreshes alert status after UI changes
...
Fixes #595
Fixes #598
2016-06-03 16:25:45 +02:00
Simone Mainardi
c28fe1248e
Adds a method to print purged hosts/flows error messages
2016-05-27 14:26:44 +02:00
Simone Mainardi
7d82c7b897
Fixes Host Top Peers Page Rendering
...
Traffic volume for peers has been fixed. Also the following exception has been handled:
WARNING: Script failure [/usr/share/ntopng/scripts/lua/host_top_peers_protocols.lua][/usr/share/ntopng/scripts/lua/host_top_peers_protocols.lua:34: table index is nil]
2016-05-23 16:26:17 +02:00
Luca Deri
4acb2b0e81
Minor cosmetic fixes
2016-05-07 00:20:55 +02:00
Luca
2fb0e863fe
Fixed inter-arrival time in flows
...
Updated (C)
2016-04-19 11:06:39 +02:00
Simone Mainardi
28ea100379
Fixes a JS uncaught reference exception
...
Fixes:
host_details.lua?ifname=0&host=192.168.2.130&page=historical:1606 Uncaught ReferenceError: http is not defined
2016-04-13 17:15:30 +02:00
Simone Mainardi
7b1e38cc6e
Checks whether local packet dump is enabled via Lua
...
Fixes #487
2016-04-12 18:26:32 +02:00
Simone Mainardi
bb52aa747c
Prevents dump buttons from being shown for non-packets interfaces or when nBox integration is enabled
...
Traffic dump buttons are not shown for non-packet interfaces
as well as when the nbox integration is enabled.
2016-04-11 14:34:21 +02:00
Luca Deri
f88ea31239
Reworked HTTP stats (more work to be done)
2016-04-10 12:34:09 +02:00
Luca Deri
0c0b671e0f
Improved top sites
2016-03-22 14:56:03 +01:00
Luca Deri
4580211257
Improved http history for local hosts
2016-03-22 12:38:40 +01:00
Luca Deri
469b23b77e
Added to visited (local) host sites
2016-03-21 22:28:50 +01:00
Luca Deri
a102daf52f
Removed garbage
2016-03-15 22:54:45 +01:00
Luca Deri
07c839489e
Various ZMQ enhancementent
...
Set the icon size of some external links to the correct size
2016-03-15 19:51:38 +01:00
Luca Deri
4628b7b0b2
Menu fixes
2016-03-09 15:56:34 +01:00
Luca Deri
66f35058cc
Fixed host info details
2016-03-09 15:10:44 +01:00
Luca
8f0f8fc1cf
Added logic to detect flows with low goodput (e.g. originated by tools like https://github.com/shekyan/slowhttptest )
2016-03-08 19:18:28 +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
910c82cef7
Re-added host category pie chart
2016-01-25 10:13:59 +01:00