mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
11 lines
171 B
Lua
11 lines
171 B
Lua
--
|
|
-- (C) 2019-21 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "TCP Connection Issues",
|
|
description = "Detects TCP Connection Issues",
|
|
author = "ntop",
|
|
dependencies = {
|
|
},
|
|
}
|