mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
10 lines
203 B
Lua
10 lines
203 B
Lua
--
|
|
-- (C) 2019-21 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "LLDP Topology Monitor",
|
|
description = "Detects changes in the SNMP network topology and triggers alerts",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|