Alfredo Cardigliano
fea0809eae
comment
2018-10-01 19:03:46 +02:00
Alfredo Cardigliano
1f8c68db36
Merge branch 'dev' of https://www.github.com/ntop/ntopng into dev
2018-10-01 18:56:04 +02:00
Alfredo Cardigliano
5cf8e3f3a7
legenda fix
2018-10-01 18:55:49 +02:00
Alfredo Cardigliano
e06d2ba311
form padding
2018-10-01 18:50:52 +02:00
Alfredo Cardigliano
8289ada529
Merge branch 'dev' of https://www.github.com/ntop/ntopng into dev
2018-10-01 18:42:32 +02:00
Alfredo Cardigliano
1c111084d4
policies notes
2018-10-01 18:42:18 +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
809aa84a80
Fix errors in historical page for inactive hosts
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
78a457e731
Fixes broken sort by column info
...
Fixes #2074
2018-10-01 10:47:41 +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
Alfredo Cardigliano
137064f953
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2018-09-28 17:13:38 +02:00
Alfredo Cardigliano
e940ea06e2
Device Protocols icons change
2018-09-28 17:13:29 +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
eeacb0e205
menu entry for the device protocols editor (temporarily hidden)
2018-09-27 17:09:17 +02:00
emanuele-f
4370df81e3
Remove unused HTTPBL
2018-09-27 16:14:46 +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
7d965bbdb9
Fix manage pools page js errors with non english locales
2018-09-25 17:34:36 +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
1825c61bf0
Added link to he interface history tab
2018-09-24 11:12:45 +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
Alfredo Cardigliano
8dee23dca0
css line-through change
2018-09-20 23:41:58 +02:00
Alfredo Cardigliano
d653476cd6
ability to block/unblock hosts directly from the hosts list, line through the ip in case of blocked host
2018-09-20 23:30:34 +02:00
emanuele-f
eb79229048
Implement alerts links to graphs
2018-09-20 20:18:12 +02:00
emanuele-f
c4a5612084
Fix graphs only page on expired host
2018-09-20 20:18:12 +02:00
Alfredo Cardigliano
02c5d729c6
line through l4 also in case of blocked flow
2018-09-20 17:00:42 +02:00
Alfredo Cardigliano
8dcc8e3385
ability to drop flows dorectly from the flows list, line through the whole 5 tuple in case of dropped flow
2018-09-20 16:53:32 +02:00
emanuele-f
032f3f182f
Add nedge gateway RTT check
2018-09-20 15:52:40 +02:00