mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Moves unused slow_stats_update alert to attic
This commit is contained in:
parent
649baa3a84
commit
55d5912729
4 changed files with 0 additions and 11 deletions
|
|
@ -773,17 +773,6 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.slowStatsUpdateType()
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_slow_stats_update,
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_granularity = alert_consts.alerts_granularities.min,
|
||||
alert_type_params = {},
|
||||
})
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.requestReplyRatioType(key, requests, replies, granularity)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_request_reply_ratio,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue