s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading.

This commit is contained in:
Chris Buechler 2014-10-10 19:09:57 -05:00
parent 1f237bb460
commit b22f436afb
7 changed files with 15 additions and 15 deletions

View File

@ -822,15 +822,15 @@ function return_gateway_groups_array() {
$status = $gateways_status[$gwname];
$gwdown = false;
if (stristr($status['status'], "down")) {
$msg = sprintf(gettext("MONITOR: %s is down, removing from routing group {$group['name']}"), $gwname);
$msg = sprintf(gettext("MONITOR: %s is down, omitting from routing group {$group['name']}"), $gwname);
$gwdown = true;
} else if (stristr($status['status'], "loss") && strstr($group['trigger'], "loss")) {
/* packet loss */
$msg = sprintf(gettext("MONITOR: %s has packet loss, removing from routing group {$group['name']}"), $gwname);
$msg = sprintf(gettext("MONITOR: %s has packet loss, omitting from routing group {$group['name']}"), $gwname);
$gwdown = true;
} else if (stristr($status['status'], "delay") && strstr($group['trigger'] , "latency")) {
/* high latency */
$msg = sprintf(gettext("MONITOR: %s has high latency, removing from routing group {$group['name']}"), $gwname);
$msg = sprintf(gettext("MONITOR: %s has high latency, omitting from routing group {$group['name']}"), $gwname);
$gwdown = true;
}
if ($gwdown == true) {

View File

@ -4053,17 +4053,17 @@ msgstr ""
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
#, php-format
msgid "MONITOR: %s is down, removing from routing group"
msgid "MONITOR: %s is down, omitting from routing group"
msgstr ""
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
#, php-format
msgid "MONITOR: %s has packet loss, removing from routing group"
msgid "MONITOR: %s has packet loss, omitting from routing group"
msgstr ""
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
#, php-format
msgid "MONITOR: %s has high latency, removing from routing group"
msgid "MONITOR: %s has high latency, omitting from routing group"
msgstr ""
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775

View File

@ -4063,17 +4063,17 @@ msgstr "「モニターは%1$sのスタティックルートの取り外しと%2
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
#, php-format
msgid "MONITOR: %s is down, removing from routing group"
msgid "MONITOR: %s is down, omitting from routing group"
msgstr "モニタ: %s 、グループをルーティングから取り出し、ダウンしている"
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
#, php-format
msgid "MONITOR: %s has packet loss, removing from routing group"
msgid "MONITOR: %s has packet loss, omitting from routing group"
msgstr "MONITOR %sは、ルーティンググループから除去し、パケット損失を有する"
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
#, php-format
msgid "MONITOR: %s has high latency, removing from routing group"
msgid "MONITOR: %s has high latency, omitting from routing group"
msgstr "モニタ: %s 、グループをルーティングから取り出し、大きな遅延がある"
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775

View File

@ -3681,17 +3681,17 @@ msgstr "Removendo regras est
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
#, php-format
msgid "MONITOR: %s is down, removing from routing group"
msgid "MONITOR: %s is down, omitting from routing group"
msgstr "MONITOR: %s não responde, removendo do grupo de roteamento"
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
#, php-format
msgid "MONITOR: %s has packet loss, removing from routing group"
msgid "MONITOR: %s has packet loss, omitting from routing group"
msgstr "MONITOR: %s tem perda de pacote, removendo de grupo de roteamento"
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
#, php-format
msgid "MONITOR: %s has high latency, removing from routing group"
msgid "MONITOR: %s has high latency, omitting from routing group"
msgstr "MONITOR: %s tem alta latência, removendo de grupo de roteamento"
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775

View File

@ -3671,17 +3671,17 @@ msgstr ""
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
#, php-format
msgid "MONITOR: %s is down, removing from routing group"
msgid "MONITOR: %s is down, omitting from routing group"
msgstr "İZLEME: %s kapalı, yönlendirme grubundan kaldırılıyor."
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
#, php-format
msgid "MONITOR: %s has packet loss, removing from routing group"
msgid "MONITOR: %s has packet loss, omitting from routing group"
msgstr "İZLEME: %s paket kaybı var, yönlendirme grubundan kaldırılıyor."
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
#, php-format
msgid "MONITOR: %s has high latency, removing from routing group"
msgid "MONITOR: %s has high latency, omitting from routing group"
msgstr "İZLEME: %s gecikme oranı yüksek, yönlendirme grubundan kaldırılıyor."
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775