mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Rename active monitoring timeseries
This commit is contained in:
parent
35be58ede9
commit
0968c7b984
9 changed files with 12 additions and 13 deletions
|
|
@ -105,7 +105,7 @@ function am_utils.getRttSchemaForGranularity(granularity)
|
|||
str_granularity = granularity
|
||||
end
|
||||
|
||||
return("am_host:rtt_" .. (str_granularity or "min"))
|
||||
return("am_host:value_" .. (str_granularity or "min"))
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue