Fixes to associate pool ids with alerts

This commit is contained in:
Simone Mainardi 2020-07-21 14:59:12 +02:00
parent 42b7d8e7e9
commit ceba04f92c
4 changed files with 18 additions and 10 deletions

View file

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