ntopng/scripts/plugins/alerts_drops/manifest.lua
emanuele-f a6dab125d5 Improve dropped alerts information
- Add informative label
- Add dropped alerts timeseries and chart
- Generate a system alert whenever alerts are dropped on a network interface
- Add a periodic activity warning when some alerts are dropped on that activity

Closes #3025
2020-02-26 16:05:19 +01:00

10 lines
201 B
Lua

--
-- (C) 2019-20 - ntop.org
--
return {
title = "Dropped Alerts",
description = "Triggers an alert on the system when any interface has dropped alerts",
author = "ntop",
dependencies = {},
}