Commit graph

5025 commits

Author SHA1 Message Date
Simone Mainardi
53fe63f6b3 Adds member details to interface_pools.lua 2020-07-06 18:23:13 +02:00
Luca Deri
643e78f8d5 Implements most of #4113
- Removed unused google assistant scripts
- Cleaned up existing REST calls using _POST["payload"]

The _GET["parameter"] element is still present and it will be removed soon
2020-07-06 18:06:40 +02:00
Simone Mainardi
a74028878a Returns pool lists as a lua array 2020-07-06 17:29:41 +02:00
Simone Mainardi
4c1ae3056a Implements locks to prevent races when adding/editing/deleting pools 2020-07-06 16:52:03 +02:00
Simone Mainardi
aab7051810 Implements RESTful getters for interface pools and members
Implements #4109
2020-07-06 14:22:24 +02:00
Simone Mainardi
62c35e82ec Implements RESTful delete of interface pools and members
Implements #4108
2020-07-06 13:06:01 +02:00
Simone Mainardi
519fec5f94 Implements RESTful edit of interface pools and members
Implements #4107
2020-07-06 12:57:01 +02:00
Simone Mainardi
ca1a011c2b Implements RESTful addition of interface pools and members 2020-07-06 12:38:39 +02:00
Simone Mainardi
1ef13ca9ea Implements consistency checks for the addition/edit of pools and members 2020-07-06 12:00:27 +02:00
Simone Mainardi
d09b105a9c Improves hierarchy of lua classes for pools and interface pools 2020-07-05 18:43:24 +02:00
Simone Mainardi
7c3573186a Makes list_available_configset_ids part of base class base_pools.lua 2020-07-05 14:05:22 +02:00
Simone Mainardi
efbb84a892 Additional methods for pools and interface pools lua classes 2020-07-05 13:57:35 +02:00
Simone Mainardi
a9040f1057 Initial implementation of lua classes to handle pools and interface pools 2020-07-05 12:15:08 +02:00
Simone Mainardi
fdb486e088 Adds stubs to delete pool members
Addresses #4108
2020-07-03 19:14:32 +02:00
Simone Mainardi
d541b4dc03 Adds stubs to edit pool members
Addresses #4107
2020-07-03 19:11:29 +02:00
gabryon99
5b6e1c1dee fix license bug inside about.lua 2020-07-03 18:50:07 +02:00
Alfredo Cardigliano
354866d16a Remove aggregated flows 2020-07-03 17:17:33 +02:00
gabryon99
b30c2054f4 fix license if 2020-07-03 16:34:51 +02:00
gabryon99
45fa73d0fe info alert on license submitting 2020-07-03 16:33:51 +02:00
gabryon99
f5415f9588 fixed sidebar pool name bug 2020-07-03 16:19:35 +02:00
Simone Mainardi
1bf3cfda07 Adds interface name to the available pool members 2020-07-03 15:13:33 +02:00
gabryon99
6901902103 fixed condition for license 2020-07-03 15:08:04 +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
08a934c55a add notification for license inside about.lua 2020-07-03 14:53:43 +02:00
Simone Mainardi
78d2571e0f Adds REST stubs for the addition of pools
Addresses #4140
2020-07-03 14:03:34 +02:00
gabryon99
56e03e01b6 breadcrumb to snmp devices 2020-07-02 16:00:11 +02:00
gabryon99
32dec57efb removed position label from geomap 2020-07-02 14:42:48 +02:00
gabryon99
17d317ea3d fixed zoom size on geo maps 2020-07-02 13:03:38 +02:00
gabryon99
b53cf545f6 add warning notification for geomap 2020-07-02 12:43:26 +02:00
Alfredo Cardigliano
1fb820069b Enable companion interface configuration for zmq interfaces 2020-07-02 10:47:37 +02:00
Alfredo Cardigliano
c5b308618b Cache host labels 2020-07-01 18:34:45 +02:00
Simone Mainardi
4ecb2ba33f Hides unassigned pool devs for interfaces without macs 2020-07-01 16:19:44 +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
dc3c9dbee8 Fix recording toggle 2020-06-29 14:21:02 +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
Luca Deri
70c0601dfa Implemented DSCP/TOS collection, dissection and report 2020-06-25 23:23:04 +02:00
Simone Mainardi
2d0b3f1a55 Implements REST API endpoint to get all ntopng active interfaces
Implements #4082
2020-06-25 19:28:48 +02:00
Luca Deri
65cb954a3e Fixes bug that prevented all hosts to be displayed (Hosts -> Geo Map) #3693 2020-06-25 18:22:31 +02:00
Simone Mainardi
b8eabac4ba Adds timeseries of database dumped/dropped flows 2020-06-25 15:11:46 +02:00
Luca Deri
5c72024f4f Localised SNMP 2020-06-25 11:58:25 +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