Revision 10c3d4c0
Added by Scott Ullrich over 14 years ago
etc/inc/gwlb.inc | ||
---|---|---|
433 | 433 |
if ($gwdown == true) { |
434 | 434 |
log_error($msg); |
435 | 435 |
notify_via_growl($msg); |
436 |
notify_via_smtp($msg); |
|
436 | 437 |
} else |
437 | 438 |
/* Online add member */ |
438 | 439 |
$tiers[$tier][] = $gwname; |
... | ... | |
445 | 446 |
$msg = "Gateways status could not be determined, considering all as up/active."; |
446 | 447 |
log_error($msg); |
447 | 448 |
notify_via_growl($msg); |
449 |
notify_via_smtp($msg); |
|
448 | 450 |
} |
449 | 451 |
$tiers = $backupplan; |
450 | 452 |
} |
Also available in: Unified diff
Notify via smtp as well as growl