mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Refactors alert_severities into an independend Lua module
This commit is contained in:
parent
e683509dec
commit
b3dc39c641
109 changed files with 317 additions and 264 deletions
|
|
@ -10,7 +10,7 @@ local pools_lua_utils = require "pools_lua_utils"
|
|||
-- #######################################################
|
||||
|
||||
-- @brief Prepare an alert table used to generate the alert
|
||||
-- @param alert_severity A severity as defined in `alert_consts.alert_severities`
|
||||
-- @param alert_severity A severity as defined in `alert_severities`
|
||||
-- @param scope A string indicating the scope, one of 'function' or 'login'
|
||||
-- @param name The name of the function when the scope is 'function' or nil
|
||||
-- @param params Function parameters when the scope is 'function' or nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue