Commit graph

929 commits

Author SHA1 Message Date
Simone Mainardi
830ca7230c Minor changes to the profiles localization 2016-12-19 15:53:08 +01:00
emanuele-f
79ac40b5fe Unify some datatable utility code 2016-12-19 15:37:20 +01:00
emanuele-f
6db583f373 Profiles page improvements and localization 2016-12-19 15:37:20 +01:00
Luca Deri
1ecd1a872d Footer fix 2016-12-19 13:40:01 +01:00
Luca Deri
da2b1ab1aa Chnages for #860 (work in progress) 2016-12-19 13:19:04 +01:00
Luca Deri
3892eacd6a Computed ZMQ message drops reported in the interface stats. The latest nprobe is required for ZMQ stats otherwise the value will be zero 2016-12-17 17:09:19 +01:00
Luca Deri
3443b76b06 Refined alert generation
Added refresh button in alert page
2016-12-17 12:33:34 +01:00
Luca Deri
7f8065d90b Fixed missing csrf field in alerts pages that caused flow deletion to fail
Improved flock checks heuristics to limit cgeneration of false positives
Added TCP flow alert generation in case of OOO/retransmission... > 10% of packets
2016-12-17 10:42:06 +01:00
emanuele-f
98e7f9e31f Change default retrigger time 2016-12-16 10:57:42 +01:00
Luca
28b68be122 Label fix 2016-12-16 01:51:16 +01:00
Simone Mainardi
9e840e3178 Fixes a nil value concatenation
Script "/Users/simone/code/ntopng/scripts/lua/get_db_flows.lua" returned an error:
/Users/simone/code/ntopng/scripts/lua/get_db_flows.lua:81: attempt to concatenate local 'l7proto_label' (a nil value)
2016-12-15 23:44:40 +01:00
emanuele-f
41713e397c Remove red alert icon from interface page 2016-12-15 10:56:47 +01:00
emanuele-f
06872bd949 Fix tab being hidden after deleting all the alerts when a filter is set 2016-12-15 10:50:29 +01:00
Simone Mainardi
2b5da87dff Implements caching of probing alerts preferences 2016-12-14 19:39:28 +01:00
emanuele-f
2899e1eeb7 Html fix 2016-12-14 18:06:25 +01:00
Luca Deri
8e836f018e Sort fix 2016-12-14 17:20:08 +01:00
Simone Mainardi
c4cd6200f9 Minor fixes for the alerts browser 2016-12-14 11:54:50 +01:00
emanuele-f
db01d1b211 Parameters pass simplification 2016-12-14 11:54:50 +01:00
emanuele-f
ecca16e402 Fix other tabs being filtered 2016-12-14 11:54:50 +01:00
emanuele-f
0f448fffc7 Flow alerts explorer integration and LUA alerts query unification 2016-12-14 11:54:50 +01:00
emanuele-f
f697740b91 Move network creation to a separate page 2016-12-14 10:21:48 +01:00
valentina
9143d674cd Removed the limit to apply shaper rules just to the networks passed via -m parameter.
Minor changes to tarffic shaping page.
2016-12-14 00:51:01 +01:00
Simone Mainardi
2e86b1cbe6 Adds historical alerts explorer hyperlinks 2016-12-13 16:50:15 +01:00
Luca
25185ce028 While the network interface has at least one engaged interface alert, expired flows are now triggering a flow alert 2016-12-13 01:19:50 +01:00
Luca Deri
6db2d2026e Enabled blacklist host detection (via EmerginThreats) 2016-12-12 19:40:42 +01:00
emanuele-f
1fc31e77f4 Disable shapers delete button for shapers in use 2016-12-12 18:28:22 +01:00
Emanuele Faranda
ff36e89f32 Fix for #852 (#854)
* Fix for #852

* Align in interval
2016-12-12 18:19:03 +01:00
emanuele-f
c0f25ea732 Fix prefs buttons being disabled 2016-12-12 17:28:46 +01:00
Luca Deri
9122d3c80e Added access point label 2016-12-11 11:05:31 +01:00
Luca Deri
564841a82b Added notes on shapers on the traffic policer table
Added tracings for shapers debugging
2016-12-11 11:01:21 +01:00
Luca Deri
ce5fbf2a8e Traffic shaping code cleanup and optimizations 2016-12-10 13:27:42 +01:00
Luca Deri
6f9a7d0238 Lua code cleanup 2016-12-10 08:45:13 +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
emanuele-f
ade100f190 Alert fixes 2016-12-09 11:45:28 +01:00
Simone Mainardi
282a289ef2 Fixes for alerts count consistency 2016-12-08 21:25:11 +01:00
Simone Mainardi
e3e4a97353 Reviews reloadL7Rules lua calls 2016-12-08 17:32:45 +01:00
Luca Deri
2107753a82 Various SIP/RTP and flow colelction fixes 2016-12-08 14:35:21 +01:00
Simone Mainardi
823a306864 Implements shapers init for bridge interfaces 2016-12-08 13:22:17 +01:00
Luca Deri
1336960e5a Fixed warning 2016-12-08 12:11:32 +01:00
Emanuele Faranda
4c3251662d New shapers layout and redis (#848)
* Partial work

* Partial work 2
2016-12-08 10:58:16 +01:00
Simone Mainardi
a6d914d7ad Implements flow alerts cap and fixes several issues with counters 2016-12-07 18:45:50 +01:00
Simone Mainardi
8bdc909d69 Refresh alert counters upon delete 2016-12-06 19:34:57 +01:00
emanuele-f
36df7511c4 Fix charts intervals 2016-12-06 19:10:55 +01:00
Simone Mainardi
3c410d605c Merges Flow::lua with Flow::print_peers 2016-12-06 18:32:42 +01:00
Simone Mainardi
c91f1877a8 Code cleanup 2016-12-06 15:35:11 +01:00
Simone Mainardi
193d560168 Cosmetic changes to the alerts buttons 2016-12-06 15:34:51 +01:00
Emanuele Faranda
ce7f2fa69b Delete alerts period dropdown and to-delete count (#846) 2016-12-06 15:20:55 +01:00
Simone Mainardi
cbe2923d4c Localizes alerts dashboard 2016-12-05 17:20:37 +01:00
Simone Mainardi
b8a5650501 Generalizes alerts raw sql query function 2016-12-05 16:29:17 +01:00
Luca Deri
be136251d1 Restored periodic flow activities
Minor code cleanup
2016-12-05 15:41:35 +01:00