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
Luca
4f6fdb9412
Changed label
2016-01-29 19:03:37 +01:00
valentina
18e301f3ef
Added support ldap configuration
2016-01-29 14:46:36 +01:00
Simone Mainardi
bbc8c32e8d
Toggles nagios and box configuration options
2016-01-09 17:15:49 +01:00
Simone Mainardi
c0bb00b85a
Adds nBox support and integration (wip)
2016-01-07 19:57:37 +01:00
Simone Mainardi
7f2cb08cae
Adds preferences button to toggle historical categorization
2016-01-04 13:10:36 +01:00
Simone Mainardi
1edb469294
Allows values greather than 65k seconds for idle timeouts
2015-12-24 15:57:10 +01:00
Simone Mainardi
ce25732104
Adds Nagios Alerts support (Pro Version)
...
Nagios alerts support has been added via NSCA (Nagios Service Check Acceptor).
Nagios NSCA alerts configuration can be set at runtime via the
preferences page of the UI. The running instance of ntopng is
notified asynchronously upon preference changes.
2015-12-12 19:37:36 +01:00
Simone Mainardi
73c50c369f
fix: nagios alerts were broken. Now alerts work but this feature should be considered Experimental
2015-10-13 22:52:47 +02:00
Luca Deri
2767caa991
Added in preferences the ability to specify the MySQL data retention
2015-09-22 23:32:39 +02:00
Luca Deri
4bf10f4fce
Added user role in About page
...
Fixed SQL when exploring subnets
Modified preferences to specify that when nDPI RRDs are created, they do for both local hosts and networks
2015-09-14 14:16:11 +02:00
Luca Deri
ec961ea45e
Removed code no longer used
2015-08-17 17:13:14 +02:00
Arianna Avanzini
b519ad39b6
scripts/lua/admin/prefs.lua: add basic RRD configuration options
...
This commit adds a first implementation of configuration preferences for RRDs.
Different config options are selectable for network interfaces RRDs and
other RRDs. This addresses issue #33 .
2015-05-26 02:54:17 +02:00
Arianna Avanzini
3cf6766eea
Host.cpp: make alert thresholds per-host
...
This commit moves alert thresholds so that they are now per host
and not global. This addresses issue #3 .
2015-05-07 14:42:48 +02:00
Arianna Avanzini
83161ec79e
prefs.lua: add base dir preference for virtual HTTP stats aggregation
...
This commit adds a preference for the base directory used when storing
aggregated virtual HTTP server stats.
2015-05-03 02:25:27 +02:00
Luca
730d76b9f5
Initial import from SVN
2015-04-30 12:22:35 +02:00