mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
10 lines
282 B
Lua
10 lines
282 B
Lua
--
|
|
-- (C) 2019-21 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Intrusion Detection and Prevention Log",
|
|
description = "Logs intrusion detection and prevention events, such as when an host has been added to (or removed from) the jailed hosts pool",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|