Commit graph

3116 commits

Author SHA1 Message Date
Simone Mainardi
1bf3cfda07 Adds interface name to the available pool members 2020-07-03 15:13:33 +02:00
Simone Mainardi
959de4da4c Adds stubs to list available pool members and available confset ids
Addresses #4106
2020-07-03 15:02:42 +02:00
gabryon99
56e03e01b6 breadcrumb to snmp devices 2020-07-02 16:00:11 +02:00
gabryon99
b53cf545f6 add warning notification for geomap 2020-07-02 12:43:26 +02:00
Alfredo Cardigliano
c5b308618b Cache host labels 2020-07-01 18:34:45 +02:00
Simone Mainardi
54b29aa1dc Implements GUI to configure host pools
Implements #4098
Implements #4087
2020-07-01 16:05:01 +02:00
Simone Mainardi
5ade224d85 Implements global host pools
Implements #4086

Refactors host pools to global

Implements host pools migration

Migration fixes

nEdge changes for host pools migration

Create README.host_pools_migration.md
2020-07-01 12:02:09 +02:00
Alfredo Cardigliano
a03c2158d8 Remove useless chart with duplicated info 2020-07-01 11:54:25 +02:00
gabryon99
0ae45c262f restyling for datatables 2020-06-29 22:12:17 +02:00
Alfredo Cardigliano
f7559831a4 Fix os_utils.execWithOutput 2020-06-29 11:42:46 +02:00
Luca Deri
b92e7f2235 Calculated flow risks via nDPI also for ICMP/ICMPv6
Extended flow risk support
2020-06-26 23:38:13 +02:00
gabryon99
19e91e2c87 add alert notifications 2020-06-26 20:19:48 +02:00
Simone Mainardi
9e5e63e28f Avoids unnecessary executions of flow user script external_alert_check.lua
Fixes #4080
2020-06-26 12:08:10 +02:00
Simone Mainardi
97efebb0ba Fixes nil name in host pool alerts
Fixes #4083
2020-06-26 10:57:56 +02:00
Simone Mainardi
b8eabac4ba Adds timeseries of database dumped/dropped flows 2020-06-25 15:11:46 +02:00
gabryon99
e3c87dc15c fixed post snmp add modal 2020-06-24 22:21:03 +02:00
Simone Mainardi
46e0de56db Fixes webhook alert endpoint URL validation 2020-06-24 18:41:17 +02:00
Simone Mainardi
f097a13dbb Fixes slack alert endpoint webhook validation 2020-06-24 18:37:39 +02:00
Simone Mainardi
3db2dc4bb5 Allows SMTP servers to contain ports 2020-06-24 18:05:22 +02:00
Simone Mainardi
e9647c6dc8 Fixes email alert endpoint server name validation 2020-06-24 17:16:04 +02:00
Luca Deri
7972c5c7b9 Localised SNMP strings 2020-06-24 10:33:55 +02:00
gabryon99
f9c312aac5 fix for geomap 2020-06-23 10:54:14 +02:00
gabryon99
77d5fd9706 fixed regex for influxdb version 2020-06-23 09:44:52 +02:00
gabryon99
efe75bd55a add snmp3 username 2020-06-23 09:00:55 +02:00
Luca Deri
d41201bb18 Added SNMPv3 validation 2020-06-23 00:58:20 +02:00
Simone Mainardi
62ec5e0262 Fixes User Script Configuration Clone Broken
Fixes #4068
2020-06-22 19:52:15 +02:00
Simone Mainardi
0353ac7985 Fixes attempt to index a nil value (local 'list') 2020-06-22 19:22:52 +02:00
gabryon99
e20f7d28a3 add gui for snmp v3 2020-06-22 16:28:18 +02:00
Simone Mainardi
0cf69d9996 Adds slack, webhook and syslog notification endpoints 2020-06-18 12:55:12 +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
c2c763c2c1 moved overview.js import handler to enterprise 2020-06-16 11:00:03 +02:00
gabryon99
35caecdaea add dark map on dark mode 2020-06-15 12:16:03 +02:00
gabryon99
5b4b55872f fix geomap host 2020-06-15 10:25:47 +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
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
Simone Mainardi
2f48152a97 Minor fixes for pruning unresponsive SNMP devices 2020-06-09 16:05:48 +02:00