Changed Exporter name into Probe (#5668)

This commit is contained in:
MatteoBiscosi 2021-07-14 12:43:05 +02:00
parent d34df54b48
commit a23babe57d
17 changed files with 96 additions and 96 deletions

View file

@ -30,7 +30,7 @@ page_utils.menu_sections = {
flows = {key = "flows", i18n_title = "flows", icon = "fas fa-stream"},
hosts = {key = "hosts", i18n_title = "hosts", icon = "fas fa-laptop"},
maps = {key = "maps", i18n_title = "maps", icon = "fas fa-map"},
exporters = {key = "exporters", i18n_title = "flow_devices.exporters", icon = "fas fa-file-export", zmq_only = true --[[ only for non-packet ZMQ interfaces --]] },
probes = {key = "probes", i18n_title = "flow_devices.probes", icon = "fas fa-file-export", zmq_only = true --[[ only for non-packet ZMQ interfaces --]] },
if_stats = {key = "if_stats", i18n_title = "interface", icon = "fas fa-ethernet"},
system_stats = {key = "system_stats", i18n_title = "system", icon = "fas fa-desktop"},
admin = {key = "admin", i18n_title = "settings", icon = "fas fa-cog"},
@ -97,11 +97,11 @@ page_utils.menu_entries = {
interfaces_status = {key = "interfaces_status", i18n_title = "system_interfaces_status", section = "health"},
alerts_status = {key = "alerts_status", i18n_title = "system_alerts_status", section = "health"},
-- Exporters
event_exporters = {key = "event_exporters", i18n_title = "event_exporters.event_exporters", section = "exporters"},
sflow_exporters = {key = "sflow_exporters", i18n_title = "flows_page.sflow_devices", section = "exporters"},
flow_exporters = {key = "flow_exporters", i18n_title = "flow_devices.flow_exporters", section = "exporters", help_link = "https://www.ntop.org"},
observation_points = {key = "observation_points", i18n_title = "flow_devices.observation_points", section = "exporters", help_link = "https://www.ntop.org"},
-- probes
event_probes = {key = "event_probes", i18n_title = "event_probes.event_probes", section = "probes"},
sflow_probes = {key = "sflow_probes", i18n_title = "flows_page.sflow_devices", section = "probes"},
probes = {key = "probes", i18n_title = "flow_devices.probes", section = "probes", help_link = "https://www.ntop.org"},
observation_points = {key = "observation_points", i18n_title = "flow_devices.observation_points", section = "probes", help_link = "https://www.ntop.org"},
-- Map
service_map = {key = "service_map", i18n_title="service", section = "maps"},