mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
* Added no_if_activity alert to user script keys * Added no_if_activity description alert * Fixes #4648 trigger an alert when no flows are collected * Changed the time past one call of the alert and an other * Fixes #4648 reorganized files and cache management * Added status flow check regarding issue #3417 * Removed debug code Co-authored-by: matteo <biscosi@ntop.org> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
10 lines
212 B
Lua
10 lines
212 B
Lua
--
|
|
-- (C) 2020 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Zero TCP Window check",
|
|
description = "Detects if there a flow TCP window value is zero, if it is triggers an alert",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|