mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes to associate pool ids with alerts
This commit is contained in:
parent
42b7d8e7e9
commit
ceba04f92c
4 changed files with 18 additions and 10 deletions
|
|
@ -281,8 +281,10 @@ end
|
|||
-- ##############################################
|
||||
|
||||
-- @param member a valid pool member
|
||||
-- @return The pool_id found for `member` or the default pool_id
|
||||
function base_pools:get_pool_id(member)
|
||||
-- @return The pool_id found for the currently selected host.
|
||||
-- `member` here is IGNORED: argument is just kept to
|
||||
-- preserve method fingerprint.
|
||||
function host_pools:get_pool_id(member)
|
||||
-- OVERRIDE
|
||||
local res = host.getPoolId()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue