mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
10 lines
185 B
Lua
10 lines
185 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Timeseries",
|
|
description = "Contains scripts executed periodically to dump timeseries",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|