Commit graph

487 commits

Author SHA1 Message Date
emanuele-f
716e01cbbe Make shapers use hosts pools 2017-01-18 20:06:23 +01:00
emanuele-f
a384d82682 Add leftover files 2017-01-18 10:34:52 +01:00
Simone Mainardi
e8cffe9227 Implements periodic alerts rotation
Oldest alerts are periodically overwritten by newest ones
when a certain (user-configurable) threshold has been exceeded.
Rotation is performed periodically in a housekeeping.lua
2017-01-17 15:15:23 +01:00
emanuele-f
397d525d85 Use POST requests when required 2017-01-14 20:31:01 +01:00
Antonio Spada
abf27a1779 Added shapers improve and category shapers. 2017-01-14 17:04:39 +01:00
Luca
ada218c00e Fixed possible undefined interface name
If CSRF has been validated, valid_csrf is now put on _GET
2017-01-12 06:55:22 -08:00
emanuele-f
c40075486f Refresh blacklist rules when blacklist alert preference changes 2017-01-12 15:17:52 +01:00
emanuele-f
2141004cc6 Fix filters being lost after selecting local/remote hosts filter 2017-01-12 10:13:24 +01:00
emanuele-f
0e7bdf503e Fix after rebase 2017-01-11 20:40:29 +01:00
emanuele-f
e48152bcf6 Make format data use keys instead of indexes 2017-01-11 20:39:57 +01:00
emanuele-f
2c40fe3763 Make shapers rate visualization uniform 2017-01-11 20:39:57 +01:00
Simone Mainardi
3f67244c5d Improves speed button layout 2017-01-11 20:39:57 +01:00
emanuele-f
beea5d2557 Add strict_mode to paramsPairsDecode 2017-01-11 20:39:57 +01:00
emanuele-f
9c1c4eb75b Fix IPv6 support in shaper 2017-01-11 20:39:57 +01:00
emanuele-f
b19a0c930f Generalize resolution buttons and use in bandwidth manager 2017-01-11 20:39:57 +01:00
Luca
0f9db75fe0 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2017-01-10 15:03:32 -08:00
Luca
30e1a75f98 (C) update 2017-01-10 15:03:16 -08:00
emanuele-f
0ccbc18910 Fix distance between buttons group and input fields 2017-01-10 21:08:53 +01:00
emanuele-f
0b4b811baa Inputs size changes 2017-01-10 16:42:29 +01:00
emanuele-f
62f3c0bd20 Make logging level a toggle buttons group with colors 2017-01-10 11:41:27 +01:00
emanuele-f
a3563f3513 Fixes resolution buttons layout for smaller devices in preferences page 2017-01-10 11:04:10 +01:00
Simone Mainardi
658f272cd5 Optimizes rrd updates 2017-01-05 23:19:39 +01:00
Simone Mainardi
7d1f60fb8e Moves an import 2017-01-05 11:18:14 +01:00
Simone Mainardi
5e4488a448 Reworks mac address lists 2017-01-04 20:28:59 +01:00
emanuele-f
1d1afca692 Fix resolution buttons not working 2017-01-03 20:44:09 +01:00
emanuele-f
20c1a4d728 Chrome aligment fix 2017-01-03 11:41:25 +01:00
emanuele-f
b881cb6141 Remove input-group to make inputs rounded and restore save button 2017-01-03 11:38:52 +01:00
emanuele-f
bd11ca7937 Split preferences into simple and advanced 2017-01-02 13:33:00 +01:00
emanuele-f
75b5fd068e Validate some fields and set some fields widths 2017-01-02 13:33:00 +01:00
Simone Mainardi
3e46607fc6 Fixes for prefs buttons 2017-01-02 11:20:33 +01:00
emanuele-f
3df94ecf82 Make prefs buttons blue 2017-01-01 11:41:20 +01:00
Simone Mainardi
3741176327 Improves the layout of prefs buttons 2016-12-30 21:27:12 +01:00
emanuele-f
74a836116b Add required attribute to numeric fields 2016-12-30 20:49:05 +01:00
emanuele-f
195130be93 Implement and use resolution buttons 2016-12-30 20:49:05 +01:00
emanuele-f
405a79d154 Initial resolution buttons support 2016-12-30 20:49:05 +01:00
Simone Mainardi
b5863ec320 Prevents page refreshes while browsing historical flows 2016-12-30 17:13:40 +01:00
Luca
2ba6b7e1bb Implemented redis caching to reduce cache pressure (work in progress)
Rearranged menus
2016-12-30 10:54:59 +01:00
Luca
26fa33269d Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-12-28 22:50:40 +01:00
Simone Mainardi
f349ca344e Reworks alerts menu 2016-12-28 19:54:05 +01:00
Luca
f50f61f9fc MySQL DB improvements
Cached slack preference
Optimized DHCP cache read
2016-12-28 19:20:06 +01:00
emanuele-f
0dc20931ff Use totalval to decide which elements to esclude 2016-12-28 13:13:07 +01:00
emanuele-f
1953552457 Implement profiles graph 2016-12-28 13:13:07 +01:00
emanuele-f
7dfda54934 Add total host activity 2016-12-28 12:14:28 +01:00
Simone Mainardi
8810ef9167 Removes unused lua scripts from the main tree
Moved to attic
2016-12-26 12:10:34 +01:00
Simone Mainardi
eca2c41049 Reworks alert counters (WIP)
Alert counters are now kept in sync only for engaged alerts.
Each host will show the current number of engaged alerts.
This alleviates the complexity of constantly keep the numbers
synchronized with the database.

Todo: see how to handle counters for flow alerts and past alerts.
2016-12-24 16:21:50 +01:00
Simone Mainardi
ff7c61bb9d Fixes an issue when dumping flows already partially dumped
The final dump for flows partially dumped could be, under certain
conditions, skipped. This commit addresses the issue.

Fixes #846
2016-12-21 19:44:47 +01:00
Simone Mainardi
413e22e889 Implements CIDR search in flow explorer
partially implements #574
2016-12-20 15:32:52 +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