mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fix alert config on local hosts
This commit is contained in:
parent
608676fd0d
commit
c5e597ea75
9 changed files with 13 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ local check_module = {
|
|||
key = "flows",
|
||||
alert_type = alert_consts.alert_types.threshold_cross,
|
||||
check_function = alerts_api.threshold_check_function,
|
||||
local_only = true,
|
||||
|
||||
gui = {
|
||||
i18n_title = "flows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue