Luca
3449593087
Reworked notifications and fixed a bug that caused them to be fetched too often putting pressure on the blog feed
2020-10-16 09:31:04 +02:00
Luca Deri
827f3ad3a9
Added check for entries with no VLAN
2020-10-15 22:09:09 +02:00
Luca Deri
abf30f74bc
Improved periodicity handling of VLAN tagged traffic
2020-10-14 23:37:29 +02:00
Luca Deri
aa240a04d6
Added check
2020-10-12 11:28:48 +02:00
Luca Deri
60a238acb0
Various service and periodicty map improvements
2020-10-11 16:17:55 +02:00
Simone Mainardi
6cdfe984fe
Minor interface name fix
2020-10-09 19:01:06 +02:00
Simone Mainardi
b2bbc6d745
Fixes wrong count of unhandled flows in disaggregated interfaces
2020-10-09 18:53:50 +02:00
Luca Deri
f565328cca
Minor improvements in service map reporting
2020-10-07 23:56:14 +02:00
Luca Deri
21f3fbd847
Added service map reporting
2020-10-02 23:29:15 +02:00
gabryon99
02d3665670
reworking for Import/Export UI ( #4128 )
...
this commit includes the GUI to manage import/export/reset of SNMP, AM, User Scripts and Notification
2020-10-01 18:57:50 +02:00
Luca Deri
0c992b2797
Debug code removed
2020-09-23 17:01:49 +02:00
Luca Deri
97d456e020
Added supporto for 4xx and 5xx returb codes in http_status_code.lua
2020-09-23 16:57:38 +02:00
gabryon99
e7540033af
check on table type in table.all
2020-09-15 18:16:59 +02:00
gabryon99
489ef050b2
improved table.all
2020-09-15 18:16:59 +02:00
gabryon99
024f8b4572
fixed plus button inside recipients list
2020-09-14 15:25:30 +02:00
Alfredo Cardigliano
ea0bd4d71a
Fix custom alias in case of vlan
2020-08-25 18:41:28 +02:00
Alfredo Cardigliano
ba2e44ddc6
REST endpoints now return specific HTTP codes on failure ( fix #4278 )
2020-08-20 11:45:17 +02:00
Alfredo Cardigliano
646c5a8d68
Add support for returning HTTP status codes to rest_utils
2020-08-20 10:28:18 +02:00
Simone Mainardi
6274946e08
Shows remote hosts historical page when nIndex is enabled
2020-08-19 16:25:41 +02:00
Simone Mainardi
1ae2b2d932
Refactors NtopngUtils into NtopUtils
2020-08-18 15:10:04 +02:00
Simone Mainardi
e61f9ffe68
Refactor JS code into class NtopngUtils
...
Implements #3735
2020-08-18 14:13:48 +02:00
Luca Deri
3ba1cc622e
Added checks on remote flow collection
...
- check clock drift and report it as alert
- fix flow time drift
2020-08-06 18:22:47 +02:00
Simone Mainardi
172e632395
Fixes UTC notification time (now using server TZ)
...
Fixes #4250
2020-07-31 16:16:19 +02:00
Alfredo Cardigliano
bde41ff4b7
Cleanup nagios code
2020-07-28 11:33:04 +02:00
Luca Deri
ab6455329a
Alert improvements
...
- check areAlertsEnabled() result is now cached
- housekeeping.lua skips alerts when disabled
2020-07-23 17:53:59 +02:00
Luca Deri
84bd93f903
Implemented periodicity stats
2020-07-20 22:44:23 +02:00
gabryon99
da7278065d
moved update notification and too many flow notification
2020-07-16 11:56:12 +02:00
Simone Mainardi
6f9a995a99
Fixes alert drilldown links
2020-07-13 18:35:33 +02:00
Alfredo Cardigliano
c5b308618b
Cache host labels
2020-07-01 18:34:45 +02:00
Luca Deri
94076c9976
SNMP improvements
2020-06-16 20:05:08 +02:00
gabryon99
c2c763c2c1
moved overview.js import handler to enterprise
2020-06-16 11:00:03 +02:00
gabryon99
5b4b55872f
fix geomap host
2020-06-15 10:25:47 +02:00
Alfredo Cardigliano
5caac80fcb
Alt name cleanup
2020-06-11 10:20:53 +02:00
Simone Mainardi
17bfc850b1
Fixes XSS in dissected HTTP URLs, TLS certs, and DNS names
...
Fixes possible XSS due to forged HTTP urls such as
curl -u admin:admin1 "http://devel:3000/ </a><script>alert(1);</script><a>"
Similar attacks could have been performed with TLS certs and DNS names
2020-06-03 19:03:55 +02:00
Simone Mainardi
5d8d748cdf
Fixes flows filter in host details page
...
Fixes #4010
2020-06-01 11:47:46 +02:00
Alfredo Cardigliano
9348e51924
Add rest/v1/get/host/l7/stats.lua REST API ( #3953 )
2020-05-28 10:44:07 +02:00
emanuele-f
aedf348534
Move interface timeseries prefs to the global config
...
Addresses #3979
2020-05-27 13:48:27 +02:00
Simone Mainardi
9ba746bd78
Adds the default host:traffic when checking host ts existance
2020-05-26 18:45:22 +02:00
Simone Mainardi
661d942f22
Refines ts existance checks when generating host_details.lua urls
2020-05-26 17:59:08 +02:00
Simone Mainardi
48726c0f37
Adds a flag to check for host_details.lua links existance
2020-05-26 17:35:55 +02:00
Simone Mainardi
d487199a19
Unifies host_details.lua link gen in host_details.lua flows page
2020-05-26 15:12:44 +02:00
Simone Mainardi
05e55530f5
Fixes missing VLANs in hostinfo2url
2020-05-26 13:06:19 +02:00
Simone Mainardi
49e49e0ed6
Unifies host_details.lua generation
...
Addresses #3977
2020-05-26 12:50:47 +02:00
emanuele-f
eea288dee9
Add on-off switch template
...
Addresses #3513
2020-05-21 17:22:00 +02:00
emanuele-f
610e632234
Add comments/remove table.clone when not needed
2020-05-21 11:10:47 +02:00
emanuele-f
39d76d233d
Hide zero MAC address in remote to remote alerts
...
Addresses #3644
2020-05-19 14:41:19 +02:00
Luca Deri
ccf76ca54d
Added "real" intefaceId validation
...
Initial work towards REST API
2020-05-17 20:47:46 +02:00
gabryon99
237309fc58
enforced admin privileges on endpoint pages
2020-05-13 18:26:05 +02:00
emanuele-f
d43d4e5e74
Make DHCP names cache expire after 1 day
...
Addresses #3641
2020-05-08 10:15:31 +02:00
emanuele-f
ba5c64b107
Rework host label getters
...
This fixes inconsistencies across the ntopng gui
Addresses #3699
2020-05-07 17:47:18 +02:00