mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes pools_alert_utils.lua:112: bad argument #1 to 'for iterator'
This commit is contained in:
parent
33bd6bb1c9
commit
0bbcc12edb
2 changed files with 3 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ function host_pools:get_pool(pool_id, recipient_details)
|
|||
|
||||
if recipient and recipient.recipient_name then
|
||||
res["recipient_name"] = recipient.recipient_name
|
||||
res["recipient_user_script_categories"] = recipient.user_script_categories
|
||||
res["recipient_minimum_severity"] = recipient.minimum_severity
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue