mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
parent
60f47ba56d
commit
a0bff35b11
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ local function request_reply_ratio(params)
|
|||
local ratio = (replies * 100) / (requests+1)
|
||||
local req_repl_type = alert_consts.alert_types.alert_request_reply_ratio.create(
|
||||
alert_consts.alert_severities.warning,
|
||||
params.granularity,
|
||||
alert_consts.alerts_granularities[params.granularity],
|
||||
key,
|
||||
requests,
|
||||
replies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue