mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Cleanup remaining references to RTT
This commit is contained in:
parent
241a0bc2e8
commit
0be2da4f57
26 changed files with 253 additions and 254 deletions
|
|
@ -82,9 +82,9 @@ return {
|
|||
-- 3. The collect_results function is called. This should retrieve the results
|
||||
-- for the hosts checked in the check() function and return the results.
|
||||
--
|
||||
-- The alerts for non-responding hosts and the RTT timeseries are automatically
|
||||
-- The alerts for non-responding hosts and the Active Monitoring timeseries are automatically
|
||||
-- generated by active_monitoring.lua . The timeseries are saved in the following schemas:
|
||||
-- "am_host:value_min", "am_host:value_5mins", "am_host:value_hour".
|
||||
-- "am_host:val_min", "am_host:val_5mins", "am_host:val_hour".
|
||||
measurements = {
|
||||
{
|
||||
-- The unique key for the measurement
|
||||
|
|
@ -99,13 +99,13 @@ return {
|
|||
granularities = { "5mins", "hour", "daily"},
|
||||
-- The localization string for the measurement unit (e.g. "ms", "Mbits")
|
||||
i18n_unit = "field_units.mbits",
|
||||
-- The localization string for the RTT timeseries menu entry
|
||||
-- The localization string for the Active Monitoring timeseries menu entry
|
||||
i18n_am_ts_label = "active_monitoring_stats.download_speed",
|
||||
-- The localization string for the RTT metric in the chart
|
||||
-- The localization string for the Active Monitoring metric in the chart
|
||||
i18n_am_ts_metric = "active_monitoring_stats.download_speed",
|
||||
-- The operator to use when comparing the measurement with the threshold, "gt" for ">" or "lt" for "<".
|
||||
operator = "lt",
|
||||
-- A list of additional timeseries (the am_host:value_* is always shown) to show in the charts.
|
||||
-- A list of additional timeseries (the am_host:val_* is always shown) to show in the charts.
|
||||
-- See https://www.ntop.org/guides/ntopng/api/timeseries/adding_new_timeseries.html#charting-new-metrics .
|
||||
additional_timeseries = {},
|
||||
-- Js function to call to format the measurement value. See ntopng_utils.js .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue