Commit graph

1775 commits

Author SHA1 Message Date
Simone Mainardi
522347dc1b Fixes pools initialization via API that was causing mixed pool ids 2019-03-12 16:27:20 +01:00
Simone Mainardi
4b3ae0e652 Makes the ARP matrix generation optional using a pref 2019-03-12 14:53:06 +01:00
Simone Mainardi
71158cb056 Handles deletion of host pools both with InfluxDB and RRDs 2019-03-12 13:16:27 +01:00
Simone Mainardi
5b667beadb Fixes getAlertTimeBounds failing with enqueued flow alerts 2019-03-11 17:01:10 +01:00
Simone Mainardi
8613ffd7ee Add link to active flow in flow alerts 2019-03-06 14:56:10 +01:00
Simone Mainardi
912e461fdf Adds description and threshold for long-lived flows 2019-03-06 12:58:39 +01:00
Simone Mainardi
dcd1c61d78 Alert anomalies fixes 2019-03-06 12:43:45 +01:00
emanuele-f
b4bb8599ff Fix InfluxDB total stats accounting one excess point
E.g. calculating a total on 1h interval starting from 11:00
  - Before this patch: total on [11:00,12:00]
  - With this patch: total on [11:00,11:59]
2019-03-06 10:52:22 +01:00
Luca Deri
468558ddb4 Adding a new timeseries: how to add number of unrecheable flows client/server per host. 2019-03-06 10:05:05 +01:00
Simone Mainardi
f8b120a9ce Implements alerts for ICMP anomalies
Partially addresses #2387
2019-03-05 18:02:34 +01:00
Simone Mainardi
de286daf9c Implements alerts for DNS anomalies
Partially addresses #2387
2019-03-05 16:49:50 +01:00
emanuele-f
8977ac81f6 Add ntopng process memory chart 2019-03-05 13:59:38 +01:00
Simone Mainardi
0516e485d1 Fixes category/application name clashes in RRDs 2019-03-04 16:03:12 +01:00
Simone Mainardi
4b30932d36 Fixes encoding issue with jp lang file 2019-03-04 10:11:10 +01:00
Simone Mainardi
a9db8e8c1e Adds validation for host pool assoc via API 2019-03-03 11:28:15 +01:00
Simone Mainardi
f7cf85d169 Fixes nil table access upon nEdge http http_bridge_conf_utils.lua
Fixes

02/Mar/2019 18:16:46 [LuaEngine.cpp:8712] WARNING: Script failure [/home/simone/ntopng/scripts/callbacks/system/startup.lua][/home/simone/ntopng/scripts/lua/modules/tracker.lua:33: attempt to index a nil value (global '_SESSION')]
2019-03-02 18:19:08 +01:00
Simone Mainardi
626677705b Adds Application label to flow alerts 2019-02-28 19:10:53 +01:00
Simone Mainardi
7f7dea8d87 Additional ICMP details in flow alerts
Fixes #2414
2019-02-28 18:44:41 +01:00
Simone Mainardi
df088c7971 Adds host pool active hosts and l2 devices charts 2019-02-28 16:22:22 +01:00
Simone Mainardi
c581f085cd Checks n2disk service upon visits to page if_stats
Handles n2disk installations with a running ntopng
2019-02-28 10:49:58 +01:00
emanuele-f
75747407dc Fix automatic abort in timeseries table 2019-02-28 10:15:29 +01:00
Luca Deri
7e1c77ce8d Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2019-02-27 16:30:00 +01:00
Luca Deri
c8e9798c84 libebpfflow update 2019-02-27 16:29:51 +01:00
emanuele-f
c2c10ed491 Implement dhcp hosts filter 2019-02-27 16:20:55 +01:00
emanuele-f
45e0038b45 Improve custom column autosort logic
Fixes #2425
2019-02-27 12:35:37 +01:00
Simone Mainardi
2fd5a75b6a Implements interface.findFlowByTuple to fix issues with ICMP
Fixes #2415
2019-02-27 11:39:02 +01:00
Luca
b775657f59 Added logic to report dropbox sharing information 2019-02-26 22:16:28 +01:00
emanuele-f
4cb88b56a9 Remove DHCP flag on the MAC
Now the concept of DHCP host is bound to an Host rather than a Mac
2019-02-26 18:45:47 +01:00
emanuele-f
b778e77207 Initial support for DHCP range configuration 2019-02-26 18:08:02 +01:00
Luca Deri
625a672cd8
Merge pull request #2420 from dcasenove/google-home-discovery
Adds Google Home MDNS check
2019-02-26 08:41:14 +01:00
emanuele-f
bec6cacef4 Check InfluxDB on every startup
Fixes #2417
2019-02-25 12:39:56 +01:00
dcasenove
12ba6c535f Adds Google Home MDNS check 2019-02-24 17:17:07 +01:00
emanuele-f
d785f64ea4 Fix RRD path for hosts identified by mac 2019-02-22 17:00:37 +01:00
emanuele-f
4a97017f35 Fix mac-based serialization key and add a preference to enabled it (disabled by default) 2019-02-22 16:01:58 +01:00
Simone Mainardi
98cb560083 Code cleanup
This reverts commit 59ae914b62.
2019-02-22 15:42:29 +01:00
Simone Mainardi
0cd3d5be63 Implements custom timeseries 2019-02-22 15:41:41 +01:00
emanuele-f
6c5f6e679e Fix invalid InfluxDB check 2019-02-22 15:11:05 +01:00
Luca Deri
b02095e814 Gauge 2019-02-22 12:49:51 +01:00
Luca Deri
59ae914b62 Added sample custom timeseries files 2019-02-22 12:47:42 +01:00
emanuele-f
87f99f6aad Remove unused script reference 2019-02-22 11:53:59 +01:00
emanuele-f
178c7fc0c0 Remove unused script 2019-02-22 11:52:36 +01:00
emanuele-f
5089e4dabe Timeseries charts fixes 2019-02-22 11:16:41 +01:00
emanuele-f
2f2d30892a Community charts fixes 2019-02-21 19:46:07 +01:00
Alfredo Cardigliano
dee19c218f Fixed n2disk-ntopng service check 2019-02-21 19:26:48 +01:00
emanuele-f
dd37cafa12 Store and restore local broadcast domain hosts from their mac key
Charts now display the mac based data when browsing a local broadcast domain host.
This is an important change to avoid mixing historical information of different hosts in a dynamic network.

More changes will follow to migrate other historical elements, like flows, alerts and top stats.
2019-02-21 18:42:57 +01:00
emanuele-f
07ff4dee54 Improve InfluxDB connection errors 2019-02-21 10:47:40 +01:00
emanuele-f
a486d2c19f Implement host counter of total triggered alerts
Closes #2391
2019-02-20 20:12:44 +01:00
emanuele-f
405841431c Add Custom Lists download alert and handle hourly download retry
Closes #2410
2019-02-21 01:07:22 +01:00
Simone Mainardi
7e2ac7fbaa Implements timeseries of per-host misbehaving flows
Implements #2409
2019-02-20 16:31:37 +01:00
Simone Mainardi
e7cebdcd98 Adds description to elephant flows and exclude data transfer protocols
Fixes #2402
2019-02-20 15:28:27 +01:00