mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10: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 Co-authored-by: matteo <biscosi@ntop.org>
10 lines
226 B
Lua
10 lines
226 B
Lua
--
|
|
-- (C) 2020 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Interface activity check",
|
|
description = "Detects if there is activity on a network interface, if not calls and triggers an alert",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|