From 4c613f84820a88c9b047e554b200accab5201f24 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 6 Apr 2011 14:59:30 +0000 Subject: Correct error message for gateways to report down when the gateway is down and not high latency. --- etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 50bd5c3..2a611f8 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -419,7 +419,7 @@ function return_gateway_groups_array() { $status = $gateways_status[$gwname]; $gwdown = false; if (stristr($status['status'], "down")) { - $msg = "MONITOR: {$gwname} has high latency, removing from routing group"; + $msg = "MONITOR: {$gwname} is down, removing from routing group"; $gwdown = true; } else if (stristr($status['status'], "loss") && strstr($group['trigger'], "loss")) { /* packet loss */ -- cgit v1.1