mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Reworks TCP issues flow user script
This commit is contained in:
parent
965198e928
commit
389f9c2beb
15 changed files with 273 additions and 127 deletions
|
|
@ -3,14 +3,15 @@
|
|||
--
|
||||
|
||||
local status_keys = require "flow_keys"
|
||||
|
||||
local alert_consts = require("alert_consts")
|
||||
local format_utils = require "format_utils"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
return {
|
||||
status_key = status_keys.ntopng.status_tcp_connection_issues,
|
||||
alert_severity = alert_consts.alert_severities.info,
|
||||
alert_severity = alert_consts.alert_severities.notice,
|
||||
alert_type = alert_consts.alert_types.alert_connection_issues,
|
||||
i18n_title = "flow_details.tcp_connection_issues",
|
||||
i18n_description = format_utils.formatConnectionIssues
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,14 +3,15 @@
|
|||
--
|
||||
|
||||
local status_keys = require "flow_keys"
|
||||
|
||||
local alert_consts = require("alert_consts")
|
||||
local format_utils = require "format_utils"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
return {
|
||||
status_key = status_keys.ntopng.status_tcp_severe_connection_issues,
|
||||
alert_severity = alert_consts.alert_severities.info,
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_type = alert_consts.alert_types.alert_connection_issues,
|
||||
i18n_title = "flow_details.tcp_severe_connection_issues"
|
||||
i18n_title = "flow_details.tcp_severe_connection_issues",
|
||||
i18n_description = format_utils.formatConnectionIssues
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue