summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-05-31 23:23:02 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-05-31 23:23:02 +0200
commita164029fe7eeb5edbec61d0c21a52f337844602b (patch)
treecc7ea050850acd9c66b200ac0397071ef0b603c1 /etc/inc/system.inc
parentcb45014a27f9619f6824bc0f0b94cd059996f492 (diff)
downloadpfsense-a164029fe7eeb5edbec61d0c21a52f337844602b.zip
pfsense-a164029fe7eeb5edbec61d0c21a52f337844602b.tar.gz
Make sure that the apinger messages end up in the load balancer tab
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 73f2000..158720f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -411,6 +411,9 @@ function system_syslogd_start() {
$syslogconf .= "!racoon\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ipsec.log\n";
+ $syslogconf .= "!apinger\n";
+ if (!isset($syslogcfg['disablelocallogging']))
+ $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/slbd.log\n";
if (isset($syslogcfg['vpn']))
$syslogconf .= "*.* @{$syslogcfg['remoteserver']}\n";
$syslogconf .= "!openvpn\n";
OpenPOWER on IntegriCloud