mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Add measurement localized label
This commit is contained in:
parent
b4c07479dd
commit
01214d47db
5 changed files with 14 additions and 1 deletions
|
|
@ -89,6 +89,8 @@ return {
|
|||
{
|
||||
-- The unique key for the measurement
|
||||
key = "speedtest",
|
||||
-- The localization string for this measurement
|
||||
i18n_label = "active_monitoring_stats.speedtest",
|
||||
-- The function called periodically to send the host probes
|
||||
check = run_speedtest,
|
||||
-- The function responsible for collecting the results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue