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/device_application_not_allowed/manifest.lua
Normal file
11
scripts/plugins/device_application_not_allowed/manifest.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Device Application Not Allowed",
|
||||
description = "Detects applications not allowed for a specific device type and triggers alerts",
|
||||
author = "ntop",
|
||||
version = 1,
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue