ntopng/scripts/plugins/alerts/internals/no_if_activity/locales/en.lua
Matteo Biscosi 383a6659dc
Fixes #4648 trigger an alert when no flows are collected (#4679)
* Added no_if_activity alert to user script keys

* Added no_if_activity description alert

* Fixes #4648 trigger an alert when no flows are collected

* Changed the time past one call of the alert and an other

* Fixes #4648 reorganized files and cache management

Co-authored-by: matteo <biscosi@ntop.org>
2020-11-05 17:58:38 +01:00

16 lines
419 B
Lua

--
-- (C) 2020 - ntop.org
--
return {
no_if_activity_description = "Trigger an alert when no activity from an interface is detected",
no_if_activity_title = "No activity on interface",
-- ####################### Status strings
status_no_activity_description = "No activity reported on network interface.",
-- ####################### Alert strings
alert_no_activity_title = "No activity on interface"
}