Project

General

Profile

« Previous | Next » 

Revision a164029f

Added by Seth Mos about 16 years ago

Make sure that the apinger messages end up in the load balancer tab

View differences:

etc/inc/system.inc
411 411
		$syslogconf .= "!racoon\n";
412 412
		if (!isset($syslogcfg['disablelocallogging'])) 
413 413
			$syslogconf .= "*.*					 {$log_directive}{$g['varlog_path']}/ipsec.log\n";
414
		$syslogconf .= "!apinger\n";
415
		if (!isset($syslogcfg['disablelocallogging'])) 
416
			$syslogconf .= "*.*					 {$log_directive}{$g['varlog_path']}/slbd.log\n";
414 417
		if (isset($syslogcfg['vpn'])) 
415 418
			$syslogconf .= "*.*					 @{$syslogcfg['remoteserver']}\n";
416 419
		$syslogconf .= "!openvpn\n";

Also available in: Unified diff