Commit graph

691 commits

Author SHA1 Message Date
Simone Mainardi
1ac5337b93 Removes a debug print 2016-09-28 17:50:46 +02:00
Simone Mainardi
15d240e3cc Improves HTTP(S) server names handling 2016-09-28 17:38:03 +02:00
Simone Mainardi
ec348a6ecf Fixes a typo 2016-09-27 18:16:36 +02:00
Simone Mainardi
cd0db380e3 Reworked flow activities calculation 2016-09-27 18:06:41 +02:00
Luca Deri
ee590d970f Added ARP protocol in interface statistics 2016-09-26 12:33:33 +02:00
Simone Mainardi
ab4d78b26d Improves flow status descriptions
Uses title tags to improve the descriptions of warning tiranges
shown as well as red TCP text
2016-09-21 17:34:03 +02:00
Simone Mainardi
c770d413e3 Adapts the Web UI to browse pcap dumps 2016-09-21 16:01:33 +02:00
Luca Deri
ebd31f321d Minor cosmetic changes to the host activities 2016-09-18 10:37:34 +02:00
emanuele-f
a6e3f19677 Add hour and day resolutions 2016-09-17 15:51:05 +02:00
emanuele-f
b845e90ed7 Activity graph implement realtime resolutions 2016-09-17 15:02:37 +02:00
emanuele-f
aaa5515944 Fix graph range out of bounds 2016-09-17 00:49:22 +02:00
emanuele-f
a883c83170 Fix user activity RRA sizes, make RRA preferences configurable and disable activity log by default 2016-09-16 22:06:27 +02:00
Simone Mainardi
982c7c803e Hides the "extract pcap button" for non-packet interfaces 2016-09-16 11:46:40 +02:00
Simone Mainardi
7311cb943f Fixes failure to save host SNMP community 2016-09-16 10:48:44 +02:00
Simone Mainardi
6d396c33ed Fixes top talkers computation with VLAN-tagged traffic 2016-09-15 19:28:29 +02:00
Luca
e848587209 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-09-14 18:31:16 +02:00
Luca
0ce9332be4 Minor layour change 2016-09-14 18:30:14 +02:00
Simone Mainardi
db544882f1 Minor fix to release engaged alerts 2016-09-14 16:18:28 +02:00
Simone Mainardi
22e863feda Adds graph autorefresh every minute 2016-09-13 12:37:00 +02:00
Simone Mainardi
fe9a53ea3e Implements optional hourly caching of active local hosts 2016-09-12 19:53:52 +02:00
emanuele-f
cc02aa2145 Merge branch 'dev' of https://github.com/ntop/ntopng into changes 2016-09-10 18:47:44 +02:00
emanuele-f
1907feeb33 Little changes 2016-09-10 18:38:20 +02:00
Luca Deri
d87d3e0e5b Fixed bug that caused RRDs to be much larger than required.
Host activity fixes
2016-09-10 17:32:02 +02:00
emanuele-f
f7a4445a99 Facebook to SocialNetwork profile and metrics improvements 2016-09-07 16:29:03 +02:00
Simone Mainardi
a280e53862 Completes the migration to the stateful alerts 2016-09-06 16:36:05 +02:00
Simone Mainardi
e255b5218b Implements the API for stateful interface alerts 2016-09-06 14:41:16 +02:00
Simone Mainardi
889fa6f215 Fixes JSON decoding issues
Fixes #703
2016-09-05 19:22:03 +02:00
Simone Mainardi
c3be02485f Handles refreshes of user-configured network alerts 2016-09-02 15:18:42 +02:00
Simone Mainardi
441857d34d Implements stateful network alerts 2016-09-02 14:59:54 +02:00
Simone Mainardi
05462622b3 Miror fix: alert deletion 2016-09-02 12:25:28 +02:00
Simone Mainardi
951f5594bd Enhances host serialization with TCP packets stats 2016-09-02 11:38:38 +02:00
Simone Mainardi
a1d405baf5 Implements local hosts idle cache dump toggle and TTL
Local hosts cache dump can now be toggled from the command line
together with the cache TTL
2016-09-02 11:06:46 +02:00
Simone Mainardi
31415251b2 Makes the Local Hosts Cache duration configurable
Purged hosts are serialized to redis and are automatically cleared after an interval of 1 hour.
With this commit it is possible to configure this interval.
2016-09-01 19:29:33 +02:00
Simone Mainardi
667a63076f Fixes flows flood alert detection
Detection conditions were not properly evaluated, especially
upon threshold changes. This commit fixes the issue.

It also adds the new stateful alerts on the flows flood.
However, those alerts are still kept hidden from the main interface.
2016-09-01 19:06:33 +02:00
Simone Mainardi
f73ffc65ec Additional work on the alerts manager 2016-08-31 13:08:20 +02:00
Simone Mainardi
ca83eb48a7 Fixes ZMQ interface type
Fixes #710
2016-08-29 12:40:30 +02:00
Simone Mainardi
bca1e0a126 Implements MySQL flow export statistics 2016-08-29 09:41:55 +02:00
emanuele-f
a518f95c4c Separate Facebook activity and specilize some detection code 2016-08-27 13:14:46 +02:00
Simone Mainardi
e8707bcaa9 Implements counters for export dropped flows (wip)
ntopng optionally exports flows to MySQL or ES. This change
keeps track of possible drops (e.g., due to a slow mysql server)
and shows them to the user.
2016-08-26 19:27:46 +02:00
Luca Deri
7ee8f8e560 Improved host activity labels
Fixed login.lua that was ignoring in redirect some parameters
2016-08-26 10:40:43 +02:00
Simone Mainardi
6bdc494b0f Minor refresh after restoring numFlows and numHosts 2016-08-25 19:14:45 +02:00
Simone Mainardi
13875ec189 Adds numHosts to hosts retrieval for proper pagination
numHosts was suppressed in an earlier commit but this caused
issues with pagination of results.
2016-08-25 19:05:35 +02:00
Simone Mainardi
fe5c6377aa Adds numFlows to flows retrieval for proper pagination
numFlows was suppressed in an earlier commit but this caused
issues with pagination of results.
2016-08-25 18:30:27 +02:00
Simone Mainardi
01172f94fc Adds focus on the login username field
Implements #711
2016-08-25 16:57:31 +02:00
Simone Mainardi
58f1a902ea Disables UI tabs while loading results
This is in order to prevent an impatient user from clicking on
multiple tabs without waiting for the competion of his/her actions
2016-08-25 16:16:24 +02:00
Simone Mainardi
55d8658046 Fixes a regexp pattern error on the newest Chrome
Fixes #700
2016-08-25 11:01:43 +02:00
Luca Deri
74d5553f1b Added activities tab on host details 2016-08-24 22:03:12 +02:00
Luca Deri
29bd6af0fd Fix for missing step multiplication 2016-08-24 18:31:02 +02:00
emanuele-f
9889f12abb Add new user activity profiles and populate them 2016-08-23 01:36:33 +02:00
emanuele-f
4d53a4c960 Implement web and metric filters 2016-08-21 20:14:28 +02:00