run daily, with collection log script
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 28 Sep 2010 23:48:25 +0000 (23:48 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 28 Sep 2010 23:48:25 +0000 (23:48 +0000)
histlog/upload.cron.php

index 989b795..017cd7e 100644 (file)
@@ -7,5 +7,5 @@ if (isset($_REQUEST['node_id'])) {
 $m = rand(0,59);
 $h = rand(0,23);
 echo "# random time on first day of week upload bash logs to monitor\n";
 $m = rand(0,59);
 $h = rand(0,23);
 echo "# random time on first day of week upload bash logs to monitor\n";
-echo "$m $h * * 0,3,5 root /usr/bin/collect_snoopylog.sh\n";
+echo "$m $h * * * root /usr/bin/collect_log.sh\n";
 ?>
 ?>