Commit graph

614 commits

Author SHA1 Message Date
Simone Mainardi
8f893a8f50 Splits protocol View for Interfaces
Implements #2265
2018-12-31 13:05:07 +01:00
emanuele-f
e4c6e6e807 Fix js errors 2018-12-31 12:12:19 +01:00
Simone Mainardi
e274ad258b Minor host/interface/network reports fix 2018-12-24 11:35:51 +01:00
Simone Mainardi
590215ac35 Adds host/interface/network reports to nEdge 2018-12-24 10:25:05 +01:00
emanuele-f
657084e7d0 Properly handle L4 protocols charts 2018-12-20 12:16:46 +01:00
Simone Mainardi
9ceb104114 Adds nProbe queue full dropped flows to ntopng 2018-12-18 18:05:53 +01:00
Simone Mainardi
1b303e3bf2 Minor if_stats layout fixes 2018-12-18 17:05:31 +01:00
emanuele-f
96ce6c0cf5 Improve stackedProgressBars 2018-12-13 17:26:55 +01:00
Alfredo Cardigliano
6015642754 Added links in the storage breakdown chart 2018-12-12 23:15:29 +01:00
Alfredo Cardigliano
8f6d29d7bc Caching storage status to avoi too many queries to disk 2018-12-12 18:28:24 +01:00
Alfredo Cardigliano
cc8e951933 Setting width to force the stackedProgressBars components to render always with the same size 2018-12-12 18:03:44 +01:00
Alfredo Cardigliano
5a3addb48b Hiding components with size 0 from the storage status 2018-12-12 16:59:18 +01:00
Alfredo Cardigliano
3cddaaf127 Resized storage bars 2018-12-12 16:52:51 +01:00
Alfredo Cardigliano
a3d370ea7e Global storage utilization in Runtime Status 2018-12-12 16:23:34 +01:00
Simone Mainardi
8b4af67b26 Fixes blocked/dropped flows labels 2018-12-12 14:57:57 +01:00
Alfredo Cardigliano
931070804c Storage status in the interface page (rrd, flows index, pcap)
recording_utils.storageInfo now returns everything in bytes
Added getFolderSize to lua utils
Added rrd_utils.storageInfo
2018-12-12 14:44:41 +01:00
emanuele-f
ec5b209ffa Add missing active_page 2018-12-12 10:18:21 +01:00
Alfredo Cardigliano
308f6cd804 Page titles 2018-11-29 12:37:01 +01:00
emanuele-f
d50a895f36 Traffic recording gui improvements 2018-11-14 19:29:58 +01:00
emanuele-f
e32e873dff Add delete all and confirmation dialog in traffic extraction jobs 2018-11-13 20:13:47 +01:00
emanuele-f
88986d5589 Move traffic extraction pages under the interface disk icon 2018-11-13 20:13:47 +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
cardigliano
6257d6d002 listing fpga interfaces for traffic recording with zmq support 2018-11-08 17:13:43 +01:00
Alfredo Cardigliano
e6df56ea64 setting license when creating the configuration to make sure it is updated, improved disk space reporting 2018-11-05 15:06:23 +01:00
Alfredo Cardigliano
610cb69b9c builtin packet dump code cleanup (moving to continuous recording) 2018-10-25 09:56:52 +02:00
Alfredo Cardigliano
186e7c2a4b nbox integration cleanup 2018-10-23 13:00:35 +02:00
Alfredo Cardigliano
2b6673e1b4 recording gui improvements in case of zmq 2018-10-19 18:44:32 +02:00
Simone Mainardi
b3018f52d6 Code cleanup of bridge wizard 2018-10-19 15:23:15 +02:00
Alfredo Cardigliano
11e783bae1 improved n2disk-ready zmq interface detection, computing n2disk zmq address 2018-10-18 18:45:48 +02:00
Alfredo Cardigliano
d03b2b860e support for external interfaces with zmq (wip) 2018-10-18 17:38:18 +02:00
Alfredo Cardigliano
963c4bb721 fixed invalid nindex detection, other improvements 2018-10-15 12:43:52 +02:00
Alfredo Cardigliano
765ca981d2 displaying exact storage path per interface 2018-10-15 11:02:59 +02:00
Alfredo Cardigliano
cccd0be9e0 using as default /var/lib/ntopng/<ifid>/{pcap,timeline} as default path, using ntopng.prefs.ifid_<ifid>.traffic_recording.* as redis keys 2018-10-15 10:53:39 +02:00
Alfredo Cardigliano
fe495f1fea printing dump stats 2018-10-14 13:23:36 +02:00
Alfredo Cardigliano
d0134c731e recording utils improvements and init.d fixes 2018-10-13 20:51:15 +02:00
Alfredo Cardigliano
86140bf8aa added traffic recording to menu, minor improvements 2018-10-12 19:34:16 +02:00
Alfredo Cardigliano
e9149d8806 footer badge when running traffic recording, logs page, --storage-dir option renamed to --pcap-dir 2018-10-12 18:09:35 +02:00
Alfredo Cardigliano
e2f03cf006 displaying storage utilization, added prefs.user, running n2disk with the same ntopng user 2018-10-12 13:08:48 +02:00
Alfredo Cardigliano
9715940c83 printing storage path 2018-10-11 15:32:50 +02:00
Alfredo Cardigliano
de6565c2e2 added traffic recording configuration to the interface page (temporarily disabled) 2018-10-11 15:24:28 +02:00
Alfredo Cardigliano
f23ffe3727 printing lifetime/idle time only when available 2018-10-02 17:26:11 +02:00
Simone Mainardi
889729495e Implements support for collected custom applications 2018-10-01 00:22:49 +02:00
emanuele-f
1a09025b19 Remove debug print 2018-09-14 12:13:04 +02:00
Simone Mainardi
3ffcdcc021 Checks errors in inactive interface deletion
Implements #2008
2018-09-13 16:27:06 +02:00
Simone Mainardi
df45cac64f Implements SNMP devices iterator
The iterator has the ability to stop when there is
an ntopng shutdown in progress
2018-09-12 20:01:19 +02:00
emanuele-f
433cbb3142 Fix custom interface speed not accounted in ts_common.getMaxPointValue 2018-09-11 13:06:44 +02:00
emanuele-f
11984747d5 Show hourly deltas as charts 2018-09-07 17:46:47 +02:00
emanuele-f
91ae4c5172 Implement experimental hourly deltas writes
redis-cli set "ntopng.prefs.enable_ts_deltas_writes" "1"
2018-09-07 17:12:18 +02:00
emanuele-f
a2c26205d6 Add RSI schemas 2018-09-06 17:54:32 +02:00
emanuele-f
15269ed5cf Hide traffic report on InfluxDB as it's currently not available 2018-09-06 09:57:39 +02:00