Commit graph

1370 commits

Author SHA1 Message Date
Alfredo Cardigliano
fea0809eae comment 2018-10-01 19:03:46 +02:00
Alfredo Cardigliano
5cf8e3f3a7 legenda fix 2018-10-01 18:55:49 +02:00
Simone Mainardi
979aa07c8c Warns the user when downloading VLAN-tagged hosts traffic with a BPF
Implements #2073
2018-10-01 18:37:20 +02:00
Alfredo Cardigliano
4653cbe44d reworked device presets:
- devices with no preset defined have a 'allow all' default policy
- users customizations to the preset are stored on redis (both 'allow' and 'drop' policies) as exceptions to the default preset
- default presets updates are allowed, however users customizations have priority (per protocol)
2018-10-01 18:15:18 +02:00
emanuele-f
baef2d6780 Improve timeseries automatic refresh 2018-10-01 17:36:42 +02:00
emanuele-f
c5e2dabf29 Remove total for gauge metrics in InfluxDB 2018-10-01 15:34:02 +02:00
emanuele-f
f82a8e9767 Return 0 filled points instead of nil when no data is available on InfluxDB
This behaviour makes InfluxDB consistent with the RRD driver
2018-10-01 10:49:51 +02:00
Simone Mainardi
889729495e Implements support for collected custom applications 2018-10-01 00:22:49 +02:00
Alfredo Cardigliano
9f77e758f0 using 'unknown' presets as default, added also 'unknown' to the editor 2018-09-29 10:44:35 +02:00
Alfredo Cardigliano
605ca651cc moved device protocols code to community 2018-09-29 09:53:25 +02:00
emanuele-f
3dc4a8dc59 Fix slow stats update alert 2018-09-27 21:08:02 +02:00
emanuele-f
03bf331c3e Add alert for slow stats update and reduce flow alert generation
This avoids SQLite database flooding during an ongoing attack which can block stats update
2018-09-27 19:31:38 +02:00
Alfredo Cardigliano
750dac5f51 discover.id2devtype 2018-09-27 12:23:49 +02:00
emanuele-f
14034d3884 Avoid iterating hosts when hosts timeseries are disabled 2018-09-26 18:24:36 +02:00
Alfredo Cardigliano
c64c07a4dd Merge branch 'dev' of https://www.github.com/ntop/ntopng into dev 2018-09-26 18:03:03 +02:00
Alfredo Cardigliano
d5ac31ee4c added client_policy_/server_policy_ to lint, public discover.sortedDeviceTypeLabels 2018-09-26 18:02:44 +02:00
Luca Deri
cd7f7335c0 SNMP community is now shown as obfuscated string 2018-09-26 16:22:26 +02:00
Alfredo Cardigliano
ca8443ecf7 added edit_device_policy to lint 2018-09-26 09:39:48 +02:00
Alfredo Cardigliano
249f07105b added discover.printDeviceTypeSelectorOptions, locales 2018-09-25 18:55:06 +02:00
emanuele-f
5468fc8528 Update localization 2018-09-25 17:53:43 +02:00
emanuele-f
c3298d527d Use admin language as default system language
Fixes #2059
2018-09-25 17:34:36 +02:00
emanuele-f
97a280e14f Add partial sums in timeseries topk 2018-09-25 11:56:13 +02:00
emanuele-f
134bc7e373 Fix RRD total with sampled series 2018-09-24 18:26:30 +02:00
emanuele-f
b604288c9b Avoid returning topk items with zero bytes 2018-09-24 16:40:07 +02:00
emanuele-f
b8aa23f46d Add redis option to enable slow InfluxDB queries debug
Enable with:
  redis-cli set "ntopng.prefs.debug_influxdb_queries" 1
2018-09-24 16:40:07 +02:00
emanuele-f
58a0d54be3 Fix InfluxDB statistics 2018-09-24 16:40:07 +02:00
emanuele-f
0872c162b5 Implement timeseries tabular view 2018-09-24 16:40:01 +02:00
emanuele-f
e64c2c8fd7 Fix RRD totals 2018-09-24 16:25:21 +02:00
emanuele-f
904282b7eb Fix invalid host pools timeseries protocols bytes 2018-09-24 16:25:10 +02:00
emanuele-f
38ebfc3fc3 Fix InfluxDB top talkers computation 2018-09-24 16:25:00 +02:00
Luca Deri
bc79a6f41e Fix to remove toggle buttons exceeding the max value
Fix to remove comma on Lua (non JIT)
Minor cleanup
2018-09-22 09:05:40 +02:00
emanuele-f
eb79229048 Implement alerts links to graphs 2018-09-20 20:18:12 +02:00
emanuele-f
032f3f182f Add nedge gateway RTT check 2018-09-20 15:52:40 +02:00
Simone Mainardi
bf43aceb9c Refactors data delete_data_utils for the use with nEdge 2018-09-20 10:47:41 +02:00
Simone Mainardi
409c8f50ab Checks return value upon RRD directory deletion 2018-09-20 08:54:08 +02:00
emanuele-f
254a0fe5ce Optimize some InfluxDB queries 2018-09-18 17:20:20 +02:00
emanuele-f
f5b4181e08 Fix wrong InfluxDB export ID causing getLatestTimestamp issues 2018-09-18 17:20:20 +02:00
Simone Mainardi
b9e5e51e58 Localizes local network static routes strings 2018-09-18 14:59:42 +02:00
emanuele-f
0ae1705f41 Add nedge nat parameter 2018-09-18 13:16:53 +02:00
emanuele-f
6ef85d8998 Implement InfluxDB query timing 2018-09-17 18:52:07 +02:00
emanuele-f
1c7234e18f Optimize InfluxDB query by avoiding group-by on high cardinality iface:traffic 2018-09-17 18:52:07 +02:00
emanuele-f
370e0c3564 Fix average when charts interval is not aligned to step 2018-09-17 16:36:33 +02:00
Simone Mainardi
912e465bfd Adds Sonicwall PEN field names 2018-09-17 15:05:39 +02:00
Simone Mainardi
4d722ac4a4 Implements custom flow field value mappings 2018-09-14 19:16:10 +02:00
emanuele-f
54b2ce85f7 Fix occasional "No data available" when zooming in 2018-09-14 18:41:22 +02:00
emanuele-f
9919e500aa Implement graph jump to previous period 2018-09-13 19:48:20 +02:00
Simone Mainardi
3ffcdcc021 Checks errors in inactive interface deletion
Implements #2008
2018-09-13 16:27:06 +02:00
emanuele-f
7c6e98118b Improve graphs navigation when custom period is selected 2018-09-13 12:19:36 +02:00
Simone Mainardi
df45cac64f Implements SNMP devices iterator
The iterator has the ability to stop when there is
an ntopng shutdown in progress
2018-09-12 20:01:19 +02:00
emanuele-f
129e824eea Add InfluxDB information in runtime status and about page
Closes #2010
2018-09-12 18:05:20 +02:00