mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
* 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>
16 lines
No EOL
490 B
Lua
16 lines
No EOL
490 B
Lua
--
|
|
-- (C) 2020 - ntop.org
|
|
--
|
|
|
|
return {
|
|
no_if_activity_description = "Attiva un'allerta quando è riscontrata nessuna attività da parte di un'interfaccia di rete",
|
|
no_if_activity_title = "Nessuna attività da un'interfaccia",
|
|
|
|
-- ####################### Status strings
|
|
|
|
status_no_activity_description = "Nessuna attività riportata dall'interfaccia di rete.",
|
|
|
|
-- ####################### Alert strings
|
|
|
|
alert_no_activity_title = "Nessuna attività dall'interfaccia"
|
|
} |