Commit graph

705 commits

Author SHA1 Message Date
emanuele-f
5a9f75dd0a Fix tostring on float number 2018-11-26 14:12:56 +01:00
emanuele-f
eac278a28d Implement remote assistance
- It enables a VPN via n2n
- Remote assistance will be automatically disabled after 1 day
- Optionally it's possible to give admin access to the support
2018-11-23 13:03:11 +01:00
Simone Mainardi
3e10192912 Makes the maximum number of aggregated flows configurable and optional
Fixes #2123
2018-11-09 19:50:56 +01:00
Alfredo Cardigliano
573bade0e0 extracted files limit is in bytes now, added bytes limit to preferences, PacketDumper code cleanup 2018-11-09 10:24:10 +01:00
Alfredo Cardigliano
6b3a1e4bc3 reading n2disk license if already set 2018-11-08 11:29:38 +01:00
Alfredo Cardigliano
955f71fb45 printing n2disk version and systemid 2018-11-05 16:30:53 +01:00
Alfredo Cardigliano
f6b81138b4 n2disk license configuration 2018-11-05 13:24:20 +01:00
Alfredo Cardigliano
186e7c2a4b nbox integration cleanup 2018-10-23 13:00:35 +02:00
Alfredo Cardigliano
7c51217844 moved select outside the presets module 2018-10-22 10:26:12 +02:00
emanuele-f
cce8c88ca1 Improve categories documentation 2018-10-19 18:22:06 +02:00
Simone Mainardi
e916e61742 Code cleanup of pool members 2018-10-19 16:38:40 +02:00
Simone Mainardi
52de8430d0 Code cleanup of captive portal users now in nEdge 2018-10-19 15:50:58 +02:00
Simone Mainardi
b3018f52d6 Code cleanup of bridge wizard 2018-10-19 15:23:15 +02:00
Simone Mainardi
f9fff435f5 Code cleanup of old bridging preferences 2018-10-19 13:14:30 +02:00
emanuele-f
9f8a70e279 Improve category editor labels and protocol navigation 2018-10-18 19:22:02 +02:00
emanuele-f
1c4f6ded51 Add customized category search by category 2018-10-18 16:39:25 +02:00
Alfredo Cardigliano
2b565d1d63 traffic extraction jobs page to list and delete jobs, pcap download endpoint 2018-10-16 17:29:08 +02:00
Alfredo Cardigliano
6d3ff8cf44 removed 'traffic recording' page (moving configuration to the interface page), moved storage configuration to prefs, listing only ntopng interfaces in recording_utils.getInterfaces 2018-10-11 12:14:40 +02:00
emanuele-f
aa1ead94c4 Add Customized Categories editor
Also unify the blacklist category handler to use the nDPI API
2018-10-10 18:41:47 +02:00
Simone Mainardi
b6606b8916 Fixes alerts preferences 2018-10-10 16:49:06 +02:00
Alfredo Cardigliano
e581059ca4 recording logs dialog in case of failures 2018-10-10 15:49:26 +02:00
Alfredo Cardigliano
5168d5dee6 badge to show the recording status instead of toggling buttons, reworked interface list 2018-10-10 12:32:02 +02:00
Alfredo Cardigliano
2aa70e470e n2diskctl support, setting license key, disabling storage settings if instances are running 2018-10-10 11:31:12 +02:00
Alfredo Cardigliano
a552d2e525 live buttons update based on n2disk status, n2disk start/stop saving recording preferences 2018-10-09 09:47:58 +02:00
Alfredo Cardigliano
cd412ab76b constraints for zc interfaces or interfaces not controlled by ntopng 2018-10-08 19:04:59 +02:00
Alfredo Cardigliano
f15e5fdbc7 added lua api ntop.listInterfaces, listing all interfaces in the traffic recording page and checking if they are in use and zc 2018-10-08 17:47:44 +02:00
Alfredo Cardigliano
132d2360ba added prefs.cpu_affinity, auto tuning the n2disk configuration 2018-10-08 12:42:41 +02:00
Alfredo Cardigliano
cf5255d231 traffic recording page: interfaces list, lint update, store configuration 2018-10-05 18:28:50 +02:00
Alfredo Cardigliano
09315e82c0 traffic recording configuration page draft (work in progress), added subpage_active parameter to prefsToggleButton to avoid global variables in module 2018-10-05 13:28:44 +02:00
Simone Mainardi
bc13f2f6e8 Fixes LIMITED_NUMBER_POOL_MEMBERS checks 2018-10-04 16:43:37 +02:00
Alfredo Cardigliano
cca39a9004 table sorting 2018-10-04 10:22:37 +02:00
Alfredo Cardigliano
96715d5860 added category column 2018-10-04 10:07:50 +02:00
Alfredo Cardigliano
129c1fabc1 filter device protocols by category 2018-10-03 22:49:17 +02:00
emanuele-f
457dcb3457 Implement Device Protocols Alerts 2018-10-02 22:35:00 +02:00
Alfredo Cardigliano
4653cbe44d reworked device presets:
- devices with no preset defined have a 'allow all' default policy
- users customizations to the preset are stored on redis (both 'allow' and 'drop' policies) as exceptions to the default preset
- default presets updates are allowed, however users customizations have priority (per protocol)
2018-10-01 18:15:18 +02:00
Alfredo Cardigliano
9f77e758f0 using 'unknown' presets as default, added also 'unknown' to the editor 2018-09-29 10:44:35 +02:00
Alfredo Cardigliano
605ca651cc moved device protocols code to community 2018-09-29 09:53:25 +02:00
emanuele-f
7d965bbdb9 Fix manage pools page js errors with non english locales 2018-09-25 17:34:36 +02:00
Luca Deri
bc79a6f41e Fix to remove toggle buttons exceeding the max value
Fix to remove comma on Lua (non JIT)
Minor cleanup
2018-09-22 09:05:40 +02:00
emanuele-f
4e15000d26 Enforce 5 seconds housekeeping when high resolution timeseries are used
Fixes #2009
2018-09-12 18:46:42 +02:00
Simone Mainardi
a809933ebd Adds configurable tiny aggregated flows
Implements #1989
2018-09-10 16:53:54 +02:00
Simone Mainardi
bd27304c54 Implements data cleanup for inactive interfaces
Implements #1971
2018-09-07 15:55:14 +02:00
Simone Mainardi
a86239fac3 Adds optional JSON syslog alert format 2018-09-06 17:23:56 +02:00
Simone Mainardi
8a055b39c5 Implements a lua endpoint to send alerts to syslog
Implements #1973
Implements #1954
2018-09-05 15:26:57 +02:00
emanuele-f
a594e648c4 Generalize high resolution timeseries
In InfluxDB, 5 minutes timeseries are now written with a minimum of 1 minute resolution
2018-09-03 14:43:52 +02:00
Simone Mainardi
2639ba1b3f Fixes nEdge influxdb name
Fixes #1939
2018-08-28 10:51:06 +02:00
emanuele-f
8a7ead5924 Harden HTTP session checks and remove user cookie 2018-08-21 18:16:54 +02:00
emanuele-f
df6bff9fbb Localization 2018-08-17 18:02:36 +02:00
emanuele-f
d4ea15619f Add support for InfluxDB authentication 2018-08-13 14:36:06 +02:00
Luca Deri
5c635ef87f Added preference (Logging sub-menu) to create a trace log (ntopng.log) instead of using syslog 2018-08-11 13:42:13 +02:00