mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Moves plugin description to manifest.lua
This commit is contained in:
parent
5b11db117b
commit
26c7906744
35 changed files with 9 additions and 9 deletions
11
scripts/plugins/request_reply_ratio/manifest.lua
Normal file
11
scripts/plugins/request_reply_ratio/manifest.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Requests vs Replies Ratio",
|
||||
description = "Trigger alerts when on the requests/reply ratio",
|
||||
author = "ntop",
|
||||
version = 1,
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue