Fixes documentation links

This commit is contained in:
Matteo Biscosi 2025-02-17 12:19:06 +01:00
parent 2f53ef5bcb
commit 78dc7cc2b2
39 changed files with 125 additions and 124 deletions

View file

@ -1,6 +1,6 @@
# ClickHouse
For more information about howto use ClickHouse in ntopng please see
- https://www.ntop.org/guides/ntopng/clickhouse.html
- https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/clickhouse.html
# Usage Recommendations
We recommend you to [read this document](https://clickhouse.com/docs/en/operations/tips), in particular, if your system has limited resources such as memory and disk

View file

@ -41,7 +41,7 @@ All the examples require:
- ntopng URL (-n option, *localhost:3000* by default)
- ntopng credentials
- ntopng user (-u option, *admin* by default) and ntopng password (-p option, *admin* by default)
- or ntopng Token (https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?#token-based-authentication)
- or ntopng Token (https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html#token-based-authentication)
Some of the examples also require an ntopng interface ID (-i option) and additional parameters (e.g. host).

View file

@ -51,7 +51,7 @@ following links:
When RSS is enabled, the traffic will be spread across multiple virtual
interfaces. View Interfaces can be used in order to aggregate the traffic
back into a single interface, check out
https://www.ntop.org/guides/ntopng/advanced_features/view_interfaces.html .
https://www.ntop.org/guides/ntopng/advanced_features/interfaces/view_interfaces.html .
Additional Tuning
-----------------

View file

@ -41,7 +41,7 @@ It's possible add an instance to monitor by clicking the `+` symbol above the ta
.. note::
users need the User Authentication Token of the remote ntopng to monitor the remote instance, check `here <https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication>`_.
users need the User Authentication Token of the remote ntopng to monitor the remote instance, check `here <https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html#token-based-authentication>`_.
This `blog post <https://www.ntop.org/ntopng/infrastructure-monitoring-observing-the-health-and-status-of-multiple-ntopng-instances//>`_ describes in detail this capability.

View file

@ -85,8 +85,9 @@ Interface
interface/interfaces
interface/networks
interface/host_pools
interface/autonomouse_systems
interface/autonomous_systems
interface/countries
interface/operating_systems
interface/http_servers_local

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.discord.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#discord"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#discord"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.discord.username") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#discord"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#discord"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="form-group mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.elasticsearch.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -13,7 +13,7 @@
<div class="form-group mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.elasticsearch.username") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -25,7 +25,7 @@
<div class="form-group mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.elasticsearch.password") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input name="elasticsearch_password" type="password" class="form-control" />

View file

@ -1,7 +1,7 @@
<div class="form-group mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.elasticsearch.index") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#elasticsearch"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-validation-message="{{ i18n('notification_endpoint.elasticsearch.validation.invalid_index') }}"

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.email.smtp_server") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-5">
<input
@ -13,7 +13,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.email.smtp_port") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -25,7 +25,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.email.use_proxy") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input name="use_proxy" type="checkbox" class="form-check-input" id="email_use_proxy">
@ -35,7 +35,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.email.email_sender") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -47,7 +47,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.email.smtp_username") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="username|email" name="smtp_username" type="text" class="form-control" />
@ -57,7 +57,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.email.smtp_password") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input name="smtp_password" type="password" class="form-control" />

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.email.email_recipient") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -13,7 +13,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.email.carbon_copy") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#email"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="form-group row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.fail2ban.jail") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#fail2ban"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#fail2ban"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.mattermost.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -13,7 +13,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.mattermost.api_token") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-validation-message="{{ i18n('notification_endpoint.mattermost.validation.invalid_token') }}"

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n('notification_endpoint.mattermost.id') }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.pagerduty.integreation_key") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#pagerduty"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#pagerduty"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.shell.shell_script") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#shell"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#shell"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<select name="shell_script" class="form-select" required>

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.shell.shell_options") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#shell"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="^[0-9 a-fA-Z-]{32}" name="shell_script_options" type="text" class="form-control"/>
@ -10,7 +10,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.shell.shell_script_execution") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#shell"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<select name="shell_script_execution" class="form-select" required>

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.slack.sender_username") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#slack"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#slack"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="username" name="slack_sender_username" type="text" class="form-control" required />
@ -10,7 +10,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.slack.notification_webhook") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#slack"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#slack"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="https" name="slack_webhook" type="text" class="form-control" required />

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.syslog.alert_format") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<select name="syslog_alert_format" class="form-select" required>
@ -23,7 +23,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.syslog.host") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -36,7 +36,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.syslog.port") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -49,7 +49,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.syslog.protocol") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<select name="syslog_protocol" class="form-select">

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.teams.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#teams"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#teams"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="https" name="teams_url" type="text" class="form-control" required />

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.telegram.telegram_token") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#telegram"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#telegram"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.telegram.telegram_channel") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#telegram"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#telegram"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.thehive.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -13,7 +13,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.thehive.api_token") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-validation-message="{{ i18n('notification_endpoint.thehive.validation.invalid_token') }}"
@ -25,7 +25,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.thehive.observable_url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
@ -38,7 +38,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.thehive.observable_mail") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<!--<label class="col-form-label col-sm-3">
TheHive Organization Name
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#thehive"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.webhook.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="https" name="webhook_url" type="text" class="form-control" required />
@ -10,7 +10,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.webhook.shared_secret") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input name="webhook_sharedsecret" type="text" class="form-control" />
@ -20,7 +20,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.webhook.username") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input data-pattern="username" name="webhook_username" type="text" class="form-control" />
@ -30,7 +30,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("notification_endpoint.webhook.password") }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#webhook"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input name="webhook_password" type="password" class="form-control" />

View file

@ -1,7 +1,7 @@
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.wechat.url") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#wechat"><i class="fa-regular fa-circle-question"></i></a>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#wechat"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input

View file

@ -24,7 +24,7 @@ Example:
## Exporting Alerts to ELK
To export alerts instead, users need to configure an ELK Endpoint and then an ELK Recipient.
For more info follow the [documentation](https://www.ntop.org/guides/ntopng/alerts/available_recipients.html)<br />
For more info follow the [documentation](https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html)<br />
**_NOTE:_** A Pro License at least is needed to export Alerts to ELK.
## Adding ntopng data from Kibana GUI

View file

@ -478,9 +478,9 @@ local lang = {
["observation_point_id"] = "Beobachtungspunkt-ID",
["observationpoints"] = "Aussichtspunkte",
["obsolete_mysql"] = "MySQL-Unterstützung ist veraltet",
["obsolete_mysql_message"] = "ntopng überträgt derzeit Flow-Daten an MySQL, der MySQL-Export ist jedoch veraltet. Bitte wechseln Sie zu <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a> und migrieren Sie Ihre Daten.",
["obsolete_mysql_message"] = "ntopng überträgt derzeit Flow-Daten an MySQL, der MySQL-Export ist jedoch veraltet. Bitte wechseln Sie zu <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a> und migrieren Sie Ihre Daten.",
["obsolete_nindex"] = "nIndex-Unterstützung ist veraltet",
["obsolete_nindex_message"] = "ntopng überträgt derzeit Flussdaten an nIndex, die nIndex-Unterstützung ist jedoch veraltet. Bitte <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">migrieren Sie Flussdaten</a> zu <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["obsolete_nindex_message"] = "ntopng überträgt derzeit Flussdaten an nIndex, die nIndex-Unterstützung ist jedoch veraltet. Bitte <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">migrieren Sie Flussdaten</a> zu <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a>.",
["off"] = "Aus",
["offline"] = "Offline (keine Internetverbindung)",
["ok"] = "OK",
@ -2398,7 +2398,7 @@ local lang = {
["network_discovery"] = "Netzwerkerkennung",
["network_discovery_datetime"] = "Letzte Netzwerkerkennung",
["network_discovery_not_enabled"] = "Netzwerkerkennung wird ausgeführt",
["protocols_note"] = "Zur Erkennung der Geräte werden die folgenden Protokolle verwendet: ARP, SSDP, MDNS, SNMP. Weitere Informationen finden Sie unter <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">Netzwerkerkennung</a>",
["protocols_note"] = "Zur Erkennung der Geräte werden die folgenden Protokolle verwendet: ARP, SSDP, MDNS, SNMP. Weitere Informationen finden Sie unter <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Netzwerkerkennung</a>",
["start_discovery"] = "Ausführen der Erkennung",
["too_many_devices_descr"] = "Zu viele Geräte erkannt. Die Ergebnisse wurden auf 8192 Geräte gekürzt",
},
@ -5327,7 +5327,7 @@ local lang = {
["device_label"] = "Gerätebezeichnung",
["enter_credentials"] = "Bitte geben Sie Ihre Anmeldeinformationen für den Zugriff auf dieses Netzwerk ein.",
["generate_token"] = "Token generieren",
["generate_token_help"] = "Weitere Informationen zur <A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>tokenbasierten Authentifizierung</A> <i class='fas fa-external-link-alt'></i> in ntopng-API-Aufrufen.",
["generate_token_help"] = "Weitere Informationen zur <A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>tokenbasierten Authentifizierung</A> <i class='fas fa-external-link-alt'></i> in ntopng-API-Aufrufen.",
["informative_captive_join"] = "Zugreifen auf das Internet",
["informative_captive_portal_tos"] = "Ich habe die <a target='_blank' href='%{url}'>Nutzungsbedingungen</a> gelesen und stimme ihnen zu.",
["internet_redirecting"] = "Wir leiten Sie zum Internet weiter...",

View file

@ -562,9 +562,9 @@ local lang = {
["observation_point_id"] = "Obs. Point ID",
["observationpoints"] = "Observation Points",
["obsolete_mysql"] = "MySQL support is deprecated",
["obsolete_mysql_message"] = "ntopng is currently dumping flow data to MySQL, however MySQL export is deprecated. Please move to <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a> and migrate your data.",
["obsolete_mysql_message"] = "ntopng is currently dumping flow data to MySQL, however MySQL export is deprecated. Please move to <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a> and migrate your data.",
["obsolete_nindex"] = "nIndex support is deprecated",
["obsolete_nindex_message"] = "ntopng is currently dumping flow data to nIndex, however nIndex support is deprecated. Please <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">migrate flow data</a> to <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["obsolete_nindex_message"] = "ntopng is currently dumping flow data to nIndex, however nIndex support is deprecated. Please <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">migrate flow data</a> to <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a>.",
["off"] = "Off",
["offline"] = "Offline (No Internet Connectivity)",
["ok"] = "OK",
@ -2605,7 +2605,7 @@ local lang = {
["network_discovery"] = "Network Discovery",
["network_discovery_datetime"] = "Last Network Discovery",
["network_discovery_not_enabled"] = "Network discovery in progress",
["protocols_note"] = "The following protocols are used to discover the devices: ARP, SSDP, MDNS, SNMP. For more info <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">Network Discovery</a>",
["protocols_note"] = "The following protocols are used to discover the devices: ARP, SSDP, MDNS, SNMP. For more info <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Network Discovery</a>",
["start_discovery"] = "Run Discovery",
["too_many_devices_descr"] = "Too many devices discovered. Results have been trimmed at 8192 devices",
},
@ -5643,7 +5643,7 @@ local lang = {
["device_label"] = "Device Label",
["enter_credentials"] = "Please enter your credentials for accessing this network.",
["generate_token"] = "Generate Token",
["generate_token_help"] = "More info about <A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>token-based authentication</A> <i class='fas fa-external-link-alt'></i> in ntopng API calls.",
["generate_token_help"] = "More info about <A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>token-based authentication</A> <i class='fas fa-external-link-alt'></i> in ntopng API calls.",
["informative_captive_join"] = "Access the Internet",
["informative_captive_portal_tos"] = "I have read and agreed the <a target='_blank' href='%{url}'>terms of service</a>.",
["internet_redirecting"] = "We're redirecting you to the Internet...",
@ -8087,7 +8087,7 @@ local lang = {
["snmp_devices_rules_active_alert_warning"] = "The SNMP Threshold Crossed alert must be enabled to receive alerts on rules not respected.",
["snmp_error_unable_to_set_interface_admin_status"] = "Unable to toggle the admin status. Make sure the SNMP device has a (valid) write community configured.",
["snmp_host"] = "Host",
["snmp_import_devices"] = "Check the <a href='https://www.ntop.org/guides/ntopng/snmp/configuration.html#snmp-import-file'>documentation</a> regarding the CSV / JSON format ",
["snmp_import_devices"] = "Check the <a href='https://www.ntop.org/guides/ntopng/user_interface/shared/snmp/configuration.html#snmp-import-file'>documentation</a> regarding the CSV / JSON format ",
["snmp_import_devices_issues"] = "In case the format is not respected, unknown issue could arise",
["snmp_interface"] = "SNMP Interface",
["snmp_interface_type"] = "Interface Type",

View file

@ -477,9 +477,9 @@ local lang = {
["observation_point_id"] = "Obs. ID de punto",
["observationpoints"] = "Puntos de observación",
["obsolete_mysql"] = "El soporte de MySQL está en desuso",
["obsolete_mysql_message"] = "Actualmente, ntopng está volcando datos de flujo a MySQL; sin embargo, la exportación de MySQL está en desuso. Vaya a <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a> y migre sus datos.",
["obsolete_mysql_message"] = "Actualmente, ntopng está volcando datos de flujo a MySQL; sin embargo, la exportación de MySQL está en desuso. Vaya a <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a> y migre sus datos.",
["obsolete_nindex"] = "La compatibilidad con nIndex está en desuso",
["obsolete_nindex_message"] = "Actualmente, ntopng está volcando datos de flujo a nIndex; sin embargo, la compatibilidad con nIndex está obsoleta. Por favor, <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">migre los datos de flujo</a> a <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["obsolete_nindex_message"] = "Actualmente, ntopng está volcando datos de flujo a nIndex; sin embargo, la compatibilidad con nIndex está obsoleta. Por favor, <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">migre los datos de flujo</a> a <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["off"] = "Apagado",
["offline"] = "Sin conexión (sin conexión a Internet)",
["ok"] = "DE ACUERDO",
@ -2397,7 +2397,7 @@ local lang = {
["network_discovery"] = "Deteccion de redes",
["network_discovery_datetime"] = "Último descubrimiento de red",
["network_discovery_not_enabled"] = "Descubrimiento de red en progreso",
["protocols_note"] = "Se utilizan los siguientes protocolos para descubrir los dispositivos: ARP, SSDP, MDNS, SNMP. Para obtener más información <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">Descubrimiento de redes</a>",
["protocols_note"] = "Se utilizan los siguientes protocolos para descubrir los dispositivos: ARP, SSDP, MDNS, SNMP. Para obtener más información <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Descubrimiento de redes</a>",
["start_discovery"] = "Ejecutar descubrimiento",
["too_many_devices_descr"] = "Se descubrieron demasiados dispositivos. Los resultados se han recortado en 8192 dispositivos.",
},
@ -5324,7 +5324,7 @@ local lang = {
["device_label"] = "Etiqueta del dispositivo",
["enter_credentials"] = "Por favor ingrese sus credenciales para acceder a esta red.",
["generate_token"] = "Generar token",
["generate_token_help"] = "Más información sobre <A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>autenticación basada en token</ A> <i class='fas fa-external-link-alt'></i> en llamadas API ntopng.",
["generate_token_help"] = "Más información sobre <A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>autenticación basada en token</ A> <i class='fas fa-external-link-alt'></i> en llamadas API ntopng.",
["informative_captive_join"] = "Acceso a Internet",
["informative_captive_portal_tos"] = "He leído y acepto los <a target='_blank' href='%{url}'>términos de servicio</a>.",
["internet_redirecting"] = "Te estamos redirigiendo a Internet...",
@ -7691,7 +7691,7 @@ local lang = {
["snmp_devices_rules_active_alert_warning"] = "La alerta de Umbral SNMP cruzado debe estar habilitada para recibir alertas sobre reglas no respetadas.",
["snmp_error_unable_to_set_interface_admin_status"] = "No se puede alternar el estado de administrador. Asegúrese de que el dispositivo SNMP tenga configurada una comunidad de escritura (válida).",
["snmp_host"] = "Anfitrión",
["snmp_import_devices"] = "Consulte la <a href='https://www.ntop.org/guides/ntopng/snmp/configuration.html#snmp-import-file'>documentación</a> sobre el formato CSV/JSON.",
["snmp_import_devices"] = "Consulte la <a href='https://www.ntop.org/guides/ntopng/user_interface/shared/snmp/configuration.html#snmp-import-file'>documentación</a> sobre el formato CSV/JSON.",
["snmp_import_devices_issues"] = "En caso de que no se respete el formato, podría surgir un problema desconocido.",
["snmp_interface"] = "Interfaz SNMP",
["snmp_interface_type"] = "Tipo de interfaz",

View file

@ -478,9 +478,9 @@ local lang = {
["observation_point_id"] = "Obs. Identifiant du point",
["observationpoints"] = "Points d'observation",
["obsolete_mysql"] = "La prise en charge de MySQL est obsolète",
["obsolete_mysql_message"] = "ntopng transfère actuellement les données de flux vers MySQL, mais l'exportation MySQL est obsolète. Veuillez vous déplacer vers <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a> et migrer vos données.",
["obsolete_mysql_message"] = "ntopng transfère actuellement les données de flux vers MySQL, mais l'exportation MySQL est obsolète. Veuillez vous déplacer vers <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a> et migrer vos données.",
["obsolete_nindex"] = "La prise en charge de nIndex est obsolète",
["obsolete_nindex_message"] = "ntopng transfère actuellement les données de flux vers nIndex, mais la prise en charge de nIndex est obsolète. Veuillez <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">migrer les données de flux</a> vers <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["obsolete_nindex_message"] = "ntopng transfère actuellement les données de flux vers nIndex, mais la prise en charge de nIndex est obsolète. Veuillez <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">migrer les données de flux</a> vers <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>.",
["off"] = "Désactivé",
["offline"] = "Hors ligne (pas de connectivité Internet)",
["ok"] = "D'ACCORD",
@ -2391,7 +2391,7 @@ local lang = {
["network_discovery"] = "Découverte du réseau",
["network_discovery_datetime"] = "Dernière découverte du réseau",
["network_discovery_not_enabled"] = "Découverte du réseau en cours",
["protocols_note"] = "Les protocoles suivants sont utilisés pour découvrir les appareils : ARP, SSDP, MDNS, SNMP. Pour plus d'informations <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">Découverte du réseau</a>",
["protocols_note"] = "Les protocoles suivants sont utilisés pour découvrir les appareils : ARP, SSDP, MDNS, SNMP. Pour plus d'informations <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Découverte du réseau</a>",
["start_discovery"] = "Exécuter la découverte",
["too_many_devices_descr"] = "Trop d'appareils découverts. Les résultats ont été réduits sur 8 192 appareils.",
},
@ -5316,7 +5316,7 @@ local lang = {
["device_label"] = "Étiquette de l'appareil",
["enter_credentials"] = "Veuillez saisir vos identifiants pour accéder à ce réseau.",
["generate_token"] = "Générer un jeton",
["generate_token_help"] = "Plus d'informations sur l'<A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>l'authentification basée sur un jeton</ A> <i class='fas fa-external-link-alt'></i> dans les appels API ntopng.",
["generate_token_help"] = "Plus d'informations sur l'<A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>l'authentification basée sur un jeton</ A> <i class='fas fa-external-link-alt'></i> dans les appels API ntopng.",
["informative_captive_join"] = "Accéder à Internet",
["informative_captive_portal_tos"] = "J'ai lu et accepté les <a target='_blank' href='%{url}'>conditions d'utilisation</a>.",
["internet_redirecting"] = "Nous vous redirigeons vers Internet...",
@ -7681,7 +7681,7 @@ local lang = {
["snmp_devices_rules_active_alert_warning"] = "L'alerte SNMP Seuil franchi doit être activée pour recevoir des alertes sur des règles non respectées.",
["snmp_error_unable_to_set_interface_admin_status"] = "Impossible de changer le statut d'administrateur. Assurez-vous que le périphérique SNMP dispose d'une communauté d'écriture (valide) configurée.",
["snmp_host"] = "Hôte",
["snmp_import_devices"] = "Consultez la <a href='https://www.ntop.org/guides/ntopng/snmp/configuration.html#snmp-import-file'>documentation</a> concernant le format CSV / JSON",
["snmp_import_devices"] = "Consultez la <a href='https://www.ntop.org/guides/ntopng/user_interface/shared/snmp/configuration.html#snmp-import-file'>documentation</a> concernant le format CSV / JSON",
["snmp_import_devices_issues"] = "Si le format n'est pas respecté, un problème inconnu pourrait survenir",
["snmp_interface"] = "Interface SNMP",
["snmp_interface_type"] = "Type d'interface",

View file

@ -351,9 +351,9 @@ local lang = {
["observation_point_id"] = "ID Punto Di Osservazione",
["observationpoints"] = "Punti Di Osservazione",
["obsolete_mysql"] = "Supporto MySQL deprecato",
["obsolete_mysql_message"] = "ntopng sta salvando i dati del flusso in MySQL, ma l'esportazione MySQL è deprecata. Perfavore consultare <a href=\\\"https://www.ntop.org/guides/ntopng/clickhouse.html\\\">ClickHouse</a> e migrare i dati.",
["obsolete_mysql_message"] = "ntopng sta salvando i dati del flusso in MySQL, ma l'esportazione MySQL è deprecata. Perfavore consultare <a href=\\\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\\\">ClickHouse</a> e migrare i dati.",
["obsolete_nindex"] = "Il Supporto nIndex è deprecato",
["obsolete_nindex_message"] = "ntopng sta salvando i dati del flusso in nindex, ma l'esportazione MySQL è deprecata. Perfavore consultare <a href=\\\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\\\">e migrare i dati</a> to <a href=\\\"https://www.ntop.org/guides/ntopng/clickhouse.html\\\">ClickHouse</a>.",
["obsolete_nindex_message"] = "ntopng sta salvando i dati del flusso in nindex, ma l'esportazione MySQL è deprecata. Perfavore consultare <a href=\\\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\\\">e migrare i dati</a> to <a href=\\\"https://www.ntop.org/guides/ntopng/clickhouse.html\\\">ClickHouse</a>.",
["off"] = "Off",
["offline"] = "Offline (Nessuna Connessione Internet)",
["ok"] = "OK",
@ -1963,7 +1963,7 @@ local lang = {
["network_discovery"] = "Scansione di Rete",
["network_discovery_datetime"] = "Ultima Scansione di Rete",
["network_discovery_not_enabled"] = "Una Scansione di Rete è in corso. La pagina si aggiornerà periodicamente.",
["protocols_note"] = "I seguenti protocolli sono usati per scoprire i dispositivi: ARP, SSDP, MDNS, SNMP. Per ulteriori informazioni <a target=\\\"_blank\\\" href=\\\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\\\">Network Discovery</a>",
["protocols_note"] = "I seguenti protocolli sono usati per scoprire i dispositivi: ARP, SSDP, MDNS, SNMP. Per ulteriori informazioni <a target=\\\"_blank\\\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Network Discovery</a>",
["too_many_devices_descr"] = "Troppi dispositivi trovati. Alcuni dispositivi potrebbero esser stati scartati poiché il massimo numero di dispositivi gestiti è %{max_devices}",
},
["dns_info"] = {
@ -4449,7 +4449,7 @@ local lang = {
["device_label"] = "Etichetta Dispositivo",
["enter_credentials"] = "Inserisci le tue credenziali per accedere a questa rete.",
["generate_token"] = "Genera Token",
["generate_token_help"] = "Maggiori informazioni su <A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>autenticazione basata sul token</A> <i class='fas fa-external-link-alt'></i> nelle chiamate API ntopng.",
["generate_token_help"] = "Maggiori informazioni su <A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>autenticazione basata sul token</A> <i class='fas fa-external-link-alt'></i> nelle chiamate API ntopng.",
["informative_captive_join"] = "Accedi a Internet",
["informative_captive_portal_tos"] = "Ho letto e accettato i <a target='_blank' href='%{url}'>termini di servizio</a>.",
["internet_redirecting"] = "Ti stiamo reindirizzando a Internet...",

View file

@ -428,9 +428,9 @@ local lang = {
["observation_point_id"] = "観測ポイントID",
["observationpoints"] = "観測ポイント",
["obsolete_mysql"] = "MySQLサポートは非推奨です",
["obsolete_mysql_message"] = "ntopngは現在、フローデータをMySQLにダンプしていますが、MySQLエクスポートは非推奨です。データを<a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>に移行してください。",
["obsolete_mysql_message"] = "ntopngは現在、フローデータをMySQLにダンプしていますが、MySQLエクスポートは非推奨です。データを<a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a>に移行してください。",
["obsolete_nindex"] = "nIndexサポートは非推奨です",
["obsolete_nindex_message"] = "ntopngは現在、フローデータをnIndexにダンプしていますが、nIndexサポートは非推奨です。フローデータを<a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">ClickHouse</a>に移行してください。",
["obsolete_nindex_message"] = "ntopngは現在、フローデータをnIndexにダンプしていますが、nIndexサポートは非推奨です。フローデータを<a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">ClickHouse</a>に移行してください。",
["off"] = "オフ",
["offline"] = "オフライン(インターネット接続なし)",
["ok"] = "OK",
@ -2187,7 +2187,7 @@ local lang = {
["network_discovery"] = "ネットワークディスカバリ",
["network_discovery_datetime"] = "最後のネットワークディスカバリ",
["network_discovery_not_enabled"] = "ネットワークディスカバリが進行中です",
["protocols_note"] = "デバイスを発見するために以下のプロトコルが使用されていますARP、SSDP、MDNS、SNMP。詳細については<a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">Network Discovery</a>を参照してください。",
["protocols_note"] = "デバイスを発見するために以下のプロトコルが使用されていますARP、SSDP、MDNS、SNMP。詳細については<a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">Network Discovery</a>を参照してください。",
["start_discovery"] = "ディスカバリを開始",
["too_many_devices_descr"] = "発見されたデバイスが多すぎます。結果は8192件のデバイスにトリミングされました。",
},
@ -4900,7 +4900,7 @@ local lang = {
["device_label"] = "デバイスラベル",
["enter_credentials"] = "このネットワークへのアクセスに必要な資格情報を入力してください。",
["generate_token"] = "トークンを生成",
["generate_token_help"] = "nTOPngのAPIコールでの <A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>トークンベースの認証</A> についての詳細情報<i class='fas fa-external-link-alt'></i>。",
["generate_token_help"] = "nTOPngのAPIコールでの <A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>トークンベースの認証</A> についての詳細情報<i class='fas fa-external-link-alt'></i>。",
["informative_captive_join"] = "インターネットへのアクセス",
["informative_captive_portal_tos"] = "利用規約を読んで同意しました。<a target='_blank' href='%{url}'>利用規約</a>。",
["internet_redirecting"] = "インターネットにリダイレクトしています...",

View file

@ -479,9 +479,9 @@ local lang = {
["observation_point_id"] = "관찰 지점 ID",
["observationpoints"] = "관찰 포인트",
["obsolete_mysql"] = "MySQL 지원이 더 이상 사용되지 않습니다.",
["obsolete_mysql_message"] = "ntopng는 현재 흐름 데이터를 MySQL로 덤프하고 있지만 MySQL 내보내기는 더 이상 사용되지 않습니다. <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html\">ClickHouse</a>로 이동하여 데이터를 이전하시기 바랍니다.",
["obsolete_mysql_message"] = "ntopng는 현재 흐름 데이터를 MySQL로 덤프하고 있지만 MySQL 내보내기는 더 이상 사용되지 않습니다. <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html\">ClickHouse</a>로 이동하여 데이터를 이전하시기 바랍니다.",
["obsolete_nindex"] = "nIndex 지원이 더 이상 사용되지 않습니다.",
["obsolete_nindex_message"] = "ntopng는 현재 흐름 데이터를 nIndex로 덤프하고 있지만 nIndex 지원은 더 이상 사용되지 않습니다. <a href=\"https://www.ntop.org/guides/ntopng/clickhouse.html#migration-from-nindex\">흐름 데이터를 이전</a>하여 <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">클릭하우스</a>.",
["obsolete_nindex_message"] = "ntopng는 현재 흐름 데이터를 nIndex로 덤프하고 있지만 nIndex 지원은 더 이상 사용되지 않습니다. <a href=\"https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html#migration-from-nindex\">흐름 데이터를 이전</a>하여 <a href=\"https:/ /www.ntop.org/guides/ntopng/clickhouse.html\">클릭하우스</a>.",
["off"] = "끄다",
["offline"] = "오프라인(인터넷 연결 없음)",
["ok"] = "좋아요",
@ -2391,7 +2391,7 @@ local lang = {
["network_discovery"] = "네트워크 검색",
["network_discovery_datetime"] = "마지막 네트워크 검색",
["network_discovery_not_enabled"] = "네트워크 검색 진행 중",
["protocols_note"] = "장치를 검색하는 데는 ARP, SSDP, MDNS, SNMP 프로토콜이 사용됩니다. 자세한 내용은 <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/web_gui/network_discovery.html\">네트워크 검색</a>을 참조하세요.",
["protocols_note"] = "장치를 검색하는 데는 ARP, SSDP, MDNS, SNMP 프로토콜이 사용됩니다. 자세한 내용은 <a target=\"_blank\" href=\"https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/network_discovery.html\">네트워크 검색</a>을 참조하세요.",
["start_discovery"] = "검색 실행",
["too_many_devices_descr"] = "검색된 장치가 너무 많습니다. 결과는 8192개 장치에서 잘렸습니다.",
},
@ -5316,7 +5316,7 @@ local lang = {
["device_label"] = "장치 라벨",
["enter_credentials"] = "이 네트워크에 액세스하려면 자격 증명을 입력하세요.",
["generate_token"] = "토큰 생성",
["generate_token_help"] = "<A target='_blank' href='https://www.ntop.org/guides/ntopng/advanced_features/authentication.html?highlight=token#token-based-authentication'>토큰 기반 인증</에 대한 추가 정보 A> ntopng API 호출의 <i class='fas fa-external-link-alt'></i>.",
["generate_token_help"] = "<A target='_blank' href='https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html?#token-based-authentication'>토큰 기반 인증</에 대한 추가 정보 A> ntopng API 호출의 <i class='fas fa-external-link-alt'></i>.",
["informative_captive_join"] = "인터넷에 접속",
["informative_captive_portal_tos"] = "<a target='_blank' href='%{url}'>서비스 약관</a>을 읽었으며 이에 동의합니다.",
["internet_redirecting"] = "인터넷으로 리디렉션 중입니다...",
@ -7681,7 +7681,7 @@ local lang = {
["snmp_devices_rules_active_alert_warning"] = "준수되지 않는 규칙에 대한 경고를 받으려면 SNMP 임계값 초과 경고를 활성화해야 합니다.",
["snmp_error_unable_to_set_interface_admin_status"] = "관리자 상태를 전환할 수 없습니다. SNMP 장치에 (유효한) 쓰기 커뮤니티가 구성되어 있는지 확인하십시오.",
["snmp_host"] = "주인",
["snmp_import_devices"] = "CSV/JSON 형식에 관한 <a href='https://www.ntop.org/guides/ntopng/snmp/configuration.html#snmp-import-file'>문서</a>를 확인하세요.",
["snmp_import_devices"] = "CSV/JSON 형식에 관한 <a href='https://www.ntop.org/guides/ntopng/user_interface/shared/snmp/configuration.html#snmp-import-file'>문서</a>를 확인하세요.",
["snmp_import_devices_issues"] = "형식을 준수하지 않는 경우 알 수 없는 문제가 발생할 수 있습니다.",
["snmp_interface"] = "SNMP 인터페이스",
["snmp_interface_type"] = "인터페이스 유형",

View file

@ -19,7 +19,7 @@ local collected_results = {}
-- see (am_utils.key2host for the details on such format).
local function run_speedtest(hosts, granularity)
local rsp
local do_trace = false
local do_trace = true
if (do_trace) then
tprint("[run_speedtest] [" .. granularity .. "]\n")

View file

@ -251,7 +251,7 @@ function email.runTest(recipient)
if sent.success then
message_info = i18n("prefs.email_sent_successfully")
else
message_info = i18n("prefs.email_send_error", {msg = sent.msg, url = "https://www.ntop.org/guides/ntopng/web_gui/alerts.html#email"})
message_info = i18n("prefs.email_send_error", {msg = sent.msg, url = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"})
end
return sent.success, message_info

View file

@ -176,7 +176,7 @@ page_utils.menu_entries = {
key = "traffic_dashboard",
i18n_title = "dashboard.traffic_dashboard",
section = "dashboard",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/dashboard.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/dashboard/dashboard.html"
},
network_discovery = {
key = "network_discovery",
@ -187,13 +187,13 @@ page_utils.menu_entries = {
key = "traffic_report",
i18n_title = "report.traffic_report",
section = "dashboard",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/report.html"
help_link = "https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/reports.html"
},
traffic_analysis = {
key = "traffic_analysis",
i18n_title = "db_explorer.traffic_analysis",
section = "dashboard",
help_link = "https://www.ntop.org/guides/ntopng/clickhouse.html?#historical-flows-explorer"
help_link = "https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/historical_flows.html"
},
-- Alerts
@ -201,7 +201,7 @@ page_utils.menu_entries = {
key = "detected_alerts",
i18n_title = "show_alerts.detected_alerts",
section = "alerts",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/alerts.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/alerts_explorer.html"
},
alerts_dashboard = {
key = "alerts_dashboard",
@ -229,7 +229,7 @@ page_utils.menu_entries = {
key = "flows",
i18n_title = "flows",
section = "flows",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/flows.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/flows/flows.html"
},
active_flows = {
key = "active_flows",
@ -245,13 +245,13 @@ page_utils.menu_entries = {
key = "db_explorer",
i18n_title = "db_explorer.historical_data_explorer",
section = "flows",
help_link = "https://www.ntop.org/guides/ntopng/clickhouse.html?#historical-flows-explorer"
help_link = "https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/historical_flows.html"
},
server_ports = {
key = "server_ports",
i18n_title = "server_ports.server_ports",
section = "flows",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#http-servers-local"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/flows/server_ports.html"
},
-- Hosts
@ -259,7 +259,7 @@ page_utils.menu_entries = {
key = "hosts",
i18n_title = "hosts",
section = "hosts",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html#"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/hosts/hosts.html#id1"
},
devices = {
key = "devices",
@ -289,7 +289,7 @@ page_utils.menu_entries = {
key = "networks",
i18n_title = "networks",
section = "if_stats",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/if_stats.html?#networks"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/interface/networks.html"
},
vlans = {
key = "vlans",
@ -305,25 +305,25 @@ page_utils.menu_entries = {
key = "autonomous_systems",
i18n_title = "as_stats.autonomous_systems",
section = "if_stats",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#autonomous-systems"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/interface/autonomous_systems.html"
},
countries = {
key = "countries",
i18n_title = "countries",
section = "if_stats",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#countries"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/interface/countries.html"
},
operating_systems = {
key = "operating_systems",
i18n_title = "operating_systems",
section = "if_stats",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#operating-systems"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/interface/operating_systems.html"
},
http_servers = {
key = "http_servers",
i18n_title = "http_servers_stats.local_http_servers",
section = "if_stats",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#http-servers-local"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/interface/http_servers_local.html"
},
containers = {
key = "containers",
@ -424,7 +424,7 @@ page_utils.menu_entries = {
key = "geo_map",
i18n_title = "geo_map.geo_map",
section = "maps",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/hosts.html?#geo-map"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/maps/geo_map.html"
},
hosts_map = {
key = "hosts_map",
@ -443,19 +443,19 @@ page_utils.menu_entries = {
key = "manage_users",
i18n_title = ternary(is_nedge, "nedge.system_users", "manage_users.manage_users"),
section = "admin",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/settings.html#manage-users"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/settings/users.html"
},
preferences = {
key = "preferences",
i18n_title = "prefs.preferences",
section = "admin",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/settings.html#preferences"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html"
},
categories = {
key = "categories",
i18n_title = "custom_categories.apps_and_categories",
section = "admin",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/categories.html#custom-applications"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/settings/applications_and_categories.html#custom-applications"
},
category_lists = {
key = "category_lists",
@ -498,109 +498,109 @@ page_utils.menu_entries = {
key = "traffic_rules",
i18n_title = "if_stats_config.traffic_rules",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/advanced_features/traffic_rules.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/policies/traffic_rules.html"
},
profiles = {
key = "profiles",
i18n_title = "traffic_profiles.traffic_profiles",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/advanced_features/traffic_profiles.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/policies/traffic_profiles.html"
},
alert_exclusions = {
key = "alert_exclusions",
i18n_title = "edit_check.exclusion_list",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/behavioural_checks_exclusion.html"
},
alert_exclusions_hosts = {
key = "alert_exclusions",
subkey = "hosts",
i18n_title = alert_entities.host.i18n_label,
section = "alert_exclusions",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
alert_exclusions_flows = {
key = "alert_exclusions",
subkey = "flows",
i18n_title = alert_entities.flow.i18n_label,
section = "alert_exclusions",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
alert_exclusions_domains = {
key = "alert_exclusions",
subkey = "domains",
i18n_title = alert_entities.domain.i18n_label,
section = "alert_exclusions",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config = {
key = "scripts_config",
i18n_title = "about.checks",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_all = {
key = "scripts_config",
subkey = "all",
i18n_title = "all",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_hosts = {
key = "scripts_config",
subkey = "hosts",
i18n_title = alert_entities.host.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_interfaces = {
key = "scripts_config",
subkey = "interfaces",
i18n_title = alert_entities.interface.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_networks = {
key = "scripts_config",
subkey = "networks",
i18n_title = alert_entities.network.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_snmp_devices = {
key = "scripts_config",
subkey = "snmp_devices",
i18n_title = alert_entities.snmp_device.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_flows = {
key = "scripts_config",
subkey = "flows",
i18n_title = alert_entities.flow.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_system = {
key = "scripts_config",
subkey = "system",
i18n_title = alert_entities.system.i18n_label,
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_syslog = {
key = "scripts_config",
subkey = "syslog",
i18n_title = "syslog.syslog",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
scripts_config_active_monitoring = {
key = "scripts_config",
subkey = "active_monitoring",
i18n_title = "active_monitoring",
section = "policies",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/checks.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/others/available_alerts.html"
},
device_exclusions = {
key = "device_exclusions",
@ -613,13 +613,13 @@ page_utils.menu_entries = {
key = "endpoint_notifications",
i18n_title = "endpoint_notifications.endpoint_list",
section = "notifications",
help_link = "https://www.ntop.org/guides/ntopng/scripts/alert_endpoints.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#available-endpoints"
},
endpoint_recipients = {
key = "endpoint_recipients",
i18n_title = "endpoint_notifications.enpoint_recipients_list",
section = "notifications",
help_link = "https://www.ntop.org/guides/ntopng/scripts/alert_endpoints.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#available-endpoints"
},
-- Tools
@ -671,7 +671,7 @@ page_utils.menu_entries = {
key = "analyze_pcap",
i18n_title = "about.analyze_pcap",
section = "dev",
help_link = "https://www.ntop.org/guides/ntopng/advanced_features/index.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/developer/analyze_pcap_file.html"
},
alert_definitions = {
key = "alert_definitions",
@ -693,7 +693,7 @@ page_utils.menu_entries = {
key = "manage_data",
i18n_title = "manage_data.manage_data",
section = "dev",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/settings.html#manage-data"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/developer/manage_data.html"
},
-- Help
@ -701,7 +701,7 @@ page_utils.menu_entries = {
key = "about",
i18n_title = "about.about",
section = "about",
help_link = "https://www.ntop.org/guides/ntopng/web_gui/help_menu.html?#about"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/help/about.html"
},
license = {
key = "license",
@ -764,7 +764,7 @@ page_utils.menu_entries = {
key = "users",
i18n_title = "users.users",
section = "hosts",
help_link = "https://www.ntop.org/guides/ntopng/advanced_features/authentication.html"
help_link = "https://www.ntop.org/guides/ntopng/user_interface/shared/settings/preferences.html#user-authentication"
},
system_setup = {
key = "system_setup",

View file

@ -602,7 +602,7 @@ function predicates.vulnerability_scan(toast, container)
if (not is_clickhouse_enable) then
local body = i18n("hosts_stats.page_scan_hosts.enable_clickhouse_toast_label", {
link = "https://www.ntop.org/guides/ntopng/vulnerability_scan/index.html#scan-reports"
link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/monitoring/vulnerability_scan.html#scan-reports"
})
table.insert(container, toast_ui:new(toast.id, i18n("info"),body,
ToastLevel.INFO, nil, toast.dismissable))
@ -750,7 +750,7 @@ function predicates.create_endpoint(toast, container)
local title = i18n("endpoint_notifications.hints.create_endpoint.title")
local body = i18n("endpoint_notifications.hints.create_endpoint.body", {
link = "https://www.ntop.org/guides/ntopng/scripts/alert_endpoints.html"
link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#available-endpoints"
})
local action = {
title = i18n("endpoint_notifications.hints.create_endpoint.action"),
@ -783,7 +783,7 @@ function predicates.create_recipients_for_endpoint(toast, container)
local title = i18n("endpoint_notifications.hints.create_recipients.title")
local body = i18n("endpoint_notifications.hints.create_recipients.body", {
link = "https://www.ntop.org/guides/ntopng/scripts/alert_endpoints.html"
link = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#available-endpoints"
})
local action = {
url = ntop.getHttpPrefix() .. "/lua/admin/endpoint_notifications_list.lua?subdir=recipient",

View file

@ -928,7 +928,7 @@ bool MySQLDB::connectToDB(MYSQL *conn, bool select_db) {
return (false);
} else {
int clickhouse_version = atoi(row[0]);
int min_clickhouse_version = 22; /* See https://www.ntop.org/guides/ntopng/clickhouse/installation.html */
int min_clickhouse_version = 22; /* See https://www.ntop.org/guides/ntopng/flow_dump/clickhouse/index.html */
if(clickhouse_version < min_clickhouse_version) {
ntop->getTrace()->traceEvent(TRACE_ERROR, "Your ClickHouse server v.%s is too old (< %u.X.X.X): please update",