mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
8 lines
147 B
Lua
8 lines
147 B
Lua
--
|
|
-- (C) 2020 - ntop.org
|
|
--
|
|
|
|
return {
|
|
description = "Trigger alerts when flow goodput is too low (<= 60%)", --
|
|
title = "Low Goodput",
|
|
}
|