Commit graph

1479 commits

Author SHA1 Message Date
Simone Mainardi
85da10af61 Implements new flow drill-down criteria: exporter ip and in/out interfaces
Implements #1326
2017-07-20 19:54:11 +02:00
emanuele-f
fb0879162f Add utility function 2017-07-20 00:36:26 +02:00
emanuele-f
e9681c206f Add utility function 2017-07-19 19:14:43 +02:00
Simone Mainardi
5dfbf87bba Implements a locales_utils file to handle language changes 2017-07-19 12:08:16 +02:00
Simone Mainardi
7ed1e49888 Implements language selection 2017-07-19 11:58:46 +02:00
Simone Mainardi
4d69182c89 Implements VLAN filtering in hosts and flows lists
Implements #999
2017-07-18 17:56:16 +02:00
emanuele-f
9eeaeeecc9 Localize captive portal login 2017-07-18 15:40:08 +02:00
emanuele-f
6a7553c703 Localize login, logout, change password pages 2017-07-18 15:07:42 +02:00
emanuele-f
caf3fad67a Fix bad alert probing preference 2017-07-17 11:04:26 +02:00
Simone Mainardi
124abf391f Updates JS deps: d3, dc and crossfilter
New versions are:
d3 3.5.17
dc 2.1.8
crossfilter 1.3.12

Possibly affects #1300
2017-07-13 19:53:00 +02:00
emanuele-f
a16f6f937d rework toggleTableButtonPrefs to reduce parameters number 2017-07-11 13:53:02 +02:00
emanuele-f
b0814d9487 Separate preferences menu from menu logic 2017-07-11 10:32:46 +02:00
Luca Deri
8766aa0538 Updated preferece changes 2017-07-10 15:58:32 +02:00
Simone Mainardi
5969c19d6b Fixes ntopng version visualization in about.lua 2017-07-05 14:44:18 +02:00
Simone Mainardi
4a8c108060 Implements Flow SNMP Localization
Implements #1325
2017-07-04 18:11:58 +02:00
Simone Mainardi
eaa7a0d313 Separates L3 IPs from L2 MACs
Before this commit, multiple L3 hosts were allocated if the same ip
address was seen with multiple mac addresses. We have decided to keep
ip and macs logically sepatated. For this reason, after this commit,
the L3 ip always remains the same even if there are changes in the
mac. A user who wants to monitor mac addresses can use the L2 section
as well as the host pools.

This commit also reverts:
"Add MAC address to the serialized hosts key to fix bad MAC address association and stats"

This reverts commit 89a756fb9a.
2017-07-04 01:41:31 +02:00
Luca Deri
48c37e5424 Improvements on SSDP network discovery 2017-06-30 00:37:38 +02:00
emanuele-f
7f20e8f839 Make manage pools page paginatedy 2017-06-21 13:48:19 +02:00
emanuele-f
39a757b612 Improve flow interfaces usage help 2017-06-19 01:10:28 +02:00
Simone Mainardi
a76f547bd6 Fixes host pools additions for more than 10 pools 2017-06-18 17:42:28 -04:00
Luca
bf0f7f68b1 Implemented initia; Lua discovery call
Dissected SSDP location header and reported in host info page
2017-06-18 15:25:18 -04:00
Luca
d80f97f3d8 Improved version on footer 2017-06-16 07:45:18 -04:00
Luca
c89fda21b5 FIxed ntopng versions inconsistency 2017-06-15 22:23:10 -04:00
emanuele-f
21b0a1f638 Prevent non-admin users from dropping flows 2017-06-14 19:58:36 +02:00
Simone Mainardi
7a2ec30c4a Grafana enhancements 2017-06-12 16:02:08 -04:00
emanuele-f
92bbbf4142 Merge branch 'localize_js_inc' of https://github.com/TakayukiOnodera/ntopng into TakayukiOnodera-localize_js_inc 2017-06-12 15:20:22 +02:00
emanuele-f
6b8dbf59cc Make alert entity_type always explicit and rework alert_utils 2017-06-09 14:31:22 +02:00
Simone Mainardi
1e99d4b217 Excludes Layer-4 protocols from stacked charts
Layer4 protocols such as UDP and TCP were stacked up along with
Layer7 protocols, yielding wrong total traffic values.

This commit fixes the issue
2017-06-09 14:16:02 +02:00
Simone Mainardi
1c579b5643 Adds hosts support for grafana 2017-06-09 13:11:33 +02:00
Takayuki Onodera
2e9b8377b1 Localize all tables which refer to httpdocs/inc 2017-06-09 19:40:59 +09:00
Simone Mainardi
5d9e90e17b Adds a traceback print on unknown alert source 2017-06-09 11:24:13 +02:00
emanuele-f
b9b9378533 Toggle alert_utils debug from redis 2017-06-09 11:05:43 +02:00
Simone Mainardi
45e0c67aba Implements grafana interface all protocols timeseries 2017-06-08 14:32:50 +02:00
emanuele-f
21d0e55dd0 Remove host_stats_top 2017-06-08 10:07:33 +02:00
Emanuele Faranda
74ac897c14 Merge pull request #1302 from TakayukiOnodera/localize_geolocation
Localize geolocation's note in js code
2017-06-08 08:01:43 +00:00
Takayuki Onodera
843812a124 Localize geolocation's note in js code
Several javascript functions are added in a new lua file to localize
geolocation's note.
2017-06-08 16:35:30 +09:00
Takayuki Onodera
421c3414cd Localize title of columns on table in hosts_stats
dumpFile API call is replaced with code that should be dumped by API.
2017-06-08 15:37:35 +09:00
Simone Mainardi
b8f9b57c0e Minor fixes for grafana 2017-06-07 19:50:03 +02:00
Simone Mainardi
c115271c5d Implements grafana support for interfaces 2017-06-07 19:02:28 +02:00
Luca Deri
2f6800b7aa Added fix for displaying symbolic interface maes (and aliases) in user preferences 2017-06-06 19:36:53 +02:00
emanuele-f
7980f76756 Add button to reset allowed networks to default 2017-06-06 18:42:45 +02:00
emanuele-f
2a4d7e0e1d Add pool graphs links in other pages, hide if disabled from preferences 2017-06-05 19:13:53 +02:00
emanuele-f
3044d5ebf3 Put default username and password into the placeholders 2017-06-05 18:47:14 +02:00
emanuele-f
9226878dd3 Explain the per-member quotas option 2017-06-05 18:43:44 +02:00
emanuele-f
12d0e8a0bb Quota gui improvements
- Filter flows with blocked traffic
- Filter hosts with blocked traffic
- Improve flow_details quota report
2017-06-05 18:09:56 +02:00
Simone Mainardi
08e2b19388 Minor fix for alerts rotation
Fixes errors such as:
05/Jun/2017 10:20:20 [AlertsManager.cpp:1540] ERROR: SQL Error: near "ORDER": syntax error
DELETE FROM flows_alerts ORDER BY alert_tstamp ASC LIMIT 1288928
2017-06-05 14:44:24 +02:00
emanuele-f
8c93475761 Allow spaces in ldap fields 2017-06-05 12:21:47 +02:00
emanuele-f
caf47c05db Trip spaces in licence field 2017-06-05 11:42:43 +02:00
Luca Deri
7fffa9bc00 Added string trim
Modified to info the host pools message
2017-06-04 10:15:09 +02:00
TakayukiOnodera
a8b773242e Localize some pages (#1284)
* Fix incorrect localization

* Localize some pages
2017-06-02 11:37:41 +02:00