mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds a traceback print on unknown alert source
This commit is contained in:
parent
b9b9378533
commit
5d9e90e17b
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ function getAlertSource(entity, entity_value, alt_name)
|
|||
}
|
||||
elseif entity_value ~= "*" --[[ used in redis key stuff ]] then
|
||||
io.write("WARNING: Unknown alert source for entity "..tostring(entity_value).."\n")
|
||||
io.write(debug.traceback().."\n")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue