mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added alert for log goodput flows
This commit is contained in:
parent
e7a6682aba
commit
2120bf2486
9 changed files with 130 additions and 15 deletions
10
scripts/plugins/alerts/network/low_goodput/manifest.lua
Normal file
10
scripts/plugins/alerts/network/low_goodput/manifest.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Low goodput",
|
||||
description = "Detects flows with low goodput",
|
||||
author = "ntop",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue