--- loncom/loncron 2006/10/25 21:33:54 1.68 +++ loncom/loncron 2007/02/02 12:59:13 1.70 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.68 2006/10/25 21:33:54 www Exp $ +# $Id: loncron,v 1.70 2007/02/02 12:59:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -550,7 +550,7 @@ sub check_delayed_msg { # this will trigger a reverse connection, which should flush the buffers foreach my $tryserver (keys %servers) { my $answer=&reply("pong",$tryserver,$hostname); - &log($fh,"Pong to $tryserver: $answer"); + &log($fh,"Pong to $tryserver: $answer
"); } } @@ -719,6 +719,7 @@ sub main () { &checkon_daemon($fh,'lonc',40000,'USR1',$args); &checkon_daemon($fh,'lonhttpd',40000); &checkon_daemon($fh,'lonmemcached',40000); + &checkon_daemon($fh,'lonmaxima',40000); } if ($justreload) { &checkon_daemon($fh,'lond',40000,'USR2');