From 72b4a1e87ae1db3ba10330551acbfbe829e338b8 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 6 Feb 2013 09:10:08 -0500 Subject: This message can be really spammy on a failure if you have multiple gateway groups. Disable e-mail notification of this message for now. If the e-mail actually made it out, at least one of the gateways must still be up... --- etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/gwlb.inc') diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 663070e..0f5b169 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -781,7 +781,7 @@ function return_gateway_groups_array() { $msg = gettext("Gateways status could not be determined, considering all as up/active. (Group: {$group['name']})"); log_error($msg); notify_via_growl($msg); - notify_via_smtp($msg); + //notify_via_smtp($msg); } $tiers = $backupplan; } -- cgit v1.1