mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes for Zero TCP window detection user script
This commit is contained in:
parent
83816cefae
commit
a091efcb09
5 changed files with 48 additions and 29 deletions
|
|
@ -8,11 +8,12 @@ return {
|
|||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_zero_tcp_window_description = "Reported TCP window zero value for ",
|
||||
status_zero_tcp_window_description_c2s = "Reported client TCP window zero value for ",
|
||||
status_zero_tcp_window_description_sec = "Reported server TCP window zero value for ",
|
||||
status_zero_tcp_window_description = "Reported TCP Zero Window",
|
||||
status_zero_tcp_window_description_c2s = "Reported client TCP zero window",
|
||||
status_zero_tcp_window_description_sec = "Reported server TCP zero window ",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
status_zero_tcp_window_title = "Reported TCP window zero value"
|
||||
alert_zero_tcp_window_title = "TCP Zero Window",
|
||||
alert_zero_tcp_window_description = "Reported TCP Zero Window",
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,14 +3,17 @@
|
|||
--
|
||||
|
||||
return {
|
||||
zero_tcp_window_description = "Attiva un allarme quando la finestra di un flusso TCP è zero",
|
||||
zero_tcp_window_title = "Zero TCP Window",
|
||||
zero_tcp_window_description = "Emette un allarme quando la TCP window di un flusso ha dimensione zero",
|
||||
zero_tcp_window_title = "TCP Window Zero",
|
||||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_zero_tcp_window_description = "Individuato valore della finestra TCP a zero per il flusso: ",
|
||||
status_zero_tcp_window_description = "La TCP window è zero",
|
||||
status_zero_tcp_window_description_c2s = "La TCP window del client è zero",
|
||||
status_zero_tcp_window_description_sec = "La TCP window del server è zero",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_zero_tcp_window_title = "Individuato valore della finestra TCP a zero"
|
||||
}
|
||||
alert_zero_tcp_window_title = "TCP Window Zero",
|
||||
alert_zero_tcp_window_description = "La TCP Window è Zero",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue