From: Barış Metin Date: Wed, 13 May 2009 10:16:50 +0000 (+0000) Subject: use automate-defaul.sh as there is no automate.sh X-Git-Tag: Monitor-3.0-8~6 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=fb06af466f3dfbe38125f720f1083df482528be7 use automate-defaul.sh as there is no automate.sh --- diff --git a/monitor-server.cron b/monitor-server.cron index ddcb076..4d02a82 100644 --- a/monitor-server.cron +++ b/monitor-server.cron @@ -1,6 +1,6 @@ # 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