Commit graph

265 commits

Author SHA1 Message Date
GabrieleDeri
26d145af35
Added asn mode menu handling with zmq interface (#9479) 2025-08-08 17:01:33 +02:00
Luca Deri
fec81bd9d7 Renamed IXP in ASN mode 2025-07-28 19:10:51 +02:00
GabrieleDeri
11f6bb69e1
Improved ASN Mode tables (#9446)
* Added as table for ASN Mode #9422

* Reworked live flows in IXP Mode #9423
2025-07-28 15:46:26 +02:00
GabrieleDeri
935146cfac
Added ch flows export to file before ttl delete #9398 (#9427)
* Added ch flows export to file before ttl delete. Need to add pref for path getter

* Added clickhouse ttl export path pref

* Fixed naming in clickhouse flow archive

* Updated naming in clickhouse flow archive pref

* Removed clickhouse archive path pref

* Added IXP mode pref #9421

* Removed unused prefs ch flows archive
2025-07-28 11:06:05 +02:00
Alfredo Cardigliano
a693f0b7eb Fix snmp menu 2025-07-15 09:48:01 +02:00
Alfredo Cardigliano
6e2aa8cb8b Remove mysql leftovers 2025-06-17 10:35:39 +02:00
Alfredo Cardigliano
6f9d7cd14f Major code rework to fully use the clickhouse API in place of Mysql 2025-06-09 15:33:57 +02:00
Matteo Biscosi
a5f89e6357 Splitted traffic directions in iface ndpi timeseries (#9137) 2025-05-28 12:48:01 +02:00
Manuel Ceroni
61edd115fb
Implemented ts direction split preference (#9253) 2025-05-28 09:41:45 +02:00
Manuel Ceroni
035009267a
Implemented full flow stats preference (#9230) 2025-05-21 12:50:10 +02:00
Luca Deri
6f69f77ad2 Fixed script error 2025-05-16 23:20:18 +02:00
Alfredo Cardigliano
8932a42307 Add preference to log query performance 2025-05-16 18:09:51 +02:00
Alfredo Cardigliano
bb810adeff Add native clickhouse support for queries 2025-05-16 11:14:18 +02:00
Matteo Biscosi
e8dfcbfc82 Added assets tracing 2025-05-14 16:23:05 +02:00
Matteo Biscosi
11ea46db7e Updated pcap page 2025-05-09 16:35:39 +02:00
Manuel Ceroni
8dfce1ba9b
Added telemetry preferences (#9168) 2025-04-23 11:18:38 +02:00
Manuel Ceroni
389f8f30e0
Added preference to dump pcap flows to clickhouse (#9150) 2025-04-15 10:16:43 +02:00
Manuel Ceroni
3859b5adae
Implemented STARTTLS preference (#9124)
* Implemented STARTTLS preference

* Fixed STARTTS preference
2025-04-08 11:57:48 +02:00
Alfredo Cardigliano
17d843917e Add LDAP pref Enable Extended Users Capabilities. Code cleanup. 2025-02-11 17:13:34 +01:00
Matteo Biscosi
1f5845ae4a Added preference to disable Assets collection in ntopng 2025-01-22 16:18:43 +01:00
Matteo Biscosi
63df3c6858 Added l7 exporters timeseries 2024-11-19 15:52:22 +01:00
Alfredo Cardigliano
2608f3a63d Cleanup old code 2024-10-28 11:52:28 +01:00
Alfredo Cardigliano
edd48b78d9 Add pref to enable LDAP debug 2024-10-25 16:55:25 +02:00
Matteo Biscosi
c6776f8092 Added asset inventory logging preference 2024-10-21 17:17:38 +02:00
Matteo Biscosi
b3454229c9 Added preference to automatically exclude new interfaces from SNMP usage 2024-10-21 16:44:32 +02:00
Luca Deri
cd9381c7a0 Added support for DNS cache (ntopng.dns_cache) 2024-10-03 23:57:45 +02:00
Matteo Biscosi
49aa80512b Added dns history preference 2024-10-03 15:22:55 +02:00
Matteo Biscosi
db6564c44e Added sites collection preference 2024-09-30 18:01:47 +02:00
Matteo Biscosi
f09ec6e6a4 Moved network discovery preference (#8635) 2024-09-27 11:18:55 +02:00
Matteo Biscosi
7549771228 Added preference to change the default Dashboard page 2024-09-19 13:42:02 +02:00
Matteo Biscosi
3fbc7e569f Fixes network discovery preference (#8635) 2024-09-04 16:08:38 +02:00
Matteo Biscosi
a9ae442394 Added MAC Address cache duration preference (#8684) 2024-09-03 16:38:59 +02:00
Alfredo Cardigliano
c098f8c8a1 Show clickhouse prefs in nEdge Enterprise 2024-09-02 10:58:38 +02:00
Matteo Biscosi
48764ff843 Added per minute netflow timeseries (#8580) 2024-08-14 15:37:20 +02:00
DGabri
31349dac7c Disabled assets inventory pref. #8591 2024-08-05 10:27:24 +02:00
GabrieleDeri
01faee3c5e
Added ntopng assets inventory pref (#8513)
* Fixed #8492, removed unused formatting function in lua

* Fixed host pool doc #8487

* Fixed ebroken menu entry highlight #8498

* Fixed geomap REST location: #8486

* Removed log

* Added german #8488

* Implemented ticket: #7648

* Added new endpoints to python API

* Implemented flow exporter table: #8490

* Added table config for flow exporter

* Added ntopng assets inventory pref
2024-07-10 18:59:44 +02:00
Matteo Biscosi
d7611355b5 Removed geomap preferences and changed styles to geomap 2024-07-03 11:37:26 +02:00
GabrieleDeri
a4780f4003
Added SNMP Trap preference (#8485)
* Added SNMP Trap preference

* Added SNMP trap lint

* Added SNMP trap lint

* Fixed issue #8477

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-07-01 18:30:34 +02:00
GabrieleDeri
7321eadf7a
Added new table to host countries page (#8473)
* Fixes parsing error while pasing XML strings with comments

* Ported host countries table to new vue table

* Added country filter when redirected to hosts list page

* Ported network discovery table to TableWithConfig vue component

* FIxed indentation

* Added documentation for VueJS, Lua and cpp used in ntopng

* Fixed error

* Added Netbox pref entry for default site, customizable input box size. To implement cpp side for netbox default site

* Removed tprint

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-06-25 10:57:57 +02:00
Matteo Biscosi
f71507f7ef Added netbox functions 2024-06-21 14:48:25 +02:00
GabrieleDeri
56099d7322
Started implementing assets inventory pref. To implement cpp side (#8462)
* Implemented ticket 8455

* Started implementing assets inventory pref. To implement cpp side

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-06-21 13:05:50 +02:00
Matteo Biscosi
d6ee3f61b2 Added preference for host port alert (#8403) 2024-05-27 10:31:41 -04:00
Matteo Biscosi
85b63b7a99 Fixes reports preference not available in nedge 2024-05-21 11:36:40 -04:00
Matteo Biscosi
35f84cbff5 Fixes preferences menu in nedge 2024-05-21 10:38:47 -04:00
Alfredo Cardigliano
96dbac3a3e Implement remote radius authentication for local users (toggle) 2024-03-12 10:18:15 +01:00
Nicolo Maio
e9479f8646 Remove message_broker_api. 2024-03-06 15:50:03 +01:00
Nicolò Maio
de78637f4b
Add TLC_QUIC hostnaming pref. (#8258) (#8260) 2024-03-06 11:33:50 +01:00
Nicolo Maio
0f84823b07 Fix message broker prefs. 2024-02-26 10:44:43 +01:00
Luca Deri
ba0c1ba93e Message broker fixes 2024-02-23 21:23:50 +01:00
Nicolò Maio
c443e03825
Fix NATS preferences and add message broker (#8221)
* Fix NATS preferences and add message broker.

* Fix on LuaEngineNtop
2024-02-23 19:57:39 +01:00