use automate-defaul.sh as there is no automate.sh
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 13 May 2009 10:16:50 +0000 (10:16 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 13 May 2009 10:16:50 +0000 (10:16 +0000)
monitor-server.cron

index ddcb076..4d02a82 100644 (file)
@@ -1,6 +1,6 @@
 # Runs every three hours to poll all nodes and PCUs, as well as take some
 # automated actions for debug nodes.
 
 # Runs every three hours to poll all nodes and PCUs, as well as take some
 # automated actions for debug nodes.
 
-01 * * * * root /usr/share/monitor/automate.sh 2>&1 > /usr/share/monitor/monitor.log
+01 * * * * root /usr/share/monitor/automate-default.sh 2>&1 > /usr/share/monitor/monitor.log
 30 * * * * root /etc/plc.d/monitor sync 2>&1 >> /var/log/monitorsync.log
 
 30 * * * * root /etc/plc.d/monitor sync 2>&1 >> /var/log/monitorsync.log