Commit graph

937 commits

Author SHA1 Message Date
emanuele-f
d85fc2b06b Migrate interface alerts to in-memory alerts 2017-11-16 16:05:49 +01:00
emanuele-f
346627eb74 Migrate network alerts to in-memory alerts 2017-11-16 15:23:43 +01:00
emanuele-f
92bf435058 Only checkpoint the host information needed for alert generation 2017-11-16 12:58:20 +01:00
emanuele-f
c29d5eb808 Move checkpoint logic to separate Checkpointable class 2017-11-16 11:40:20 +01:00
Luca Deri
fd83d05bb2 Added flow dump flush 2017-11-14 19:25:22 +01:00
Luca Deri
cc623029e5 Added extra flow methods 2017-11-14 16:23:26 +01:00
Luca
b350ecc7d9 Minor rework in periodic scripts
Reworked aggregated DB dump
2017-11-12 12:10:20 +01:00
emanuele-f
f5b321fe09 Fix some uninitialized values and other little problems 2017-11-11 02:04:22 +01:00
Simone Mainardi
4d4cbce764 Fixes possible issues with alerts permissions 2017-11-11 01:17:12 +01:00
Luca
7b9bdcb646 Added 5 min nSeries dump 2017-11-10 19:47:41 +00:00
Luca
d1fddd08a3 Extended redis key/val buffer 2017-11-10 12:09:20 +00:00
Luca
044fe19677 Reworked nSeries support
Added patch for avoiding #1545
2017-11-09 23:55:52 +00:00
emanuele-f
11bfca8cad Add upgrade script on nedge 2017-11-06 15:17:59 +01:00
Emanuele Faranda
1d3812a19f Add method to reset traffic stats 2017-11-06 11:48:34 +01:00
Emanuele Faranda
49676e5523 Fix network interface stats on conntrack 2017-11-05 02:35:42 +01:00
Emanuele Faranda
ce4e5677c6 Fix host pools traffic stats reset after reloadPools 2017-11-04 23:35:11 +01:00
Luca Deri
da2bee8623 Timeseries update 2017-11-02 23:28:50 +01:00
Luca Deri
17c77c4248 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2017-11-02 19:49:21 +01:00
Luca Deri
1a0e832df3 initial nSeries changes 2017-11-02 19:49:08 +01:00
emanuele-f
2361eefee1 Implement per pool schedule 2017-11-02 14:15:07 +01:00
emanuele-f
7281fd0d5d Implement per protocol schedule 2017-11-02 12:49:22 +01:00
emanuele-f
710c6cc5ad Add per-pool shaper support 2017-11-02 02:13:10 +01:00
Simone Mainardi
a22022bb30 Reworks alerts to prevent local hosts I/O 2017-11-01 23:04:33 +01:00
Simone Mainardi
4bbe36c957 Removes unused DNS-based categorization 2017-10-31 13:53:17 +01:00
Luca Deri
bf6371cbc5 Added check for DHCP traffic 2017-10-30 17:40:51 +01:00
Simone Mainardi
76ac648339 Fixes ZMQ ip parse with new optimized flow format
Fixes #1532
2017-10-23 19:05:10 +02:00
Luca Deri
c78c1ad3e0 nEdge compilation fixes 2017-10-23 18:18:04 +02:00
Simone Mainardi
a67205af77 Implements per-host traffic shapers 2017-10-23 15:01:34 +02:00
Simone Mainardi
776696baaf Moves wrong inline refreshHostPools call to out-of-line 2017-10-23 12:41:43 +02:00
Luca Deri
b6c7f08eb5 Updates for systemd
Added checks for end demo mode
2017-10-22 19:52:26 +00:00
Luca Deri
70767d3189 Simplified nEdge build 2017-10-22 12:10:08 +02:00
Luca Deri
588e6a9e46 Compilation fix 2017-10-21 17:56:16 +02:00
Simone Mainardi
80c8b749e7 Reworks host pool counters
Fix (tentative) for #1522
o
2017-10-21 16:24:43 +02:00
Luca Deri
074a08e7ce Simplified ntopng when nEdge is used 2017-10-21 15:36:28 +02:00
Luca Deri
c8de202017 Fixes to compile ntopng without MySQL
Added nEdge support in configure
2017-10-21 13:39:18 +02:00
Luca
2e8be3ee97 Added check to avoid race condition on periodic scripts 2017-10-20 08:07:51 +02:00
emanuele-f
ccb4c2cf19 Fix pthread_join on invalid pthread_t 2017-10-19 12:04:24 +02:00
Luca Deri
107e565075 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2017-10-18 22:32:11 +02:00
Luca Deri
7f8bddcff1 Implemented thread pool to be used for splitting callback scripts 2017-10-18 22:32:00 +02:00
Luca Deri
52b1375353 Implemented thread pool to be used for splitting callback scripts 2017-10-18 22:31:37 +02:00
Simone Mainardi
b11538aa47 Implements enforcement of cross application quotas 2017-10-18 19:48:13 +02:00
Simone Mainardi
5c2353eb0a Adds host pool flag to enforce cross application quotas 2017-10-18 18:57:56 +02:00
emanuele-f
937115fbf0 Add poweroff after shutdown action 2017-10-18 12:35:03 +02:00
Luca Deri
420ce53060 Added support for HTTP splash port 2017-10-16 07:57:32 +02:00
Luca Deri
ac1d13f3ed Reduced purge frequency to 2 sec on ZMQ interfaces 2017-10-15 23:12:35 +02:00
Luca Deri
a29e17cc1d Enlarged ZMQ buffer
Implemented conditional varianbe class
2017-10-15 23:01:20 +02:00
Luca Deri
4b01406137 Improved fingerprinting support
Disabled HTTP banned page support as in the current implementation is ambiguous
Fixed flow parsing leak
2017-10-15 07:46:20 +02:00
Luca Deri
7f6e9f6913 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2017-10-13 21:30:31 +02:00
Luca Deri
67c027bdb5 Flow: ICMP improvements 2017-10-13 21:29:55 +02:00
Luca
e363016065 Increased ZMQ buffer to 4096 2017-10-13 18:39:18 +02:00