Commit graph

1929 commits

Author SHA1 Message Date
emanuele-f
ca251bbe26 Add InfluxDB number of series 2019-06-07 17:46:16 +02:00
emanuele-f
08f066637e Add InfluxDB memory usage chart 2019-06-07 17:22:02 +02:00
emanuele-f
f51b0f1cda Add support for influxdb _internal queries at visualization phase
Also implement influxdb storage chart
2019-06-07 16:19:33 +02:00
emanuele-f
a15f5fe485 Fix missing separator when first series is not available 2019-06-07 14:53:32 +02:00
emanuele-f
87dd774e63 Move influx monitoring script into 5min 2019-06-07 12:13:39 +02:00
emanuele-f
9872907123 Fix 5min script error 2019-06-07 11:45:05 +02:00
emanuele-f
1d6d52b4ea Rework system probes (now called system scripts) 2019-06-07 11:31:44 +02:00
emanuele-f
322bae547c Initial work towards generic system probes
Also implements InfluxDB latency chart as a POC
2019-06-06 21:16:26 +02:00
emanuele-f
42079643c6 Fix cpu load metric type 2019-06-06 19:30:27 +02:00
emanuele-f
791afdbaca Implement CPU load chart 2019-06-06 19:20:11 +02:00
Alfredo Cardigliano
b2b5d07aa6 Typo fix 2019-06-05 11:53:30 +02:00
Luca Deri
d74276bd28 Minor dropbox enhancement 2019-06-04 11:10:12 +02:00
emanuele-f
2d2566135d Properly escape spaces in InfluxDB tags 2019-06-04 10:45:36 +02:00
emanuele-f
3ecc032c14 Hide system properties for restricted users
This will also hide SNMP devices
2019-06-03 12:42:23 +02:00
emanuele-f
ecfa447fcf Fix InfluxDB ts_utils:exists with empty tags 2019-06-03 11:32:49 +02:00
Emanuele Faranda
5f9e8b17df
Implement System interface
The system interface now holds system wide alerts and timeseries
2019-06-03 08:53:26 +00:00
emanuele-f
130af57f5d Skip already dumped hosts 2019-05-31 12:17:59 +02:00
emanuele-f
9d72c72cb3 Fix warning sign on normal flows 2019-05-31 09:39:52 +02:00
emanuele-f
793dcab32c Use process name and username as key instead of pid and uid
Names are more reliable across multiple machines
2019-05-30 18:04:38 +02:00
emanuele-f
c8da6bcf34 Fix evexporter_iface RRD collision and add test case 2019-05-30 15:30:23 +02:00
Alfredo Cardigliano
99aa386a12 Implements alerts on SNMP port load exceeding a configured threshold (%) based on port speed (#2223) 2019-05-30 15:18:46 +02:00
emanuele-f
74952edb27 Fix manage data host search 2019-05-29 12:21:46 +02:00
Simone Mainardi
45f5303cb4 Hides telemetry badge for non-admins 2019-05-29 09:32:37 +02:00
Luca Deri
e03b7f0f5f Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2019-05-29 00:17:39 +02:00
Luca Deri
93ed8c009a Added SSL protocol handling 2019-05-29 00:12:26 +02:00
Simone Mainardi
d1328d1678 Implements visualization of sent telemetry data 2019-05-28 18:17:02 +02:00
emanuele-f
e74f6ee3b7 Fix host timeseries first point problem.
An additional point is now stored on the ts database to address the issue.

Fixes #2184
2019-05-28 17:17:21 +02:00
emanuele-f
1c9a4d3461 Implement ICMP data exfiltration alerts
Closes #256
2019-05-28 10:37:59 +02:00
Simone Mainardi
9252ead5a5 Implements telemetry data with options and contact email 2019-05-27 18:59:55 +02:00
emanuele-f
8fcce457c9 Implement countries serialization
Countries now show the cumulative traffic since ntopng restart as this is consistent with the other views
2019-05-27 13:07:30 +02:00
Simone Mainardi
c4906447ff Temporarily disables telemetry 2019-05-24 11:19:23 +02:00
Simone Mainardi
2fc08bad6b Prevents telemetry POST response from being output to stdout 2019-05-23 20:04:36 +02:00
Simone Mainardi
c7e8c32559 Implements telemetry data POST 2019-05-23 16:43:16 +02:00
Alfredo Cardigliano
7590f629fe Alerts on duplex status change on SNMP interface (#2349) 2019-05-23 12:23:45 +02:00
emanuele-f
89f6544524 Implement interface L4 stats 2019-05-22 20:11:06 +02:00
emanuele-f
461ee43e16 Add UDP unicast vs non unicast breakdown 2019-05-22 17:36:24 +02:00
Simone Mainardi
bbb81ceddd Optionally determines (and swaps) ZMQ src and dst using port numbers
Implements #1978
2019-05-22 16:58:58 +02:00
emanuele-f
e11c101536 Fix ts_schema:verifyTagsAndMetrics checks with 0 tag/metric 2019-05-22 11:44:49 +02:00
Alfredo Cardigliano
5aaedd62e9 Adds a Traffic vs Errors graph to the SNMP interface graph (#2592) 2019-05-22 11:32:06 +02:00
emanuele-f
f0ae0f4274 Choose appropriate shard group duration for InfluxDB retention policies 2019-05-21 19:55:21 +02:00
Simone Mainardi
7997a73590 Implements charts for AS OOO/Drops/Retransmissions 2019-05-21 18:48:49 +02:00
Simone Mainardi
1b29a5c555 Implements charts for Network OOO/Drops/Retransmissions 2019-05-21 18:04:20 +02:00
Alfredo Cardigliano
4f61b6d599 Fixes src/dst fragments from ZMQ 2019-05-21 13:03:42 +02:00
Luca Deri
1228ddc2ca Added unsafe SSL ciphers detection 2019-05-20 23:19:53 +02:00
Simone Mainardi
e22d13533a Implements sent and rcvd TCP seqs counters per host
Implements #2503
2019-05-20 20:02:06 +02:00
Alfredo Cardigliano
22b4d1d7bc Description fix for icmp type 8 (see #2597) 2019-05-20 19:25:20 +02:00
Alfredo Cardigliano
e9d9204ba7 Active flows title with status filter 2019-05-20 19:08:35 +02:00
Alfredo Cardigliano
9cdb84a875 Implements filtering per flow status in the active flows page 2019-05-20 18:54:50 +02:00
emanuele-f
a94f3422fb Fix community chart default timeframe selection
Fixes #2582
2019-05-20 18:47:33 +02:00
Alfredo Cardigliano
3b99717db6 TCP connection issues threshold and double severity level based on ratio (#2593) 2019-05-20 16:07:48 +02:00