Commit graph

23 commits

Author SHA1 Message Date
Alfredo Cardigliano
703b96cf8f Handle GUI timezone vs backend timezone in interface historical data 2020-02-24 16:55:18 +01:00
emanuele-f
ac553e9470 Hide alerts count if allowed networks restrictions are set 2020-02-06 16:02:01 +01:00
Simone Mainardi
ca2322531c Fixes 3WH computation with ECE and CWR flags
Fixes #3255
2020-01-20 11:53:41 +01:00
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
emanuele-f
1fd65ac44c Flow user scripts enhancements
- Add title label in hash table utilization gauges
- List Hash Tables charts and Periodic Activities charts in a single page
- Replace Periodic Activities max duration column with time utilization percentage
- Add api to add a straight line in the charts
- Show max duration time as a straight line in Periodic Activities charts
- Move dropped flow calls charts to the Peridic Activities page
- Fix expert view number of calls 0
- Fix interface/host/network trigger alert label
- Move chart icon to separate column in redis and influxdb pages
- Fix interface menu selection in Hash Tables and Periodic Activities
- Highlight issues with a warning triangle in Hash Tables and Periodic Activities
- Fix some page navigation issues with extra_params
- Fix wrong schema graph options passed to nv_graph_utils
2019-11-20 20:09:45 +01:00
Simone Mainardi
fd33ad1429 Implements summary page across all ntopng interfaces 2019-11-14 15:38:51 +01:00
Simone Mainardi
dc748b1b6d Implements stats for periodic scripts duration 2019-10-28 17:10:03 +01:00
Simone Mainardi
b364116e7b Fixes inteface speed visualization with non-needed decimals 2019-09-11 18:10:28 +02:00
Luca Deri
ffcfe398cc Reworked flow stats defining InterarrivalStats
Fixed ms/timeval diffrence functions
2019-09-02 23:58:34 +02:00
Simone Mainardi
ae4770fe7d Improves visualization of containers/pods in flows 2019-06-27 17:00:17 +02:00
emanuele-f
4f32f927c8 Add function to get the exporter interface identifier 2019-04-29 17:39:15 +02:00
emanuele-f
b82cae8457 Display docker container name 2019-04-29 13:30:37 +02:00
emanuele-f
939ca8c166 Implement eBPF flows view and improve containers/pods pages 2019-04-26 15:34:53 +02:00
emanuele-f
405841431c Add Custom Lists download alert and handle hourly download retry
Closes #2410
2019-02-21 01:07:22 +01:00
emanuele-f
46b950b521 Improve alert time format 2018-12-20 10:32:05 +01:00
Simone Mainardi
7f21b11dfb Fixes round attempts on infinite numbers 2018-12-14 12:30:17 +01:00
Simone Mainardi
9e12db7cda Fixes string representations of lua numbers and integers
Fixes #2230
2018-12-12 14:40:45 +01:00
Alfredo Cardigliano
1691a1dd57 Lua round() fix (tonumber returning nil), removed duplicated round() definition 2018-11-30 12:00:00 +01:00
emanuele-f
9b75e6e834 Improve timeseries charts 2018-11-06 10:42:56 +01:00
Luca Deri
30e22c3a71 Implemented multiple-pcap file download and monitor 2018-08-08 14:06:25 +02:00
Luca
19fcdc9ee8 Minor fix that lead to a warning 2018-08-02 17:09:01 +02:00
Luca Deri
f691d4c442 Improved time formatting 2018-05-09 09:13:05 +02:00
Simone Mainardi
c95c075008 Fixes attempts to call nil alert format functions
17/Apr/2018 12:24:00 [Lua.cpp:7662] WARNING: Script failure [/Users/simone/code/ntopng/scripts/callbacks/interface/minute.lua][...s/simone/code/ntopng/scripts/lua/modules/alert_utils.lua:1757: attempt to call field 'fmt' (a nil value)]
2018-04-17 12:24:00.360600+0200 ntopng[34202:3875024] [Lua.cpp:7662] WARNING: Script failure [/Users/simone/code/ntopng/scripts/callbacks/interface/minute.lua][...s/simone/code/ntopng/scripts/lua/modules/alert_utils.lua:1757: attempt to call field 'fmt' (a nil value)]

By implementing a format_utils module
2018-04-17 12:44:20 +02:00