Commit graph

11874 commits

Author SHA1 Message Date
Manuel Ceroni
dbbaa3dcfb
Removed the exporter graph if there are not at least 3 nodes (#10123) 2026-03-03 10:17:39 +01:00
Manuel Ceroni
9929087cfc
Fixed the return path of the exporter information graph for historical flows (#10122) 2026-03-03 09:40:39 +01:00
Matteo Biscosi
fe259d97b8 Reduced workload on ASN timeseries 2026-03-02 18:17:41 +00:00
Matteo Biscosi
2469c3235b Fixes ASN historical filter not working 2026-03-02 18:17:41 +00:00
Matteo Biscosi
65106ab211 Refactor of ASN stats page 2026-03-02 18:17:41 +00:00
Matteo Biscosi
3d92bd6d0e Fixes no more working snapshot (#10054) 2026-03-02 18:17:41 +00:00
GabrieleDeri
0d54e830d6
Removed unused npm dependencies and reworked interface selector to select2 (#10119) 2026-03-02 18:56:18 +01:00
Manuel Ceroni
d359585ab1
Added the exporters graph to the historical flows details (#10118) 2026-03-02 16:59:39 +01:00
Luca Deri
fe61dc24ee Added exporter source information (sFlow/IPFIX) 2026-02-28 12:25:10 +01:00
Luca Deri
f22953f932 Flow collection display fixes 2026-02-27 20:52:31 +01:00
Luca Deri
11514d504e Improved layout 2026-02-27 13:11:16 +01:00
Luca Deri
09b8021702 Removed duplication 2026-02-27 13:07:03 +01:00
Manuel Ceroni
3836932313
Formatted the Exporters Information field (#10115)
* Formatted the Exporters Information field

* Minor Exporters Information field fix
2026-02-27 12:49:57 +01:00
Manuel Ceroni
813a4e03ec
Removed the SNMP Interfaces field (#10114) 2026-02-27 12:03:46 +01:00
Manuel Ceroni
022d248367
Minor fixes to the exporters information field (#10113) 2026-02-27 11:37:11 +01:00
Luca Deri
7ed2de903b Exporters code cleanup 2026-02-27 10:50:35 +01:00
Manuel Ceroni
dc192dbbff
Added the additional exporters to the historical flow details (#10110) 2026-02-27 10:26:25 +01:00
Luca Deri
6757405b12 Enhanced flow visualization 2026-02-26 19:19:32 +01:00
Matteo Biscosi
32cdde89f3 Fixes dygraph-legend index 2026-02-26 11:40:09 +00:00
Alfredo Cardigliano
9c89bd8401 Show empty ts for cpu pctg 2026-02-25 14:16:02 +00:00
Matteo Biscosi
a20b49f565 Fixes missing timeseries_id switch 2026-02-25 11:53:43 +00:00
Alfredo Cardigliano
a19db8e13a Add per thread stats in the Ntop class. Add timeseries with cpu load per thread with 5s granularity. 2026-02-25 10:18:22 +00:00
Luca Deri
73363d3ef6 Fixes #10074 2026-02-24 22:42:44 +01:00
Luca Deri
75a01ffa72 Added loop avoidance check 2026-02-24 22:25:28 +01:00
Luca Deri
e3dc926be8 Flow deduplication (where available) is now enabled by default 2026-02-24 19:16:39 +01:00
Luca Deri
72cedb6e1d Removed trace 2026-02-24 18:50:56 +01:00
GabrieleDeri
49ffbc54a4
Updated live flows exporters graph (#10090) 2026-02-24 16:51:25 +01:00
Manuel Ceroni
77f0de2ca8
Fixed countries page (#10089) 2026-02-24 12:04:17 +01:00
GabrieleDeri
1c5801aa53
Added graph component (#10073) 2026-02-23 18:41:10 +01:00
Matteo Biscosi
1d48ea3535 Fixes port names not correctly formatted 2026-02-23 17:33:56 +00:00
Matteo Biscosi
832a7de8fe Hide assets dashboard without ch support (#10072) 2026-02-23 17:33:56 +00:00
Luca Deri
095c2e7bd4 Added checks 2026-02-22 23:01:12 +01:00
Luca Deri
ca8e1b3eb1 Added check 2026-02-22 08:19:17 +01:00
Luca Deri
3e16d1a49d Added enterfaces support in duplicated flows 2026-02-21 19:59:54 +01:00
GabrieleDeri
89e84dbaa5
Fixed exporters sites navbar (#10069) 2026-02-20 14:58:54 +01:00
Alfredo Cardigliano
f8e575ca67 Show SNMP stats in Periodic Activities debug page 2026-02-20 10:46:21 +01:00
Manuel Ceroni
ee2ea2daaa
Set ClickHouse as the db for vulnerability scan reports (#10058) 2026-02-18 13:05:48 +01:00
Luca
6752fed77b Fixe rendering with sFlow 2026-02-17 16:21:30 +01:00
Matteo Biscosi
6c5e6348aa Fixes attempt to index nil value in case of empty next hop 2026-02-17 14:40:06 +01:00
Luca Deri
a0d6107db4 Added XXXL extension 2026-02-16 19:42:32 +01:00
Matteo Biscosi
6b15e6933d Fixes missing parameters not correctly renamed 2026-02-16 18:42:14 +01:00
Manuel Ceroni
bc3c98b922
Various fixes to the exporter pages (#10052) 2026-02-16 18:19:24 +01:00
Luca Deri
6f0c8179aa Enhanced flow trajectory representation 2026-02-15 17:54:29 +01:00
Bakhtiyar Neyman
e50134fd07
Fix InfluxDB top timeseries crash when snmp_utils is unavailable (#10051)
* Fix InfluxDB top timeseries crash when snmp_utils is unavailable

Guard SNMP device lookup behind options.tags.device check in
timeseries_top, matching the RRD driver's existing behavior.
Previously, snmp_utils was required unconditionally for all top
queries, causing a fatal Lua error for non-device schemas like
iface:ndpi where no device tag is present.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Guard against ntop being Pro edition.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 12:32:26 +01:00
Luca Deri
8184712c0d Added support for swapped duplicated flows 2026-02-15 12:30:47 +01:00
Matteo Biscosi
8b951b33df Added exporter sites to report and historical page 2026-02-13 18:02:12 +01:00
Manuel Ceroni
a6c39b6734
Probe lookup added to exporter navbar when exporter IP is available (#10049) 2026-02-13 11:01:44 +01:00
Luca Deri
04a0f60073 Improved flow topology chart 2026-02-11 22:03:31 +01:00
GabrieleDeri
2c54cb8bb5
Fixed typo (#10045) 2026-02-11 16:51:14 +01:00
Manuel Ceroni
eb51a63ff2
Improved labels page (#10044)
* Improved labels page

* Removed print
2026-02-11 16:48:29 +01:00