mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Implements example of simplified flow alerts
This commit is contained in:
parent
683a4a727b
commit
93920ccdce
9 changed files with 132 additions and 7 deletions
10
scripts/plugins/alerts/security/new_api_demo/manifest.lua
Normal file
10
scripts/plugins/alerts/security/new_api_demo/manifest.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Demo to trigger flow alerts with the new API",
|
||||
description = "Demo plugin to trigger flow alerts with the new API",
|
||||
author = "ntop",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue