pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ntopng
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 7 05:05:58 UTC 2025
Modified Files:
pkgsrc/net/ntopng: Makefile PLIST distinfo
Log Message:
ntopng: updated to 6.4
6.4
Breakthroughs
New Asset Inventory / Digital Twin and Assets Dashboard
New Infrastructure Dashboard to oversee multiple regions
New Autonomous Systems (AS) report
New Quality of Experience (QoE) indicators
Add alert graph to visualize alerts graphically
Improve SNMPv3 polling and support for SHA256, SHA384, SHA512, and AES128 authentication protocols
Detect network and service scan by inspecting historical data to find slow scans
Aggregate engaged/historical alerts implementing in-memory tables
Add access control list (ACL) and alerting (no blocking)
Improvements
Add DHCP fingerprint support
Add JA4 client fingerprint
Add many new custom queries to historical flows
Add ability to determine when a host has a meaningful IP (IPv4 hosts only)
Add support for STARTTLS when sending emails (also added a preference)
Add custom field mapping (nProbe) in historical flows
Add --geoip-dir <dir> for loading GeoIP files from a custom location
Add preference to selectively enable ClickHouse flow dump
Add SNMP_MSG_REPORT support
Add service down check to scan alert
Add ApexCharts responsiveness
Add local vs remote traffic report
Add Redis operations timeseries
Add support for labels in timeseries
Add per-minute NetFlow timeseries
Add active exporters/interfaces count in log when limit exceeded
Add support for nDPI address cache
Change MAC serialization key based on mirrored traffic
Enhance OS detection
Extend conversation custom query with per-direction packets/bytes
Extend ZMQ decompression buffer
Implement NAT detected alert
Implement nDPI OS hint support
Implement broadcast domain serialization/deserialization
Implement alert for anomalous Redis read/write counts
Implement QUIC RTT calculation
Implement host OS change detection
Implement mechanism to retain old-dated collected flows longer
Improve Dashboard layouts
Improve Webhook messages and latency
Improve flow swap euristic
Improve localhost MAC detection
Improve flow alerts and add ability to refresh already-triggered alerts
Improve host MAC address learning
Improve service detection reliability
Improve retransmission/out-of-order computation
Improve formatting of Redis stats
Improve hostname resolution
Improve host label formatting (MAC hidden when IP is present)
Improve formatting for large numbers
Improve TCP window handling
Improve host MAC address learning
Improve host policy check
Introduce ntopng Guru on Gurubase.io
Unify Bootstrap table style with custom tables for dark mode
Rework three-way handshake state detection
Rework remote throughput collection
Rework DNS flow direction handling
Rework RTT calculation
Optimize drop counters
Add decoding hardening checks
Add MDNS buffer length check
Update MAC address models list
Update to VueJS 3.5 with reworked observation point ID
Various active monitoring improvements
Rework TCP flags handling
Integrate domain collection code
Display APN MAC and SSID in historical flows
Dump WLAN_SSID and WTP_MAC_ADDRESS in historical flows
Support Linux interface aliases (altnames)
Changes
Add sticky action column to tables
Add option to dump pcap flows into ClickHouse
Add SNMP delete-all button and fixed unresponsive delete button
Add RTT/Jitter table
Add Lucide as internal library
Add recipient stats for all endpoints
Add Speedtest timeseries
Add MAC address cache duration preference
Add remediations for nDPI alerts
Add license limits page
Add SNMP data import/export support
Add MITRE table and alerts view on ClickHouse cluster
Add manufacturer to historical flows
Add native sFlow (packet sample only) collector
Add preference to exclude new interfaces from SNMP usage automatically
Add L7 (nDPI) JSON collection in Suricata collector
Extend number of interfaces supported by the view interface
Show toasts when the flows/hosts limit is exceeded
Rework DHCP flow key
Change table styling for dark and white modes
Disable hourly on unsupported queries
Add per-direction packets/bytes in historical flows table
Add LDAP preference to enable extend user capabilities
Add server/client TCP flags to syslog
Use SNMP aliases instead of names when available
Increase ntopng password max length to 128 characters
Implement ICMP type/code support
Collect ICMP_TYPE
Clean SQLite schema (removed problematic backticks, indentation fixes)
Rework alert serialization and changed alert info format
Modify nDPI defaults for RTP stream handling
Merge TCP probing and probing attempt
Support IPv6 address formatting with brackets
Use capabilities for enabling SNMP trap collection
Support enabling/disabling ClickHouse flow dump (alerts always dumped with -F clickhouse)
Update API version and cleaned up code
Enable filtering by custom fields sent from nProbe
Remove JA3 leftovers and unused MIBs
Remove obsolete TLS suspicious ESNI usage and improved device type guessing
Remove support for deprecated apcon/VSS timestamps
Remove packets from in/out traffic (unsupported for hourly)
Remove obsolete flow serializers
Fixes
Fix -x/-X option limits (now displayed in About page)
Fix various issues on historical flow charts
Fix SNMP page alert
Fix link button color
Fix format_utils.round function
Fix top senders/receivers sorting on timeseries page
Fix incorrect alerts counter on top of page
Fix various dark mode style issues
Fix server types in view interface
Fix live stats reset on view interface
Fix ClickHouse health page not found
Fix JS table crash on missing sort column
Fix asset link and last seen formatting
Fix Suricata-DNS alert correlation
Fix packet stats formatter on interface page
Fix random crash on interface timeseries page
Fix various SQL queries
Fix default date-time values
Fix suspicious DGA domain alert
Fix host pool import and duplicate alert suppression
Fix name display bugs
Fix incorrect retransmission stats
Fix host details flow table
Fix IEC104 REST and added error messages
Fix Speedtest issues
Fix Sankey chart overflow
Fix application editing without proto files
Fix time label in timeseries
Fix exporter timeseries for sub-interfaces
Fix http_prefix missing in some pages
Fix Modbus alert behavior
Fix BS5 tooltip stacking
Fix overlapping address handling in network policy
Fix early flow expiration with netfilter
Fix TCP retransmission handling with ZMQ
Fix incorrect alert scores
Fix alert score in CustomFlowLuaScript
Fix flow deallocation with failed/disabled alert
Fix L7 timeseries direction
Fix usage calculation error
Fix InfluxDB top timeseries
Fix InfluxDB timeseries step issues
Fix Kafka issues
Fix missing user agent info in historical flow
Fix TLS info column in flow logs
Fix counter overflow
Fix OPNsense package install
Fix approximation issues in values
Fix double probe count in disaggregation
Fix SMTP/SMTPS STARTSSL handling
Fix OS rendering
Fix LDAP extended user capabilities
Fix InfluxDB local hosts report
nEdge
Enable Infrastructure Monitoring support
Support Multicast/Broadcast forwarding policies between restricted/trusted interfaces
Ignore shaper matching a 'Not Assigned' host when peer host matches a user/pool
Add gateway alert and configuration
Fix invalid nEdge update handling
Fix netfilter counters direction
Fix unexpected Modbus alert behavior
Remove pools limit from about page and default host pool counter
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/ntopng/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ntopng/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/ntopng/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ntopng/Makefile
diff -u pkgsrc/net/ntopng/Makefile:1.80 pkgsrc/net/ntopng/Makefile:1.81
--- pkgsrc/net/ntopng/Makefile:1.80 Thu Apr 24 14:15:28 2025
+++ pkgsrc/net/ntopng/Makefile Thu Aug 7 05:05:58 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2025/04/24 14:15:28 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2025/08/07 05:05:58 adam Exp $
-DISTNAME= ntopng-6.2
-PKGREVISION= 7
+DISTNAME= ntopng-6.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=ntop/}
Index: pkgsrc/net/ntopng/PLIST
diff -u pkgsrc/net/ntopng/PLIST:1.10 pkgsrc/net/ntopng/PLIST:1.11
--- pkgsrc/net/ntopng/PLIST:1.10 Fri Aug 23 17:55:09 2024
+++ pkgsrc/net/ntopng/PLIST Thu Aug 7 05:05:58 2025
@@ -1,24 +1,24 @@
-@comment $NetBSD: PLIST,v 1.10 2024/08/23 17:55:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/08/07 05:05:58 adam Exp $
bin/ntopng
man/man8/ntopng.8
share/ntopng/httpdocs/css/README.md
share/ntopng/httpdocs/css/select2.min.css
-share/ntopng/httpdocs/dist/07ed6d5fa32c1d54af0f.ttf
-share/ntopng/httpdocs/dist/0f6cb412603527bda691.ttf
-share/ntopng/httpdocs/dist/0ff70dcbf135d859ebf3.ttf
-share/ntopng/httpdocs/dist/17a6e1aebccdbaa39e78.ttf
-share/ntopng/httpdocs/dist/6cfec8414be20e2c3426.woff2
-share/ntopng/httpdocs/dist/93f719f4d62bfa3e748c.woff2
+share/ntopng/httpdocs/dist/1815e00441357e01619e.ttf
+share/ntopng/httpdocs/dist/2463b90d9a316e4e5294.woff2
+share/ntopng/httpdocs/dist/2582b0e4bcf85eceead0.ttf
+share/ntopng/httpdocs/dist/89999bdf5d835c012025.woff2
+share/ntopng/httpdocs/dist/914997e1bdfc990d0897.ttf
share/ntopng/httpdocs/dist/95ce97b96124cddcc6ff.png
share/ntopng/httpdocs/dist/b18a220ea3ed601ec968.png
-share/ntopng/httpdocs/dist/bb8d5a145e22822103fb.woff2
-share/ntopng/httpdocs/dist/bc3722686635b5f86132.woff2
+share/ntopng/httpdocs/dist/c210719e60948b211a12.woff2
share/ntopng/httpdocs/dist/custom-theme.css
share/ntopng/httpdocs/dist/custom-theme.js
share/ntopng/httpdocs/dist/d68ae9f02541036a991d.png
+share/ntopng/httpdocs/dist/da94ef451f4969af06e6.ttf
share/ntopng/httpdocs/dist/dark-mode.css
share/ntopng/httpdocs/dist/dark-mode.css.map
share/ntopng/httpdocs/dist/dark-mode.js
+share/ntopng/httpdocs/dist/ea8f94e1d22e0d35ccd4.woff2
share/ntopng/httpdocs/dist/images.css
share/ntopng/httpdocs/dist/images.js
share/ntopng/httpdocs/dist/images.js.map
@@ -69,8 +69,6 @@ share/ntopng/httpdocs/misc/alert_store_s
share/ntopng/httpdocs/misc/alert_view_store_schema.sql
share/ntopng/httpdocs/misc/db_schema_clickhouse.sql
share/ntopng/httpdocs/misc/db_schema_clickhouse_cluster.sql
-share/ntopng/httpdocs/misc/db_schema_clickhouse_old.sql
-share/ntopng/httpdocs/misc/db_schema_clickhouse_unused.sql
share/ntopng/httpdocs/misc/lists/builtin/abuse_ch.list
share/ntopng/httpdocs/misc/lists/builtin/adway.list
share/ntopng/httpdocs/misc/lists/builtin/alienvault.list
@@ -85,8 +83,6 @@ share/ntopng/httpdocs/misc/lists/builtin
share/ntopng/httpdocs/misc/lists/builtin/ipsum.list
share/ntopng/httpdocs/misc/lists/builtin/nocoin.list
share/ntopng/httpdocs/misc/lists/builtin/snort.list
-share/ntopng/httpdocs/misc/lists/builtin/sslbl_c2.list
-share/ntopng/httpdocs/misc/lists/builtin/sslbl_ja3.list
share/ntopng/httpdocs/misc/lists/builtin/stratosphere.list
share/ntopng/httpdocs/misc/lists/builtin/threatfox.list
share/ntopng/httpdocs/misc/lists/custom/README.txt
@@ -99,6 +95,7 @@ share/ntopng/httpdocs/misc/ntopng_templa
share/ntopng/httpdocs/misc/ntopng_template_elk6.json
share/ntopng/httpdocs/misc/ntopng_template_elk7.json
share/ntopng/httpdocs/misc/ntopng_template_elk8.json
+share/ntopng/httpdocs/misc/rest-api-v2-nedge-ext.json
share/ntopng/httpdocs/misc/rest-api-v2.json
share/ntopng/httpdocs/other/EtherOUI.txt
share/ntopng/httpdocs/other/TimeZones.txt
@@ -106,6 +103,8 @@ share/ntopng/httpdocs/other/radcli_dicti
share/ntopng/httpdocs/other/trackers.txt
share/ntopng/httpdocs/ssl/README
share/ntopng/httpdocs/ssl/ntopng-cert.pem.dummy
+share/ntopng/httpdocs/tables_config/access_control_list.json
+share/ntopng/httpdocs/tables_config/active-monitoring.json
share/ntopng/httpdocs/tables_config/aggregated_live_flows.json
share/ntopng/httpdocs/tables_config/alert_all.json
share/ntopng/httpdocs/tables_config/alert_am_host.json
@@ -118,34 +117,42 @@ share/ntopng/httpdocs/tables_config/aler
share/ntopng/httpdocs/tables_config/alert_system.json
share/ntopng/httpdocs/tables_config/alert_user.json
share/ntopng/httpdocs/tables_config/as_stats.json
+share/ntopng/httpdocs/tables_config/assets.json
share/ntopng/httpdocs/tables_config/blacklists.json
share/ntopng/httpdocs/tables_config/countries_stats.json
share/ntopng/httpdocs/tables_config/device_exclusions.json
share/ntopng/httpdocs/tables_config/exporters.json
share/ntopng/httpdocs/tables_config/exporters_details.json
+share/ntopng/httpdocs/tables_config/exporters_interfaces.json
+share/ntopng/httpdocs/tables_config/flow_exporters_list.json
share/ntopng/httpdocs/tables_config/flow_historical.json
share/ntopng/httpdocs/tables_config/flow_historical_aggregated.json
+share/ntopng/httpdocs/tables_config/flow_historical_l.json
share/ntopng/httpdocs/tables_config/flows_list.json
+share/ntopng/httpdocs/tables_config/flows_list_enterprise_l.json
share/ntopng/httpdocs/tables_config/flows_list_with_exporters.json
+share/ntopng/httpdocs/tables_config/flows_list_with_exporters_enterprise_l.json
share/ntopng/httpdocs/tables_config/hosts_list.json
share/ntopng/httpdocs/tables_config/hosts_list_with_vlans.json
share/ntopng/httpdocs/tables_config/hosts_to_scan.json
-share/ntopng/httpdocs/tables_config/inactive_hosts.json
+share/ntopng/httpdocs/tables_config/limits_table.json
+share/ntopng/httpdocs/tables_config/local_hosts_report.json
share/ntopng/httpdocs/tables_config/network_discovery.json
+share/ntopng/httpdocs/tables_config/observation_points.json
share/ntopng/httpdocs/tables_config/open_ports.json
share/ntopng/httpdocs/tables_config/probes.json
-share/ntopng/httpdocs/tables_config/server_ports_analysis.json
+share/ntopng/httpdocs/tables_config/redis_stats.json
+share/ntopng/httpdocs/tables_config/server_ports.json
share/ntopng/httpdocs/tables_config/snmp_device_interfaces.json
+share/ntopng/httpdocs/tables_config/snmp_device_rules.json
share/ntopng/httpdocs/tables_config/snmp_devices.json
share/ntopng/httpdocs/tables_config/snmp_interfaces.json
share/ntopng/httpdocs/tables_config/snmp_similarity.json
share/ntopng/httpdocs/tables_config/snmp_topology.json
share/ntopng/httpdocs/tables_config/snmp_usage.json
+share/ntopng/httpdocs/tables_config/top_interface_applications.json
+share/ntopng/httpdocs/tables_config/top_interface_categories.json
share/ntopng/httpdocs/tables_config/vs_reports.json
-share/ntopng/httpdocs/templates/active_monitoring_stats.template
-share/ntopng/httpdocs/templates/am_add_host_modal.html
-share/ntopng/httpdocs/templates/am_delete_host_modal.html
-share/ntopng/httpdocs/templates/am_edit_host_modal.html
share/ntopng/httpdocs/templates/analyze_db.template
share/ntopng/httpdocs/templates/analyze_pcap.template
share/ntopng/httpdocs/templates/htmlPages/hostDetails/hosttraffic.html
@@ -155,7 +162,6 @@ share/ntopng/httpdocs/templates/modal_co
share/ntopng/httpdocs/templates/modal_confirm_dialog_form.template
share/ntopng/httpdocs/templates/on_off_switch.html
share/ntopng/httpdocs/templates/pages/aggregated_live_flows.template
-share/ntopng/httpdocs/templates/pages/alerts/alert_details.template
share/ntopng/httpdocs/templates/pages/alerts/datatable.js.template
share/ntopng/httpdocs/templates/pages/alerts/defs_overview.template
share/ntopng/httpdocs/templates/pages/alerts/families/all/table.js.template
@@ -211,9 +217,6 @@ share/ntopng/httpdocs/templates/pages/ho
share/ntopng/httpdocs/templates/pages/hosts/ports_stats.template
share/ntopng/httpdocs/templates/pages/hosts/traffic_stats.template
share/ntopng/httpdocs/templates/pages/hosts_geomap.template
-share/ntopng/httpdocs/templates/pages/hosts_ports_analysis.template
-share/ntopng/httpdocs/templates/pages/inactive_host_details.template
-share/ntopng/httpdocs/templates/pages/inactive_hosts.template
share/ntopng/httpdocs/templates/pages/interface_nprobes.template
share/ntopng/httpdocs/templates/pages/license.template
share/ntopng/httpdocs/templates/pages/manage_configurations.template
@@ -279,6 +282,7 @@ share/ntopng/httpdocs/templates/pages/no
share/ntopng/httpdocs/templates/pages/observation_points_config.template
share/ntopng/httpdocs/templates/pages/recipients_list.template
share/ntopng/httpdocs/templates/pages/sankey_vlan.template
+share/ntopng/httpdocs/templates/pages/server_ports.template
share/ntopng/httpdocs/templates/pages/simple_widgets_list.template
share/ntopng/httpdocs/templates/pages/table_pools.template
share/ntopng/httpdocs/templates/pages/tabs/manage_data/delete.template
@@ -335,7 +339,6 @@ share/ntopng/scripts/callbacks/minute-de
share/ntopng/scripts/callbacks/minute-delayed/interface/local_network_checks.lua
share/ntopng/scripts/callbacks/minute-delayed/system/network_discovery.lua
share/ntopng/scripts/callbacks/minute-delayed/system/radius_accounting.lua
-share/ntopng/scripts/callbacks/minute-delayed/system/radius_acct_cleanup.lua
share/ntopng/scripts/callbacks/minute/interface/timeseries.lua
share/ntopng/scripts/callbacks/minute/system/active_monitoring.lua
share/ntopng/scripts/callbacks/minute/system/influxdb_checks.lua
@@ -367,28 +370,42 @@ share/ntopng/scripts/historical/analysis
share/ntopng/scripts/historical/analysis/protos.json
share/ntopng/scripts/historical/analysis/score.json
share/ntopng/scripts/historical/analysis/sites.json
+share/ntopng/scripts/historical/analysis/thpt_chart.json
share/ntopng/scripts/historical/tables/README
share/ntopng/scripts/historical/tables/alerted_domains.json
+share/ntopng/scripts/historical/tables/asn_flows.json
share/ntopng/scripts/historical/tables/clients.json
share/ntopng/scripts/historical/tables/conversations.json
+share/ntopng/scripts/historical/tables/dns_queries.json
+share/ntopng/scripts/historical/tables/domains.json
+share/ntopng/scripts/historical/tables/domains_by_dest.json
share/ntopng/scripts/historical/tables/l7_contacts.json
+share/ntopng/scripts/historical/tables/l7_traffic.json
+share/ntopng/scripts/historical/tables/l7_traffic_inout.json
share/ntopng/scripts/historical/tables/latency_by_asn.json
share/ntopng/scripts/historical/tables/number_of_hosts.json
share/ntopng/scripts/historical/tables/server_contacts.json
share/ntopng/scripts/historical/tables/server_ports.json
share/ntopng/scripts/historical/tables/servers.json
share/ntopng/scripts/historical/tables/sites.json
+share/ntopng/scripts/historical/tables/top_as.json
+share/ntopng/scripts/historical/tables/top_as_exporter_if.json
share/ntopng/scripts/historical/tables/top_clients.json
+share/ntopng/scripts/historical/tables/top_local_fingerprints.json
share/ntopng/scripts/historical/tables/top_local_talkers.json
share/ntopng/scripts/historical/tables/top_receiver_as.json
+share/ntopng/scripts/historical/tables/top_receiver_as_exporter_if.json
share/ntopng/scripts/historical/tables/top_receiver_countries.json
share/ntopng/scripts/historical/tables/top_receiver_networks.json
share/ntopng/scripts/historical/tables/top_remote_destinations.json
+share/ntopng/scripts/historical/tables/top_remote_fingerprints.json
share/ntopng/scripts/historical/tables/top_sender_as.json
+share/ntopng/scripts/historical/tables/top_sender_as_exporter_if.json
share/ntopng/scripts/historical/tables/top_sender_countries.json
share/ntopng/scripts/historical/tables/top_sender_networks.json
share/ntopng/scripts/historical/tables/top_servers.json
share/ntopng/scripts/historical/tables/top_vlans.json
+share/ntopng/scripts/historical/tables/unique_domains_by_dest.json
share/ntopng/scripts/locales/cn.lua
share/ntopng/scripts/locales/cz.lua
share/ntopng/scripts/locales/de.lua
@@ -402,8 +419,8 @@ share/ntopng/scripts/locales/ko.lua
share/ntopng/scripts/locales/pt.lua
share/ntopng/scripts/lua/10mb.lua
share/ntopng/scripts/lua/1mb.lua
-share/ntopng/scripts/lua/API.lua
share/ntopng/scripts/lua/about.lua
+share/ntopng/scripts/lua/active_monitoring.lua
share/ntopng/scripts/lua/admin/blacklists.lua
share/ntopng/scripts/lua/admin/change_user_prefs.lua
share/ntopng/scripts/lua/admin/dhcp.lua
@@ -421,6 +438,7 @@ share/ntopng/scripts/lua/admin/manage_co
share/ntopng/scripts/lua/admin/manage_host_members.lua
share/ntopng/scripts/lua/admin/manage_pool_members.lua
share/ntopng/scripts/lua/admin/manage_pools.lua
+share/ntopng/scripts/lua/admin/network_configuration.lua
share/ntopng/scripts/lua/admin/password_reset.lua
share/ntopng/scripts/lua/admin/prefs.lua
share/ntopng/scripts/lua/admin/service_restart.lua
@@ -468,7 +486,6 @@ share/ntopng/scripts/lua/flow_details.lu
share/ntopng/scripts/lua/flow_stats.lua
share/ntopng/scripts/lua/flows_stats.lua
share/ntopng/scripts/lua/geoip_config.lua
-share/ntopng/scripts/lua/get_active_monitoring_hosts.lua
share/ntopng/scripts/lua/get_arp_data.lua
share/ntopng/scripts/lua/get_ases_data.lua
share/ntopng/scripts/lua/get_check_config.lua
@@ -502,7 +519,6 @@ share/ntopng/scripts/lua/get_macs_stats.
share/ntopng/scripts/lua/get_network_data.lua
share/ntopng/scripts/lua/get_networks_data.lua
share/ntopng/scripts/lua/get_os_data.lua
-share/ntopng/scripts/lua/get_oses_data.lua
share/ntopng/scripts/lua/get_pods_data.lua
share/ntopng/scripts/lua/get_pool_data.lua
share/ntopng/scripts/lua/get_pools_data.lua
@@ -529,22 +545,17 @@ share/ntopng/scripts/lua/host_stats.lua
share/ntopng/scripts/lua/host_top_peers_protocols.lua
share/ntopng/scripts/lua/hosts_comparison_sankey.lua
share/ntopng/scripts/lua/hosts_geomap.lua
-share/ntopng/scripts/lua/hosts_ports_analysis.lua
share/ntopng/scripts/lua/hosts_stats.lua
share/ntopng/scripts/lua/hotspot-detect.lua
share/ntopng/scripts/lua/http_servers_stats.lua
share/ntopng/scripts/lua/http_status_code.lua
share/ntopng/scripts/lua/if_pkt_distro.lua
share/ntopng/scripts/lua/if_stats.lua
-share/ntopng/scripts/lua/if_stats_ndpi.lua
-share/ntopng/scripts/lua/if_stats_ndpi_categories.lua
share/ntopng/scripts/lua/if_tcpflags_pkt_distro.lua
share/ntopng/scripts/lua/iface_flows_sankey.lua
share/ntopng/scripts/lua/iface_hosts_list.lua
share/ntopng/scripts/lua/iface_local_stats.lua
share/ntopng/scripts/lua/iface_ports_list.lua
-share/ntopng/scripts/lua/iface_tcp_stats.lua
-share/ntopng/scripts/lua/inactive_host_details.lua
share/ntopng/scripts/lua/inc/add_user_dialog.lua
share/ntopng/scripts/lua/inc/container_columns.lua
share/ntopng/scripts/lua/inc/delete_user_dialog.lua
@@ -565,6 +576,7 @@ share/ntopng/scripts/lua/index.lua
share/ntopng/scripts/lua/info_portal.lua
share/ntopng/scripts/lua/install_update.lua
share/ntopng/scripts/lua/license.lua
+share/ntopng/scripts/lua/limits.lua
share/ntopng/scripts/lua/live_capture_data.lua
share/ntopng/scripts/lua/live_capture_stats.lua
share/ntopng/scripts/lua/locale.lua
@@ -580,6 +592,7 @@ share/ntopng/scripts/lua/modules/alert_c
share/ntopng/scripts/lua/modules/alert_category_utils.lua
share/ntopng/scripts/lua/modules/alert_consts.lua
share/ntopng/scripts/lua/modules/alert_creators.lua
+share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_access_control_list.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_binary_application_transfer.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_blacklisted_client_contact.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_blacklisted_country.lua
@@ -596,6 +609,7 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_flow_blocked.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_flow_low_goodput.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_flow_tcp_no_data_exchanged.lua
+share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_host_policy.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_iec_invalid_command_transition.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_iec_invalid_transition.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_iec_unexpected_type_id.lua
@@ -621,7 +635,7 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_http_suspicious_url.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_http_suspicious_user_agent.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_malformed_packet.lua
-share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_malicious_ja3.lua
+share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_malicious_fingerprint.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_malicious_sha1_certificate.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_malware_host_contacted.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_numeric_ip_host.lua
@@ -641,7 +655,6 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_missing_sni.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_not_carrying_https.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_old_protocol_version.lua
-share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_suspicious_esni_usage.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_suspicious_extension.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_tls_uncommon_alpn.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_unidirectional_traffic.lua
@@ -651,6 +664,7 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_ndpi_url_possible_xss.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_packets_issues.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_periodicity_changed.lua
+share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_qoe_degraded.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_rare_destination.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_remote_access.lua
share/ntopng/scripts/lua/modules/alert_definitions/flow/alert_remote_to_local_insecure_flow.lua
@@ -681,19 +695,19 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_host_log.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_host_scanner.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_icmp_flood.lua
+share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_nat_detected.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_ntp_server_contacts.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_remote_connection.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_scan_detected.lua
+share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_scan.lua
+share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_scan_realtime.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_score_anomaly.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_score_threshold.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_server_ports_contacts.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_smtp_server_contacts.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_snmp_flood.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_tcp_fin_scan.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_tcp_rst_scan.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_tcp_syn_flood.lua
-share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_tcp_syn_scan.lua
+share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_suspicious_domain_scan.lua
share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_traffic_volume.lua
+share/ntopng/scripts/lua/modules/alert_definitions/host/host_alert_unexpected_gateway.lua
+share/ntopng/scripts/lua/modules/alert_definitions/other/alert_acl_violation_arp.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_am_threshold_cross.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_attack_mitigation_via_snmp.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_broadcast_domain_too_large.lua
@@ -742,6 +756,7 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_process_notification.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_profile_rule_threshold_crossed.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_quota_exceeded.lua
+share/ntopng/scripts/lua/modules/alert_definitions/other/alert_redis_reads_writes_exceeded.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_score_behavior_anomaly.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_shell_script_executed.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_slow_periodic_activity.lua
@@ -753,7 +768,6 @@ share/ntopng/scripts/lua/modules/alert_d
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_snmp_topology_changed.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_snmp_trap.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_system_error.lua
-share/ntopng/scripts/lua/modules/alert_definitions/other/alert_tcp_syn_flood_victim.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_tcp_syn_scan_victim.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_threshold_cross.lua
share/ntopng/scripts/lua/modules/alert_definitions/other/alert_too_many_drops.lua
@@ -826,7 +840,7 @@ share/ntopng/scripts/lua/modules/check_d
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_http_suspicious_user_agent.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_invalid_characters.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_malformed_packet.lua
-share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_malicious_ja3.lua
+share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_malicious_fingerprint.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_malicious_sha1_certificate.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_malware_host_contacted.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_numeric_ip_host.lua
@@ -843,7 +857,6 @@ share/ntopng/scripts/lua/modules/check_d
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_tls_certificate_about_to_expire.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_tls_missing_sni.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_tls_not_carrying_https.lua
-share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_tls_suspicious_esni_usage.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_unidirectional_traffic.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_unsafe_protocol.lua
share/ntopng/scripts/lua/modules/check_definitions/flow/ndpi_url_possible_rce_injection.lua
@@ -870,17 +883,14 @@ share/ntopng/scripts/lua/modules/check_d
share/ntopng/scripts/lua/modules/check_definitions/host/dns_contacts.lua
share/ntopng/scripts/lua/modules/check_definitions/host/domain_names_contacts.lua
share/ntopng/scripts/lua/modules/check_definitions/host/external_host_script.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/fin_scan.lua
share/ntopng/scripts/lua/modules/check_definitions/host/flow_flood.lua
share/ntopng/scripts/lua/modules/check_definitions/host/icmp_flood.lua
share/ntopng/scripts/lua/modules/check_definitions/host/ntp_contacts.lua
share/ntopng/scripts/lua/modules/check_definitions/host/remote_connection.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/rst_scan.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/scan_detection.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/score_threshold.lua
+share/ntopng/scripts/lua/modules/check_definitions/host/scan.lua
share/ntopng/scripts/lua/modules/check_definitions/host/smtp_contacts.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/syn_flood.lua
-share/ntopng/scripts/lua/modules/check_definitions/host/syn_scan.lua
+share/ntopng/scripts/lua/modules/check_definitions/host/suspicious_domain_scan.lua
+share/ntopng/scripts/lua/modules/check_definitions/host/unexpected_gateway.lua
share/ntopng/scripts/lua/modules/check_definitions/interface/dropped_alerts.lua
share/ntopng/scripts/lua/modules/check_definitions/interface/ghost_networks.lua
share/ntopng/scripts/lua/modules/check_definitions/interface/no_if_activity.lua
@@ -893,7 +903,6 @@ share/ntopng/scripts/lua/modules/check_d
share/ntopng/scripts/lua/modules/check_definitions/network/ip_reassignment.lua
share/ntopng/scripts/lua/modules/check_definitions/network/network_discovery.lua
share/ntopng/scripts/lua/modules/check_definitions/network/network_issues.lua
-share/ntopng/scripts/lua/modules/check_definitions/network/syn_flood_victim.lua
share/ntopng/scripts/lua/modules/check_definitions/network/syn_scan_victim.lua
share/ntopng/scripts/lua/modules/check_definitions/syslog/host_log.lua
share/ntopng/scripts/lua/modules/check_definitions/syslog/nbox.lua
@@ -902,6 +911,7 @@ share/ntopng/scripts/lua/modules/check_d
share/ntopng/scripts/lua/modules/check_definitions/system/exporters_limit_exceeded.lua
share/ntopng/scripts/lua/modules/check_definitions/system/ids_ips_log.lua
share/ntopng/scripts/lua/modules/check_definitions/system/periodic_activity_not_executed.lua
+share/ntopng/scripts/lua/modules/check_definitions/system/redis_reads_writes_exceeded.lua
share/ntopng/scripts/lua/modules/check_definitions/system/slow_periodic_activity.lua
share/ntopng/scripts/lua/modules/check_definitions/system/system_error.lua
share/ntopng/scripts/lua/modules/check_redis_prefs.lua
@@ -986,7 +996,6 @@ share/ntopng/scripts/lua/modules/import_
share/ntopng/scripts/lua/modules/import_export/notifications_import_export.lua
share/ntopng/scripts/lua/modules/import_export/pool_import_export.lua
share/ntopng/scripts/lua/modules/import_export/snmp_import_export.lua
-share/ntopng/scripts/lua/modules/inactive_hosts_utils.lua
share/ntopng/scripts/lua/modules/influxdb_export_api.lua
share/ntopng/scripts/lua/modules/internals_utils.lua
share/ntopng/scripts/lua/modules/ipv4_utils.lua
@@ -1075,7 +1084,6 @@ share/ntopng/scripts/lua/modules/tcp_flo
share/ntopng/scripts/lua/modules/template.lua
share/ntopng/scripts/lua/modules/template_utils.lua
share/ntopng/scripts/lua/modules/test/test_ping_req_reply.lua
-share/ntopng/scripts/lua/modules/test/test_utils.lua
share/ntopng/scripts/lua/modules/test/unittest.lua
share/ntopng/scripts/lua/modules/timeseries/custom/ts_5min_custom.lua.sample
share/ntopng/scripts/lua/modules/timeseries/custom/ts_minute_custom.lua.sample
@@ -1087,11 +1095,8 @@ share/ntopng/scripts/lua/modules/timeser
share/ntopng/scripts/lua/modules/timeseries/schemas/ts_hour.lua
share/ntopng/scripts/lua/modules/timeseries/schemas/ts_minute.lua
share/ntopng/scripts/lua/modules/timeseries/schemas/ts_second.lua
-share/ntopng/scripts/lua/modules/timeseries/tests/influxdb2series.lua
-share/ntopng/scripts/lua/modules/timeseries/tests/influxdb_queries.lua
share/ntopng/scripts/lua/modules/timeseries/tests/rrd_paths_test.lua
share/ntopng/scripts/lua/modules/timeseries/tests/run.lua
-share/ntopng/scripts/lua/modules/timeseries/tests/test_utils.lua
share/ntopng/scripts/lua/modules/timeseries/tests/utils_test.lua
share/ntopng/scripts/lua/modules/timeseries/ts_common.lua
share/ntopng/scripts/lua/modules/timeseries/ts_data.lua
@@ -1111,6 +1116,7 @@ share/ntopng/scripts/lua/modules/ts_5sec
share/ntopng/scripts/lua/modules/ts_min_dump_utils.lua
share/ntopng/scripts/lua/modules/tz_utils.lua
share/ntopng/scripts/lua/modules/ui_utils.lua
+share/ntopng/scripts/lua/modules/validation_utils.lua
share/ntopng/scripts/lua/modules/vlan_utils.lua
share/ntopng/scripts/lua/modules/voip_utils.lua
share/ntopng/scripts/lua/modules/vs_db_utils.lua
@@ -1125,14 +1131,12 @@ share/ntopng/scripts/lua/modules/vulnera
share/ntopng/scripts/lua/modules/widget_gui_utils.lua
share/ntopng/scripts/lua/modules/widgets_utils.lua
share/ntopng/scripts/lua/modules/xmlSimple.lua
-share/ntopng/scripts/lua/monitor/active_monitoring_monitor.lua
share/ntopng/scripts/lua/monitor/influxdb_monitor.lua
share/ntopng/scripts/lua/monitor/redis_monitor.lua
share/ntopng/scripts/lua/network_details.lua
share/ntopng/scripts/lua/network_stats.lua
share/ntopng/scripts/lua/ntopng_logout.lua
share/ntopng/scripts/lua/os_details.lua
-share/ntopng/scripts/lua/os_stats.lua
share/ntopng/scripts/lua/page_not_found.lua
share/ntopng/scripts/lua/please_wait.lua
share/ntopng/scripts/lua/pod_details.lua
@@ -1140,136 +1144,8 @@ share/ntopng/scripts/lua/pods_stats.lua
share/ntopng/scripts/lua/pool_details.lua
share/ntopng/scripts/lua/pool_stats.lua
share/ntopng/scripts/lua/process_details.lua
+share/ntopng/scripts/lua/reset_broadcast_domains.lua
share/ntopng/scripts/lua/reset_stats.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/am_host/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/flow/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/host/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/interface/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/mac/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/network/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/system/alerts.lua
-share/ntopng/scripts/lua/rest/v1/acknowledge/user/alerts.lua
-share/ntopng/scripts/lua/rest/v1/add/host/pool.lua
-share/ntopng/scripts/lua/rest/v1/add/ntopng/user.lua
-share/ntopng/scripts/lua/rest/v1/bind/host/pool/member.lua
-share/ntopng/scripts/lua/rest/v1/charts/host/map.lua
-share/ntopng/scripts/lua/rest/v1/charts/time/data.lua
-share/ntopng/scripts/lua/rest/v1/create/ntopng/api_token.lua
-share/ntopng/scripts/lua/rest/v1/create/ntopng/session.lua
-share/ntopng/scripts/lua/rest/v1/delete/all/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/am_host/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/endpoints.lua
-share/ntopng/scripts/lua/rest/v1/delete/flow/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/host/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/host/new_devices.lua
-share/ntopng/scripts/lua/rest/v1/delete/host/pool.lua
-share/ntopng/scripts/lua/rest/v1/delete/interface/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/mac/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/network/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/ntopng/user.lua
-share/ntopng/scripts/lua/rest/v1/delete/pools.lua
-share/ntopng/scripts/lua/rest/v1/delete/recipients.lua
-share/ntopng/scripts/lua/rest/v1/delete/system/alerts.lua
-share/ntopng/scripts/lua/rest/v1/delete/user/alerts.lua
-share/ntopng/scripts/lua/rest/v1/disable/check.lua
-share/ntopng/scripts/lua/rest/v1/edit/host/pool.lua
-share/ntopng/scripts/lua/rest/v1/edit/ntopng/incr_flows.lua
-share/ntopng/scripts/lua/rest/v1/edit/ntopng/incr_hosts.lua
-share/ntopng/scripts/lua/rest/v1/edit/ntopng/user.lua
-share/ntopng/scripts/lua/rest/v1/enable/check.lua
-share/ntopng/scripts/lua/rest/v1/export/active_monitoring/config.lua
-share/ntopng/scripts/lua/rest/v1/export/all/config.lua
-share/ntopng/scripts/lua/rest/v1/export/checks/config.lua
-share/ntopng/scripts/lua/rest/v1/export/infrastructure/config.lua
-share/ntopng/scripts/lua/rest/v1/export/notifications/config.lua
-share/ntopng/scripts/lua/rest/v1/export/pool/config.lua
-share/ntopng/scripts/lua/rest/v1/export/snmp/config.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/alert/data.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/severity/consts.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/severity/counters.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/type/consts.lua
-share/ntopng/scripts/lua/rest/v1/get/alert/type/counters.lua
-share/ntopng/scripts/lua/rest/v1/get/all/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/all/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/am_host/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/am_host/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/checks/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/checks/config.lua
-share/ntopng/scripts/lua/rest/v1/get/datasource/datasource.lua
-share/ntopng/scripts/lua/rest/v1/get/datasource/interface/packet_distro.lua
-share/ntopng/scripts/lua/rest/v1/get/dns/resolve.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/active.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/l4/counters.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/l7/counters.lua
-share/ntopng/scripts/lua/rest/v1/get/flow/traffic_stats.lua
-share/ntopng/scripts/lua/rest/v1/get/host/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/host/active.lua
-share/ntopng/scripts/lua/rest/v1/get/host/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/host/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/host/custom_data.lua
-share/ntopng/scripts/lua/rest/v1/get/host/data.lua
-share/ntopng/scripts/lua/rest/v1/get/host/dscp/stats.lua
-share/ntopng/scripts/lua/rest/v1/get/host/fingerprint/data.lua
-share/ntopng/scripts/lua/rest/v1/get/host/interfaces.lua
-share/ntopng/scripts/lua/rest/v1/get/host/l7/stats.lua
-share/ntopng/scripts/lua/rest/v1/get/host/pool/members.lua
-share/ntopng/scripts/lua/rest/v1/get/host/pool_by_member.lua
-share/ntopng/scripts/lua/rest/v1/get/host/pools.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/interface/address.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/arp.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/bcast_domains.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/data.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/dscp/stats.lua
-share/ntopng/scripts/lua/rest/v1/get/interface/l7/stats.lua
-share/ntopng/scripts/lua/rest/v1/get/l4/protocol/consts.lua
-share/ntopng/scripts/lua/rest/v1/get/l7/application/consts.lua
-share/ntopng/scripts/lua/rest/v1/get/l7/category/consts.lua
-share/ntopng/scripts/lua/rest/v1/get/mac/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/mac/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/network/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/network/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/ntopng/interfaces.lua
-share/ntopng/scripts/lua/rest/v1/get/ntopng/session.lua
-share/ntopng/scripts/lua/rest/v1/get/ntopng/users.lua
-share/ntopng/scripts/lua/rest/v1/get/pcap/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/pcap/live_extraction.lua
-share/ntopng/scripts/lua/rest/v1/get/pool/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/pools.lua
-share/ntopng/scripts/lua/rest/v1/get/system/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/system/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/system/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/system/stats.lua
-share/ntopng/scripts/lua/rest/v1/get/time/data.lua
-share/ntopng/scripts/lua/rest/v1/get/timeseries/.dontdelete
-share/ntopng/scripts/lua/rest/v1/get/timeseries/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/user/alert/list.lua
-share/ntopng/scripts/lua/rest/v1/get/user/alert/ts.lua
-share/ntopng/scripts/lua/rest/v1/get/widget/data.lua
-share/ntopng/scripts/lua/rest/v1/import/active_monitoring/config.lua
-share/ntopng/scripts/lua/rest/v1/import/all/config.lua
-share/ntopng/scripts/lua/rest/v1/import/checks/config.lua
-share/ntopng/scripts/lua/rest/v1/import/infrastructure/config.lua
-share/ntopng/scripts/lua/rest/v1/import/notifications/config.lua
-share/ntopng/scripts/lua/rest/v1/import/pool/config.lua
-share/ntopng/scripts/lua/rest/v1/import/pool/host_pool/members.lua
-share/ntopng/scripts/lua/rest/v1/import/snmp/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/active_monitoring/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/all/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/checks/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/infrastructure/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/notifications/config.lua
-share/ntopng/scripts/lua/rest/v1/reset/snmp/config.lua
-share/ntopng/scripts/lua/rest/v1/set/checks/.dontdelete
-share/ntopng/scripts/lua/rest/v1/set/checks/config.lua
-share/ntopng/scripts/lua/rest/v1/set/host/alias.lua
-share/ntopng/scripts/lua/rest/v1/set/pool/.dontdelete
share/ntopng/scripts/lua/rest/v2/acknowledge/am_host/alerts.lua
share/ntopng/scripts/lua/rest/v2/acknowledge/flow/alerts.lua
share/ntopng/scripts/lua/rest/v2/acknowledge/host/alerts.lua
@@ -1287,6 +1163,7 @@ share/ntopng/scripts/lua/rest/v2/connect
share/ntopng/scripts/lua/rest/v2/create/ntopng/api_token.lua
share/ntopng/scripts/lua/rest/v2/create/ntopng/session.lua
share/ntopng/scripts/lua/rest/v2/create/pcap/extraction/task.lua
+share/ntopng/scripts/lua/rest/v2/delete/active_monitoring/measurement.lua
share/ntopng/scripts/lua/rest/v2/delete/all/alerts.lua
share/ntopng/scripts/lua/rest/v2/delete/am_host/alerts.lua
share/ntopng/scripts/lua/rest/v2/delete/application/application.lua
@@ -1294,7 +1171,6 @@ share/ntopng/scripts/lua/rest/v2/delete/
share/ntopng/scripts/lua/rest/v2/delete/flow/alerts.lua
share/ntopng/scripts/lua/rest/v2/delete/host/alerts.lua
share/ntopng/scripts/lua/rest/v2/delete/host/delete_host_to_scan.lua
-share/ntopng/scripts/lua/rest/v2/delete/host/inactive_host.lua
share/ntopng/scripts/lua/rest/v2/delete/host/new_devices.lua
share/ntopng/scripts/lua/rest/v2/delete/host/pool.lua
share/ntopng/scripts/lua/rest/v2/delete/interface/alerts.lua
@@ -1323,8 +1199,13 @@ share/ntopng/scripts/lua/rest/v2/export/
share/ntopng/scripts/lua/rest/v2/export/notifications/config.lua
share/ntopng/scripts/lua/rest/v2/export/pool/config.lua
share/ntopng/scripts/lua/rest/v2/export/snmp/config.lua
+share/ntopng/scripts/lua/rest/v2/export/snmp_data/config.lua
+share/ntopng/scripts/lua/rest/v2/get/active_monitoring/filters.lua
+share/ntopng/scripts/lua/rest/v2/get/active_monitoring/list.lua
+share/ntopng/scripts/lua/rest/v2/get/active_monitoring/measurements.lua
+share/ntopng/scripts/lua/rest/v2/get/active_monitoring/timeseries_list.lua
+share/ntopng/scripts/lua/rest/v2/get/alert/alert_from_map.lua
share/ntopng/scripts/lua/rest/v2/get/alert/filter/consts.lua
-share/ntopng/scripts/lua/rest/v2/get/alert/list/alerts.lua
share/ntopng/scripts/lua/rest/v2/get/alert/severity/consts.lua
share/ntopng/scripts/lua/rest/v2/get/alert/severity/counters.lua
share/ntopng/scripts/lua/rest/v2/get/alert/top.lua
@@ -1334,12 +1215,12 @@ share/ntopng/scripts/lua/rest/v2/get/all
share/ntopng/scripts/lua/rest/v2/get/all/alert/ts.lua
share/ntopng/scripts/lua/rest/v2/get/am_host/alert/list.lua
share/ntopng/scripts/lua/rest/v2/get/am_host/alert/ts.lua
-share/ntopng/scripts/lua/rest/v2/get/am_host/list.lua
share/ntopng/scripts/lua/rest/v2/get/asn/asn_info.lua
share/ntopng/scripts/lua/rest/v2/get/asn/asn_name.lua
share/ntopng/scripts/lua/rest/v2/get/asn/get_as_data.lua
share/ntopng/scripts/lua/rest/v2/get/category/list.lua
share/ntopng/scripts/lua/rest/v2/get/checks/config.lua
+share/ntopng/scripts/lua/rest/v2/get/checks/subdirs.lua
share/ntopng/scripts/lua/rest/v2/get/country/country_name.lua
share/ntopng/scripts/lua/rest/v2/get/dashboard/template/data.lua
share/ntopng/scripts/lua/rest/v2/get/dashboard/template/list.lua
@@ -1348,7 +1229,9 @@ share/ntopng/scripts/lua/rest/v2/get/flo
share/ntopng/scripts/lua/rest/v2/get/flow/active_list.lua
share/ntopng/scripts/lua/rest/v2/get/flow/aggregated_live_flows.lua
share/ntopng/scripts/lua/rest/v2/get/flow/aggregated_live_flows_filters.lua
+share/ntopng/scripts/lua/rest/v2/get/flow/alert/alert_details.lua
share/ntopng/scripts/lua/rest/v2/get/flow/alert/list.lua
+share/ntopng/scripts/lua/rest/v2/get/flow/alert/score_to_severity.lua
share/ntopng/scripts/lua/rest/v2/get/flow/alert/ts.lua
share/ntopng/scripts/lua/rest/v2/get/flow/flow_filters.lua
share/ntopng/scripts/lua/rest/v2/get/flow/graph.lua
@@ -1368,12 +1251,6 @@ share/ntopng/scripts/lua/rest/v2/get/hos
share/ntopng/scripts/lua/rest/v2/get/host/find.lua
share/ntopng/scripts/lua/rest/v2/get/host/fingerprint/data.lua
share/ntopng/scripts/lua/rest/v2/get/host/host_filters.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive/active_inactive.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive/inactive_manufacturer.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive/inactivity_period.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive_filters.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive_host.lua
-share/ntopng/scripts/lua/rest/v2/get/host/inactive_list.lua
share/ntopng/scripts/lua/rest/v2/get/host/interfaces.lua
share/ntopng/scripts/lua/rest/v2/get/host/l4/contacted_hosts_data.lua
share/ntopng/scripts/lua/rest/v2/get/host/l4/data.lua
@@ -1411,22 +1288,30 @@ share/ntopng/scripts/lua/rest/v2/get/int
share/ntopng/scripts/lua/rest/v2/get/interface/bcast_domains.lua
share/ntopng/scripts/lua/rest/v2/get/interface/data.lua
share/ntopng/scripts/lua/rest/v2/get/interface/dscp/stats.lua
+share/ntopng/scripts/lua/rest/v2/get/interface/l7/cat_data.lua
+share/ntopng/scripts/lua/rest/v2/get/interface/l7/data.lua
share/ntopng/scripts/lua/rest/v2/get/interface/l7/stats.lua
share/ntopng/scripts/lua/rest/v2/get/interface/nprobes/data.lua
+share/ntopng/scripts/lua/rest/v2/get/interface/qoe/stats.lua
+share/ntopng/scripts/lua/rest/v2/get/interface/tcp_stats.lua
share/ntopng/scripts/lua/rest/v2/get/interface/top/hosts.lua
share/ntopng/scripts/lua/rest/v2/get/l4/protocol/consts.lua
share/ntopng/scripts/lua/rest/v2/get/l7/application/consts.lua
share/ntopng/scripts/lua/rest/v2/get/l7/category/consts.lua
share/ntopng/scripts/lua/rest/v2/get/mac/alert/list.lua
share/ntopng/scripts/lua/rest/v2/get/mac/alert/ts.lua
+share/ntopng/scripts/lua/rest/v2/get/mac/data.lua
share/ntopng/scripts/lua/rest/v2/get/network/alert/list.lua
share/ntopng/scripts/lua/rest/v2/get/network/alert/ts.lua
+share/ntopng/scripts/lua/rest/v2/get/network/config.lua
share/ntopng/scripts/lua/rest/v2/get/network/discovery/discover.lua
share/ntopng/scripts/lua/rest/v2/get/network/discovery/run_discovery.lua
share/ntopng/scripts/lua/rest/v2/get/network/networks.lua
share/ntopng/scripts/lua/rest/v2/get/ntopng/applications.lua
share/ntopng/scripts/lua/rest/v2/get/ntopng/get_preferences.lua
share/ntopng/scripts/lua/rest/v2/get/ntopng/interfaces.lua
+share/ntopng/scripts/lua/rest/v2/get/ntopng/limits.lua
+share/ntopng/scripts/lua/rest/v2/get/ntopng/restart.lua
share/ntopng/scripts/lua/rest/v2/get/ntopng/users.lua
share/ntopng/scripts/lua/rest/v2/get/pcap/extraction/data.lua
share/ntopng/scripts/lua/rest/v2/get/pcap/extraction/tasks.lua
@@ -1435,6 +1320,7 @@ share/ntopng/scripts/lua/rest/v2/get/pca
share/ntopng/scripts/lua/rest/v2/get/pools.lua
share/ntopng/scripts/lua/rest/v2/get/redis/read_hash_values.lua
share/ntopng/scripts/lua/rest/v2/get/redis/redis_stats.lua
+share/ntopng/scripts/lua/rest/v2/get/scripts/key.lua
share/ntopng/scripts/lua/rest/v2/get/syslog/producer/consts.lua
share/ntopng/scripts/lua/rest/v2/get/syslog/producer/list.lua
share/ntopng/scripts/lua/rest/v2/get/system/alert/list.lua
@@ -1465,6 +1351,7 @@ share/ntopng/scripts/lua/rest/v2/import/
share/ntopng/scripts/lua/rest/v2/import/pool/config.lua
share/ntopng/scripts/lua/rest/v2/import/pool/host_pool/members.lua
share/ntopng/scripts/lua/rest/v2/import/snmp/config.lua
+share/ntopng/scripts/lua/rest/v2/import/snmp_data/config.lua
share/ntopng/scripts/lua/rest/v2/reset/active_monitoring/config.lua
share/ntopng/scripts/lua/rest/v2/reset/all/config.lua
share/ntopng/scripts/lua/rest/v2/reset/checks/config.lua
@@ -1472,6 +1359,8 @@ share/ntopng/scripts/lua/rest/v2/reset/i
share/ntopng/scripts/lua/rest/v2/reset/notifications/config.lua
share/ntopng/scripts/lua/rest/v2/reset/pool/config.lua
share/ntopng/scripts/lua/rest/v2/reset/snmp/config.lua
+share/ntopng/scripts/lua/rest/v2/reset/snmp_data/config.lua
+share/ntopng/scripts/lua/rest/v2/set/active_monitoring/measurement.lua
share/ntopng/scripts/lua/rest/v2/set/checks/config.lua
share/ntopng/scripts/lua/rest/v2/set/device/alias.lua
share/ntopng/scripts/lua/rest/v2/set/host/alias.lua
@@ -1479,11 +1368,13 @@ share/ntopng/scripts/lua/rest/v2/set/hos
share/ntopng/scripts/lua/rest/v2/set/host/notes.lua
share/ntopng/scripts/lua/rest/v2/set/interface/alias.lua
share/ntopng/scripts/lua/rest/v2/set/network/alias.lua
+share/ntopng/scripts/lua/rest/v2/set/network/config.lua
share/ntopng/scripts/lua/rest/v2/set/pool/members.lua
share/ntopng/scripts/lua/rest/v2/trigger/host/alert.lua
share/ntopng/scripts/lua/rest/version.lua
share/ntopng/scripts/lua/sankey_test.lua
share/ntopng/scripts/lua/self_test.lua
+share/ntopng/scripts/lua/server_ports.lua
share/ntopng/scripts/lua/show_geolocation_note.lua
share/ntopng/scripts/lua/sidebar-handler.lua
share/ntopng/scripts/lua/sprobe_host_process_data.lua
@@ -1510,14 +1401,18 @@ share/ntopng/scripts/lua/vlan_details.lu
share/ntopng/scripts/lua/vlan_stats.lua
share/ntopng/scripts/lua/vulnerability_scan.lua
share/ntopng/scripts/shell/README
+share/ntopng/scripts/templates/dashboard/assets.json
share/ntopng/scripts/templates/dashboard/community.json
share/ntopng/scripts/templates/dashboard/enterprise-with-db.json
share/ntopng/scripts/templates/dashboard/enterprise.json
+share/ntopng/scripts/templates/dashboard/infrastructure.json
share/ntopng/scripts/templates/dashboard/nedge-enterprise.json
share/ntopng/scripts/templates/dashboard/nedge.json
share/ntopng/scripts/templates/dashboard/pro.json
+share/ntopng/scripts/templates/report/as.json
share/ntopng/scripts/templates/report/default.json
share/ntopng/scripts/templates/report/flow_exporters.json
+share/ntopng/scripts/templates/report/local_remote.json
share/ntopng/scripts/templates/report/networks.json
share/ntopng/scripts/templates/report/security.json
share/ntopng/scripts/templates/report/vs_result.json
Index: pkgsrc/net/ntopng/distinfo
diff -u pkgsrc/net/ntopng/distinfo:1.17 pkgsrc/net/ntopng/distinfo:1.18
--- pkgsrc/net/ntopng/distinfo:1.17 Fri Aug 23 17:55:09 2024
+++ pkgsrc/net/ntopng/distinfo Thu Aug 7 05:05:58 2025
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.17 2024/08/23 17:55:09 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/08/07 05:05:58 adam Exp $
-BLAKE2s (ntopng-6.2-httpdocs.tar.gz) = 10448187a0f866291cc83a0f57ba850e5987b56132b360fae557f75d16be080f
-SHA512 (ntopng-6.2-httpdocs.tar.gz) = 32e295740e02f0226f5908aec5427f1b860e170d7ead512868a134a8b683b8ac9e411bf0f22ff7444239f353ef9ac9a5c732a5e446d421c8357f5f24b966e728
-Size (ntopng-6.2-httpdocs.tar.gz) = 6895483 bytes
-BLAKE2s (ntopng-6.2.tar.gz) = f94501396959ca44bbc74ac9ab1485359ef8ccced09b1ab241798065306cf061
-SHA512 (ntopng-6.2.tar.gz) = 00370116dc6ed13b78c5da4338c359abc6a9b24c529c06ce4298df9a6b411d3e5799f29b41543a17d7fc70a3f5b1717306723f5a6899ee2c971ad9eafff602d8
-Size (ntopng-6.2.tar.gz) = 78896001 bytes
+BLAKE2s (ntopng-6.4-httpdocs.tar.gz) = 65e7eee5286a6d59df2e186f2b81be8fdb7764e9b1b3178427fe8f0183c66176
+SHA512 (ntopng-6.4-httpdocs.tar.gz) = d518b3e1f95312a5a250a7c09de303a39b58b0ffbf1386c13a29962ce0d0cecdecd2ba77207eada095a5b4ae6f387979a22dbba4f6448019feb10f7969446725
+Size (ntopng-6.4-httpdocs.tar.gz) = 7999962 bytes
+BLAKE2s (ntopng-6.4.tar.gz) = d5e6ca8463a701295fc6766aba54d3f0e36ea622691d43b7f702283450a65226
+SHA512 (ntopng-6.4.tar.gz) = a4ff3058b9a10677485808ac51c67a728b1df536df7e818925ff0515b597d5fad4dedacd1c80a62c0408606c86376d73bb38986d85f68385e2e2de3ba82e03a4
+Size (ntopng-6.4.tar.gz) = 80787345 bytes
SHA1 (patch-configure.ac.in) = 08ba8383478fe58ce8cedf8c5466bbb6a1be59c3
SHA1 (patch-httpdocs_misc_ntopng-utils-manage-updates.in) = c6a4bf93c0464d2c2e8493f3b5de9b5c243a1e52
SHA1 (patch-include_Redis.h) = cf73f5e53abdeb096d93449327365931ba99ae2b
Home |
Main Index |
Thread Index |
Old Index