Commit graph

1389 commits

Author SHA1 Message Date
Luca Deri
d5757c1998 Simplified footer 2017-05-24 23:53:40 +02:00
Simone Mainardi
d45b22cf44 Hides IPv4/IPv6 tabs when no search results are available 2017-05-24 19:11:22 +02:00
Simone Mainardi
f995cb1c8d Win fix for alert table visualization 2017-05-24 17:20:14 +02:00
Simone Mainardi
b63a45443f Fixes broken interface selection using interface descriptions 2017-05-24 17:11:52 +02:00
emanuele-f
b8879ee933 Make bridge wizard interface specific 2017-05-24 16:10:34 +02:00
emanuele-f
856b2bc32e Move bridge wizard to bridge interface page 2017-05-24 16:10:34 +02:00
Simone Mainardi
53fe1e15ac Win fix (interface select) 2017-05-24 15:20:19 +02:00
Simone Mainardi
dffaee2b5d Windows interface selection fixes 2017-05-24 15:11:15 +02:00
Simone Mainardi
5ed4197333 Win interfaces names fixes 2017-05-24 12:23:37 +02:00
Simone Mainardi
b50c287768 Win Fixes 2017-05-24 12:09:29 +02:00
emanuele-f
ef0910c363 Fix alerts counter not being updated on flushAlerts.
Fix delete single alert when no tab is selected.
2017-05-24 12:01:29 +02:00
TakayukiOnodera
bac0fa986b Localize VLAN, port and flow pages (#1257)
* Localize VLAN stats and details

* Localize port details page

* Localize flow details page
2017-05-24 09:47:06 +02:00
emanuele-f
9d87125e4f Add left-over files 2017-05-23 23:26:25 +02:00
emanuele-f
9d0773f40b Add Unknown Devices view 2017-05-23 23:02:06 +02:00
Simone Mainardi
802f760fb9 Implements Active Local Hosts counter and display 2017-05-23 22:15:52 +02:00
Simone Mainardi
d7b929bdc1 Implements DNS searches and reworks INFO column 2017-05-23 14:00:19 +02:00
emanuele-f
89aeabba1e Fix blank hosts page with single quotes in pool name 2017-05-23 00:54:36 +02:00
Luca Deri
017844c6a8 Interface name mapping with human readable name 2017-05-22 22:04:57 +02:00
emanuele-f
c41bf6c397 Allow single quotas in pool name 2017-05-22 20:05:01 +02:00
Simone Mainardi
d326026d6a Aggregated flows table selection logic 2017-05-22 20:00:29 +02:00
emanuele-f
a97fd53a6f Add change pool action in pool members view 2017-05-22 19:47:03 +02:00
emanuele-f
c643b40782 Avoid setting the manufacturer as the MAC alias 2017-05-22 13:01:23 +02:00
emanuele-f
4bc96c935a Host pools improvements
- Traffic Policy: get first available pool, not the "Not Assigned"
- Allow to change MAC address host pool from the MAC page
- When changing an IP address pool from the host page, change MAC address instead, if available
- Show the MAC manufacturer in the host pool memebers page and allow to set a filter with it
2017-05-22 12:47:10 +02:00
Simone Mainardi
1e4b0636ed Windows nagios fix 2017-05-22 11:52:18 +02:00
Luca Deri
1e9cde89f1 Human-readable interface name is now displayed on Windows 2017-05-21 10:37:40 +02:00
Luca Deri
f85edc852f Device description is now displayed in device information 2017-05-21 10:12:51 +02:00
emanuele-f
ef10ba3540 Add current zmq header version in ExportInterface 2017-05-20 12:36:19 +02:00
emanuele-f
3cf548123d Allwo empty redirection url 2017-05-20 11:46:55 +02:00
Luca Deri
d9de8a851a Added support for secondary global DNS 2017-05-20 09:44:33 +02:00
emanuele-f
ada4b1ce18 Fix typo 2017-05-19 15:10:08 +02:00
Emanuele Faranda
c994553778 Merge pull request #1246 from TakayukiOnodera/localization
Localize host details page
2017-05-19 10:51:14 +00:00
emanuele-f
8ceacb37f6 Enable flow scripts 2017-05-19 10:25:21 +02:00
Takayuki Onodera
378ba4c2cb Localize host details page 2017-05-19 16:37:27 +09:00
emanuele-f
01ef3f0782 Ui improvements 2017-05-18 19:36:26 +02:00
emanuele-f
8f3b730bea Fix geomap visualization 2017-05-18 16:54:20 +02:00
emanuele-f
1b361e2a65 Fix alerts release on ntopng restart.
When a counter wrap is detected (e.g. on ntopng restart) or previous data is missing, an empty structure is passed to the thresholds check function.
2017-05-18 15:19:00 +02:00
Luca Deri
9f26677923 Fixes for minor interface glitches
Added message about expired maintenance (pro only)
2017-05-18 15:05:25 +02:00
Luca Deri
b0ccf9a96f Added getPathDivider() 2017-05-18 13:16:20 +02:00
emanuele-f
16bb7c174b Do not pass path in file name 2017-05-18 13:14:24 +02:00
Luca Deri
3623babd5e Minor fixes 2017-05-18 11:05:52 +02:00
emanuele-f
9c973ca439 Move host activity detection code to attic 2017-05-17 22:19:37 +02:00
emanuele-f
31893a28a8 Add more bridge protocol presets 2017-05-17 19:32:35 +02:00
emanuele-f
3124ac1620 Uniform slack alert message 2017-05-17 18:01:31 +02:00
emanuele-f
e7ab4af605 Preferences improvements
- Add a Secondary DNS server
- Organize the featured DNS list into a table
- Split shaping directions only on advanced preferences
- Add redirection URL
2017-05-17 15:48:41 +02:00
emanuele-f
0e66f642a0 Fix alerts counter bug when alerts are disabled and re-enabled.
Steps to reproduce the original issue:
1) alerts are enabled and counter is positive
2) the user disables the alerts from preferences
3) ntopng is stopped, then restarted
4) the user enables the alerts from preferences, but num_alerts_engaged was 0
5) a release of an alert now makes the counter wrap
2017-05-17 11:47:10 +02:00
TakayukiOnodera
5bc19a7249 Localize network_details and hosts_stats pages (#1244) 2017-05-17 10:12:39 +02:00
Simone Mainardi
3bedb40a97 Implements old aggregated flows cleanup 2017-05-16 22:57:57 +02:00
emanuele-f
859284e070 Fixes #1239 2017-05-16 20:02:50 +02:00
emanuele-f
2d1a0a518d Little fixes 2017-05-16 14:46:45 +02:00
TakayukiOnodera
1a187733a0 Localize some hosts pages (#1240) 2017-05-16 10:13:38 +02:00