mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix missing interface selection
This commit is contained in:
parent
40ca547758
commit
15bf893cc3
2 changed files with 2 additions and 0 deletions
|
|
@ -2931,6 +2931,7 @@ function check_process_alerts()
|
|||
if(decoded == nil) then
|
||||
if(verbose) then io.write("JSON Decoding error: "..message.."\n") end
|
||||
else
|
||||
interface.select(getSystemInterfaceId())
|
||||
interface.storeAlert(decoded.entity_type,
|
||||
decoded.entity_value,
|
||||
decoded.type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue