Commit graph

990 commits

Author SHA1 Message Date
Matteo Biscosi
a3f64be34b Added packets timeseries (#9279) and removed broken tcp/udp timeseries (#9278) 2025-06-17 17:27:34 +02:00
Alfredo Cardigliano
6e2aa8cb8b Remove mysql leftovers 2025-06-17 10:35:39 +02:00
Matteo Biscosi
f10e9d300d Changed ASN config page and type 2025-06-13 18:45:49 +02:00
Manuel Ceroni
63e6427ab9
Implement traffic quota serialization/deserialization on shutdown/startup (#9273)
* Fixed traffic quota reset after service restart

* Fixed traffic quota serialization/deserialization on shutdown/startup

* Fixed traffic quota reset and startup check

* Cleanup traffic quota resets

* Fixed daily and weekly startup check resets for pools quotas

* Reworked weekly startup check for pools quotas

* Fixed lastMondayMidnight function
2025-06-13 13:38:38 +02:00
Matteo Biscosi
2b13de1fb8 Added check for influxdb internal DB (#9226) 2025-06-05 12:26:53 +02:00
Alfredo Cardigliano
4331e3ad3a Cleanup MySQL/CH code. Improve error reporting. 2025-05-30 10:05:58 +02:00
Matteo Biscosi
f42041c218 Changed MAC Serialization key based on Mirrored Traffic 2025-04-17 11:27:33 +02:00
Luca Deri
54f5b00098 Assets improvements 2025-03-21 18:57:34 +01:00
Alfredo Cardigliano
757fabf8c1 Move asset initialization code to asset_utils 2025-03-21 11:31:27 +01:00
Luca Deri
704bb92b5b Asset rework 2025-03-18 18:01:44 +01:00
Luca Deri
d2177b8cc0 Updated migration code 2025-03-17 23:23:43 +01:00
Luca Deri
c5e60816ed Updated asset migration query 2025-03-17 21:16:59 +01:00
GabrieleDeri
a1e077c6ac
Added Unknown manufacturer filter (#9042)
* Fixed dist and error codes in scss

* Moved network discovery to monitoring from dashboard

* Added unknown MAC manufacturer filter in assets page #9036
2025-03-17 15:36:15 +01:00
Luca Deri
361a6a3455 Reworked remot theroughput collection 2025-03-13 22:19:25 +01:00
Matteo Biscosi
0f7344c79a Fixes issues with assets insert in clickhouse 2025-03-13 10:10:26 +01:00
Matteo Biscosi
5f876167e5 Added assets dashboard 2025-03-12 17:08:46 +01:00
Matteo Biscosi
d1b7660972 Fixes naming error in inactive_assets 2025-03-10 11:53:18 +01:00
Matteo Biscosi
1d6cfd2374 Possible fix for inactive hosts error (#9011) 2025-03-10 10:39:20 +01:00
Matteo Biscosi
abc4a076f7 Moved speedtest to hourly delayed 2025-02-18 19:11:00 +01:00
Alfredo Cardigliano
656cee7230 Add missing periodic calls 2025-02-17 15:35:40 +01:00
Alfredo Cardigliano
2f53ef5bcb Add support for host alerts in lua 2025-02-17 12:08:53 +01:00
Alfredo Cardigliano
1ebb46554b Add iface:traffic_rxtx_min with minute resolution on nEdge 2025-02-13 17:38:57 +01:00
Manuel Ceroni
9a1691fec3
Fixed Redis reads and writes time series (#8954) 2025-02-12 10:03:52 +01:00
Manuel Ceroni
b8b73f5672
Implemented Redis Operations ts (#8938)
Co-authored-by: Frigo <ceroroot1@gmail.com>
2025-02-04 16:15:51 +01:00
Matteo Biscosi
a29a99927e Fixes infinite loop in the assets 2025-01-22 16:54:00 +01:00
Matteo Biscosi
3150761f26 Added first implementation of Assets 2025-01-21 12:30:56 +01:00
Matteo Biscosi
a63dec0dcc Reworked assets table 2024-12-30 12:37:54 +01:00
Matteo Biscosi
358660a56f Added startup delete on all radius keys 2024-12-05 13:15:49 +01:00
Matteo Biscosi
f08d018d83 Removed not used import 2024-11-20 14:57:01 +01:00
YellowMan
3320160670
Cloned in sqlite db information about inactive macs and hosts (#8797)
* Cloned in sqlite db information about inactive macs and hosts

* minor fix

* minor fix

* removed file
2024-11-05 12:19:53 +01:00
Alfredo Cardigliano
89f59cde5a Migrate local networks type from 16 to 32 bit 2024-10-29 15:31:37 +01:00
Matteo Biscosi
75e9e2e3e7 Removed periodic radius cleanup 2024-09-27 15:24:34 +02:00
Matteo Biscosi
d4cb75abfd Added support to network servers configuration in c++ (#8686) 2024-09-09 18:59:47 +02:00
Luca Deri
c6bda3452f Implemented unexpected dns/ntp/dhcp/smtp scripts to /lua/admin/network_configuration.lua configuration migration 2024-09-09 09:16:34 +02:00
Matteo Biscosi
6283d0ce2f Minor changes to limits badges 2024-09-06 11:49:36 +02:00
Matteo Biscosi
93ef570a3d Fixes network discovery not working (#8635) 2024-09-04 16:15:30 +02:00
Matteo Biscosi
9f687ebc26 Added termination cause to idle hosts 2024-08-27 15:54:39 +02:00
Matteo Biscosi
1f3f708b33 Possible fix for speedtest issue (#8637) 2024-08-19 19:44:29 +02:00
Luca Ferretti
c2c33011b0
Implemented mitre_table_info inside database (#8554)
* added netbox documentation

* Update asset_inventory.rst

* added ndpi-protocols ipv6 rules

* updated ipv6 check for custom rule

* fix typo

* implemented mitre_table_info inside database
2024-07-24 15:50:07 +02:00
Matteo Biscosi
20fb08a619 Added pool change in case a member is no more in memory 2024-07-05 15:43:16 +02:00
Matteo Biscosi
472932d983 Added routines for removing macs no more in memory in Radius 2024-07-02 15:29:20 +02:00
GabrieleDeri
25bc51a7e8
Fixed network discovery table and REST, added MAC address sorting function in JS utility class (#8480)
* Added page as stats

* Fixed network discovery table and REST, added MAC address sorting function in JS utility class

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-06-27 18:44:34 +02:00
Luca Deri
3d5707ac40 Fixed netbox startup 2024-06-26 18:30:14 +02:00
Luca Deri
06305238f6 Fixed netbox startup 2024-06-24 21:57:41 +02:00
Luca Deri
611c7a737c Initial work for NetBox integration 2024-06-21 18:54:19 +02:00
Luca Ferretti
d8955d355f
initial integration of the netbox api (#8465)
* added feature sorting flows by protocol

* changed protocols comparison order

* initial commit for bitmap of server ports

* bitmap added to redis

* added debug string, bitmap not working

* Update alerts_list_per_license.rst

* Update alerts_list_per_license.rst

* initial mitre att&ck standardization

* Update ServerPortsBitmap.h

* updated mitre standardization

* ICMP ping fixes

* added http post method that use an auth token

* initial integration of the netbox api
2024-06-21 16:22:08 +02:00
Matteo Biscosi
205a4b0fbf Added some log for radius accounting 2024-06-17 11:25:32 +02:00
Matteo Biscosi
daeeb96336 Excluded jailed host from radius update 2024-06-04 07:00:32 -04:00
Luca Deri
f144d97b75 Network discovery script is now enabled only is preferences are set to on 2024-05-26 21:31:47 +02:00
Matteo Biscosi
d397d47555 Lowered the maximum amount of alert for jailed host (#8311) and added cleanup at startup 2024-04-23 10:03:50 -04:00