--- loncom/loncron 2005/02/09 20:41:29 1.56 +++ loncom/loncron 2005/04/13 18:56:07 1.58 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.56 2005/02/09 20:41:29 albertel Exp $ +# $Id: loncron,v 1.58 2005/04/13 18:56:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -114,7 +114,7 @@ sub checkon_daemon { my ($fh,$daemon,$maxsize,$sendusr1,$args)=@_; &log($fh,'
');
- printf("%-10s ",$daemon);
+ printf("%-15s ",$daemon);
if (-e "$perlvar{'lonDaemons'}/logs/$daemon.log"){
open (DFH,"tail -n25 $perlvar{'lonDaemons'}/logs/$daemon.log|");
while (my $line=
Killall '.$daemon.': '.
- `killall $daemon 2>&1`.' - ');
+ `killall $kadaemon 2>&1`.' - ');
sleep 2;
&log($fh,unlink($pidfile).' - '.
- `killall -9 $daemon 2>&1`.
+ `killall -9 $kadaemon 2>&1`.
'
');
&log($fh,"$daemon not running, trying to start
");
@@ -559,7 +561,7 @@ sub send_mail {
}
my $subj="LON: $perlvar{'lonHostID'} E:$errors W:$warnings N:$notices";
- my $result=system("metasend -b -t $emailto -s '$subj' -f $statusdir/index.html -m text/html >& /dev/null");
+ my $result=system("metasend -b -S 4000000 -t $emailto -s '$subj' -f $statusdir/index.html -m text/html >& /dev/null");
if ($result != 0) {
$result=system("mail -s '$subj' $emailto < $statusdir/index.html");
}
@@ -678,6 +680,7 @@ sub main () {
if ($oldlonc) { $args = ''; }
&checkon_daemon($fh,'lonc',40000,1,$args);
&checkon_daemon($fh,'lonhttpd',40000);
+ &checkon_daemon($fh,'lonmemcached',40000);
}
if (!$justcheckdaemons) {
&test_connections($fh,\%hostname);