summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-04-15 10:42:20 +0200
committerSeth Mos <seth.mos@dds.nl>2011-04-15 10:42:20 +0200
commitb1c305e7475f520d2a4293f04b4b451c9a926211 (patch)
tree4401ad99f9860349869996e31c7c9d698f70ff03 /etc/inc/gwlb.inc
parentcfd404540e3e5dfa5d63001bc50c481c7d1b2112 (diff)
parentca90133bf6c497348a20eee0a706e2c4b5af9d13 (diff)
downloadpfsense-b1c305e7475f520d2a4293f04b4b451c9a926211.zip
pfsense-b1c305e7475f520d2a4293f04b4b451c9a926211.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index f7cd6ab..ce5a328 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -438,6 +438,7 @@ function return_gateway_groups_array() {
if ($gwdown == true) {
log_error($msg);
notify_via_growl($msg);
+ notify_via_smtp($msg);
} else
/* Online add member */
$tiers[$tier][] = $gwname;
@@ -450,6 +451,7 @@ function return_gateway_groups_array() {
$msg = "Gateways status could not be determined, considering all as up/active.";
log_error($msg);
notify_via_growl($msg);
+ notify_via_smtp($msg);
}
$tiers = $backupplan;
}
OpenPOWER on IntegriCloud