Luca Deri
6a16cccd18
Added SNMP set support
2020-06-18 19:32:16 +02:00
Simone Mainardi
0cf69d9996
Adds slack, webhook and syslog notification endpoints
2020-06-18 12:55:12 +02:00
gabryon99
d592b3b43c
add spinner inside snmp add modal and replaced the old loading image
2020-06-18 11:37:26 +02:00
Simone Mainardi
c8db38a06c
Fixes parsing of IP addresses and CIDRs for custom protocols
...
Fixes #4050
2020-06-17 18:49:35 +02:00
Simone Mainardi
e63ca22177
Localizes REST response codes
2020-06-17 16:35:36 +02:00
Simone Mainardi
e0b19c73bb
Extends rest_utils to handle SNMP devices errors
2020-06-17 15:15:15 +02:00
Simone Mainardi
7979468f5b
Exposes http_lint methods to the outside
2020-06-16 22:38:48 +02:00
Luca Deri
94076c9976
SNMP improvements
2020-06-16 20:05:08 +02:00
gabryon99
f2e4b6408a
adding template for alert endpoint
2020-06-16 17:15:33 +02:00
gabryon99
c2c763c2c1
moved overview.js import handler to enterprise
2020-06-16 11:00:03 +02:00
Alfredo Cardigliano
63dc081b1b
Fix host key to name ( fix #4049 )
2020-06-16 10:37:41 +02:00
Alfredo Cardigliano
8625f2db47
Comment fix
2020-06-16 10:24:01 +02:00
Simone Mainardi
67e8a415cc
Geomap lua fixes
...
Addresses #3693
2020-06-15 14:10:02 +02:00
gabryon99
35caecdaea
add dark map on dark mode
2020-06-15 12:16:03 +02:00
Simone Mainardi
0a9473f351
Indentation cleanup
...
Cleanup for #3693
2020-06-15 12:07:43 +02:00
gabryon99
5b4b55872f
fix geomap host
2020-06-15 10:25:47 +02:00
Luca Deri
a27eedaeef
Implemented cardinarily information report in hsot
...
Fixes #4005
2020-06-13 00:00:30 +02:00
Simone Mainardi
38925bac6c
Fixes percent sign in password leading to lock-out
...
Fixes #4031
2020-06-12 12:27:35 +02:00
Luca Deri
32f38e6d8b
Port cardinality implementation
2020-06-12 11:07:44 +02:00
Luca Deri
9a180bc958
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-06-12 08:35:07 +02:00
Luca Deri
1f5ead2457
Typo
2020-06-12 08:10:20 +02:00
Luca Deri
b1a17d990f
Added check to avoid copying non .lua files when plugin directories are created
2020-06-12 08:09:41 +02:00
Simone Mainardi
d30c945ad7
Allows loading of pro html templates
2020-06-11 18:56:57 +02:00
Alfredo Cardigliano
5caac80fcb
Alt name cleanup
2020-06-11 10:20:53 +02:00
Simone Mainardi
30cbf26684
Fixes flow_details SNMP information
2020-06-10 17:29:38 +02:00
Simone Mainardi
4ffa3e2ca7
Adds SNMP information in flow_details.lua
2020-06-10 17:10:30 +02:00
Simone Mainardi
cfe6ff86b7
Fixes failing flows_stats.lua with the new SNMP
2020-06-10 16:49:43 +02:00
Simone Mainardi
4905dab38d
Fixes attempt to index a nil value (local 'device')
2020-06-10 16:00:19 +02:00
Simone Mainardi
cd4a513b0f
Implements snmp_consts.lua with SNMP consts
2020-06-10 15:40:47 +02:00
Simone Mainardi
0bbb30e13e
Refactors snmp_utils global methods into module functions
2020-06-10 13:09:30 +02:00
Simone Mainardi
8a3e65ac50
Requires snmp_utils as local module
2020-06-10 12:17:25 +02:00
Simone Mainardi
a3d7365888
Implements netsnmp charts for cpu states and memory
2020-06-09 22:56:21 +02:00
Simone Mainardi
eab51e54d6
Adds validation for SNMP devices responsiveness
2020-06-09 18:41:35 +02:00
Luca Deri
acd8d33ca8
Removed unused code
2020-06-09 18:00:59 +02:00
Simone Mainardi
2f48152a97
Minor fixes for pruning unresponsive SNMP devices
2020-06-09 16:05:48 +02:00
Alfredo Cardigliano
d5453fe972
Fix rest/v1/get/host/l7/stats content type
2020-06-09 13:07:55 +02:00
Simone Mainardi
d714528fa0
Minor cleanup
2020-06-09 11:50:07 +02:00
Simone Mainardi
8609e0bc2e
Avoids adding URLs for SNMP device interfaces no longer existing
2020-06-09 11:48:28 +02:00
Simone Mainardi
f33b46842a
Avoids adding URLs for SNMP devices no longer existing
2020-06-09 10:24:53 +02:00
andpp
87d77d12d6
Fixing redirection issue after changing interface ( #4022 )
...
Simplifies interface switch send redirect code
Addresses https://github.com/ntop/ntopng/pull/4022
2020-06-08 10:31:16 +02:00
Simone Mainardi
4fabaf3c26
Uses the new snmp_cached_dev API in host_details.lua
2020-06-04 19:40:47 +02:00
Simone Mainardi
7cf28ead05
Updates host_details.lua with the new snmp lua interface
2020-06-04 10:38:41 +02:00
Simone Mainardi
47e855a75b
Returns empty string in safe_html when input is nil
2020-06-03 19:08:37 +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
6126b588c1
Always shows full info as part of the tooltip
...
Fixes #4009
2020-06-01 20:09:29 +02:00
Simone Mainardi
7b995070a2
Removes redundant host_name in page host_details.lua
2020-06-01 12:04:55 +02:00
Luca Deri
4ba2904386
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-06-01 11:55:10 +02:00
Luca Deri
a041bb52c0
Reworked port drill down support
2020-06-01 11:52:41 +02:00
Simone Mainardi
5d8d748cdf
Fixes flows filter in host details page
...
Fixes #4010
2020-06-01 11:47:46 +02:00
Simone Mainardi
2010890af9
Migrates other lua to REST API v1
2020-06-01 11:03:12 +02:00