mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes unknown process notification alert (#6147)
This commit is contained in:
parent
db707bf9cc
commit
185d5e3f38
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function alert_process_notification.format(ifid, alert, alert_type_params)
|
|||
elseif alert_type_params.event_type == "stop" then
|
||||
return string.format("%s %s", i18n("alert_messages.ntopng_stop"), alert_type_params.msg_details)
|
||||
elseif alert_type_params.event_type == "update" then
|
||||
return string.format("%s %s", i18n("alert_messages.update"), alert_type_params.msg_details)
|
||||
return string.format("%s %s", i18n("alert_messages.ntopng_update"), alert_type_params.msg_details)
|
||||
elseif alert_type_params.event_type == "anomalous_termination" then
|
||||
return string.format("%s %s", i18n("alert_messages.ntopng_anomalous_termination", {url="https://www.ntop.org/support/need-help-2/need-help/"}), alert_type_params.msg_details)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue