clearer names for actions, and infer actions better
[monitor.git] / 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";
-echo "$m $h * * 0,3,5 root /usr/bin/collect_snoopylog.sh\n";
+echo "$m $h * * * root /usr/bin/collect_log.sh\n";
 ?>