Commit graph

415 commits

Author SHA1 Message Date
Luca Deri
da2b1ab1aa Chnages for #860 (work in progress) 2016-12-19 13:19:04 +01:00
Simone Mainardi
2b5da87dff Implements caching of probing alerts preferences 2016-12-14 19:39:28 +01:00
Luca Deri
6db2d2026e Enabled blacklist host detection (via EmerginThreats) 2016-12-12 19:40:42 +01:00
emanuele-f
c0f25ea732 Fix prefs buttons being disabled 2016-12-12 17:28:46 +01:00
Simone Mainardi
758db35671 Implements MySQL open_files_limit check
ntopng checks MySQL for the value of open_files_limit and engages
and alert if the worst case number of open files is greater
than or equal to the 80% of open_files_limit
2016-12-09 17:14:25 +01:00
Simone Mainardi
a6d914d7ad Implements flow alerts cap and fixes several issues with counters 2016-12-07 18:45:50 +01:00
Luca Deri
71a0993022 Minor cosmetic changes
Reworked CSRF error message
2016-12-04 11:00:23 +01:00
SauroPollastrini
44be5a2beb Merge branch 'dev' of https://github.com/SauroPollastrini/ntopng into dev 2016-12-02 13:43:59 +01:00
SauroPollastrini
fa96ebe5e5 Slack related fields in preferences appear/disapper on switch 2016-12-02 13:14:00 +01:00
Luca Deri
73d0fc0186 Merge pull request #841 from SauroPollastrini/dev
Choice of which alerts has to be notified to Slack based on gravity. Slack related fields on preferences disapperar if Slack notifications are OFF
2016-12-01 23:43:35 +01:00
SauroPollastrini
3754591857 used the word Severity instead of the word Gravity 2016-12-01 21:54:12 +01:00
Emanuele Faranda
eda7bd42b1 Traffic policing page i18n, are-you-sure integration and styling (#837)
* Traffic policing page internationalization, are-you-sure integration, styling

* are-you-sure utility functions

* move to shaping section
2016-11-30 15:03:29 +01:00
SauroPollastrini
2bc1d0dab7 Added multiple-choice buttons for slack notification preferences based on gravity. Slack related preferences fields disapper when Slack notification is OFF 2016-11-29 14:32:16 +01:00
Luca
80c1a0a4dd Implemented initial slack.com integration for delivering alerts 2016-11-22 17:40:00 +01:00
emanuele-f
d5bdf78ef5 Fix users preferences tab are-you-sure message always triggering on Chrome 2016-11-19 11:53:45 +01:00
Luca
8c2a90d0ea Implemented dynamic creation of (virtual) network interfaces based on VLAN ids. This way each VLAN will have a separate network interface
The option needs to be enabled in preferences (disabled by default)
2016-11-18 17:46:47 +01:00
Luca Deri
a153717ee3 Added the ability to generate alert when ntopng detects traffic produced by malware hosts. Currently ntopng uses the blacklist generated by EmergingThreads, but it is possible to extend/modify the list of blacklists by modifying blacklist_utils.lua 2016-11-17 08:58:38 +01:00
emanuele-f
1637fd49e8 Don't autocomplete LDAP fields 2016-11-04 12:35:35 +01:00
emanuele-f
dd1d943359 Unsaved preferences alert and save button show logic 2016-11-04 01:19:52 +01:00
Simone Mainardi
0e8d2cc4ce Makes the maximum number of entity alerts configurable
from the ntopng web preferences page
2016-10-19 15:57:19 +02:00
Luca Deri
97b19c1461 Introduced the concept of Mac hosts (it used to be mixed with L3 hosts). More work is needed to add L2 stats
Host activities are now enabled (and memory allocated) only for local hosts. Fixed bug in activities preferences
Cleaned up various methods
Removed some old unused code
2016-10-02 19:43:13 +02:00
Simone Mainardi
cd0db380e3 Reworked flow activities calculation 2016-09-27 18:06:41 +02:00
emanuele-f
aaa5515944 Fix graph range out of bounds 2016-09-17 00:49:22 +02:00
emanuele-f
a883c83170 Fix user activity RRA sizes, make RRA preferences configurable and disable activity log by default 2016-09-16 22:06:27 +02:00
Simone Mainardi
fe9a53ea3e Implements optional hourly caching of active local hosts 2016-09-12 19:53:52 +02:00
Simone Mainardi
a1d405baf5 Implements local hosts idle cache dump toggle and TTL
Local hosts cache dump can now be toggled from the command line
together with the cache TTL
2016-09-02 11:06:46 +02:00
Simone Mainardi
31415251b2 Makes the Local Hosts Cache duration configurable
Purged hosts are serialized to redis and are automatically cleared after an interval of 1 hour.
With this commit it is possible to configure this interval.
2016-09-01 19:29:33 +02:00
Simone Mainardi
128c11652c Implements alerts toggle from the web interface 2016-07-22 18:56:07 +02:00
Simone Mainardi
57c4d74733 Changes to improve behavior consistency with current implementation 2016-07-18 10:55:15 +02:00
Mathieu
2dc31415b5 Add log preferences 2016-07-13 18:16:36 +02:00
Luca Deri
c25a9a632d Fixed SNMP wrapping bug
Added ability to graph flow-devices port I/O
2016-07-12 15:51:26 +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
Simone Mainardi
d1922fdb1e Rearranges preferences page 2016-06-26 12:14:04 +02:00
Simone Mainardi
2961e53140 Reworks ntopng preferences 2016-06-22 17:37:10 +02:00
Luca Deri
d6bc2ce91a Implemented ICMP handling
Optimized flow memory
2016-06-15 15:33:00 +02:00
Simone Mainardi
616ca6b3d1 Implements preferences refresh facilities
Preferences set automatically trigger an update of
the class Preferences() members to make sure they are up
to date.

Additionally, the housekeeping frequency has been made customizable.
2016-05-31 19:09:07 +02:00
Luca Deri
79022c7238 Fixed flow statistics in host_get_json.lua
Fixed TCP flags
Smaller cosmetic fixes
2016-05-30 22:58:08 +02:00
Simone Mainardi
80b6607ab6 Changes preferences table style 2016-05-27 14:33:41 +02:00
valentina
5d2f1f4c03 Rework Preference Panes 2016-05-23 23:07:52 +02:00
Luca
2fb0e863fe Fixed inter-arrival time in flows
Updated (C)
2016-04-19 11:06:39 +02:00
Simone Mainardi
8df0b8f807 Makes minute top talkers data retention configurable 2016-04-04 09:55:26 +02:00
valentina
149cdb18c6 Some fixes for ntopng and nbox integration 2016-03-26 17:52:25 +01:00
Simone Mainardi
77adcbef0e Adds option to disable session autologut via web preferences
Automatic logout can be toggled via web preferences. Precedence is
given to the startup parameter -p, i.e., if auto-logout has been
explicitly disabled via command line, no toggle button is shown.
Contrarily, if the auto-logout has not been explicitly disabled during startup, then
the user can toggle it via web preferences.

Implements #440
2016-03-14 20:25:44 +01:00
Luca Deri
83360abc1c Modified preferences nBox label
Fifed MySQL connection leak in case of reconnection
2016-03-06 23:29:36 +01:00
Simone Mainardi
131a7da511 Improves readability and description of pcap download requests 2016-02-28 11:55:32 +01:00
valentina
d4ca0ab2f9 Fixed ldap, added anonymous bind, search path and account type. 2016-02-25 22:11:53 +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
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