mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Fixed throughput active monitoring (#9696)
This commit is contained in:
parent
8b2cc18664
commit
a2d21ddeed
2 changed files with 3 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ local function loadAmScripts()
|
|||
|
||||
if (loaded_measurements[measurement.key]) then
|
||||
traceError(TRACE_WARNING, TRACE_CONSOLE, string.format("Measurement '%s' already defined in '%s'",
|
||||
measurement.key, loaded_measurements[measurement.key].key))
|
||||
measurement.key, loaded_measurements[measurement.key]))
|
||||
goto skip
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue