diff --git a/http_src/vue/ntop_vue.js b/http_src/vue/ntop_vue.js index cb92f7938c30..78c66f2026b1 100644 --- a/http_src/vue/ntop_vue.js +++ b/http_src/vue/ntop_vue.js @@ -65,6 +65,7 @@ import { default as PageAsStats } from "./page-as-stats.vue" import { default as PageProbes } from "./page-probes.vue" import { default as PageExporters } from "./page-exporters.vue" import { default as PageExportersDetails } from "./page-exporters-details.vue" +import { default as PageExportersInterfaces } from "./page-exporters-interfaces.vue" /* Config pages */ import { default as PageSNMPConfig } from "./page-snmp-config.vue" @@ -188,6 +189,7 @@ let ntopVue = { PageExportersConfig: PageExportersConfig, PageFlowDeviceInterfaceDetails: PageFlowDeviceInterfaceDetails, PageHistoricalFlow: PageHistoricalFlow, + PageExportersInterfaces: PageExportersInterfaces, //PageSankeyTest: PageSankeyTest, // components diff --git a/http_src/vue/page-exporters-interfaces.vue b/http_src/vue/page-exporters-interfaces.vue new file mode 100644 index 000000000000..5ca8c4ace1b2 --- /dev/null +++ b/http_src/vue/page-exporters-interfaces.vue @@ -0,0 +1,88 @@ + + + + \ No newline at end of file diff --git a/scripts/locales/en.lua b/scripts/locales/en.lua index d1ee5d266107..50fa3f92703f 100644 --- a/scripts/locales/en.lua +++ b/scripts/locales/en.lua @@ -3243,6 +3243,7 @@ local lang = { ["web_mining_detected"] = "The website is known for mining cryptocurrencies on client devices", }, ["flow_devices"] = { + ["exporters_interfaces"] = "Exporters Interfaces", ["active_sflow"] = "Active sFlow Exporters", ["all_device_ports"] = "All %{device} Ports", ["all_exporters"] = "All NetFlow/IPFIX Exporter Devices", @@ -3281,6 +3282,7 @@ local lang = { ["note_zmq_fields3"] = "sFlow probes are determined using sFlow field deviceIP received via ZMQ (topic 'counter')", ["note_zmq_fields4"] = "sFlow probes interfaces are determined using field ifIndex received via ZMQ (topic 'counter')", ["nprobe_instances"] = "nProbe Instances", + ["nprobe_ip"] = "nProbe IP", ["nprobe_interface"] = "IfName (nProbe)", ["nprobe_version"] = "Version (nProbe)", ["ntopng_interface"] = "IfName (ntopng)",