mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Reviewed no data exchanged alert description
This commit is contained in:
parent
1cd7c288e2
commit
99b9b43cb5
1 changed files with 4 additions and 10 deletions
|
|
@ -3,17 +3,11 @@
|
|||
--
|
||||
|
||||
return {
|
||||
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 = "La TCP window è zero",
|
||||
status_zero_tcp_window_description_c2s = "La TCP window del client è zero",
|
||||
status_zero_tcp_window_description_s2c = "La TCP window del server è zero",
|
||||
tcp_no_data_exchanged_description = "Lancia un Alert quando un flusso TCP termina e nessun dato è stato scambiato",
|
||||
tcp_no_data_exchanged_title = "Nessun Dato Scambiato",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_zero_tcp_window_title = "TCP Window Zero",
|
||||
alert_zero_tcp_window_description = "La TCP Window è Zero",
|
||||
alert_tcp_no_data_exchanged_title = "Nessun Dato Scambiato",
|
||||
alert_tcp_no_data_exchanged_description = "Flusso TCP terminato con nessun dato scambiato",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue