mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
10 lines
169 B
Lua
10 lines
169 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Host Log Collector",
|
|
description = "Collects syslog events from hosts",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|