Fixed throughput active monitoring (#9696)

This commit is contained in:
Manuel Ceroni 2025-09-24 11:52:05 +02:00 committed by GitHub
parent 8b2cc18664
commit a2d21ddeed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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