From: Faiyaz Ahmed Date: Wed, 11 Oct 2006 16:14:10 +0000 (+0000) Subject: * change nm_mom.py to run once at noon every day. Sometimes NM is being restarted... X-Git-Tag: planetlab-4_0-rc1~22 X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=105b9ce23695d8730df089c1235524045719efee;hp=08464b09cea81b330971685b2d283f95a671fa73 * change nm_mom.py to run once at noon every day. Sometimes NM is being restarted while querying pl_conf and pl_conf dies. Running that once a day instead of every 15 should fix that. --- diff --git a/pl_mom.cron b/pl_mom.cron index 4a3eac3..aea7d20 100644 --- a/pl_mom.cron +++ b/pl_mom.cron @@ -4,9 +4,9 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: pl_mom.cron,v 1.1 2006/04/28 19:12:09 mlhuang Exp $ +# $Id: pl_mom.cron,v 1.2 2006/08/17 20:06:26 faiyaza Exp $ # -@M@ @H@ * * * root /usr/local/planetlab/bin/pl_mop.sh -*/15 * * * * root /usr/share/pl_mom/bwmon.py -*/15 * * * * root /usr/share/pl_mom/nm_mom.py +@M@ @H@ * * * root /usr/local/planetlab/bin/pl_mop.sh +*/15 * * * * root /usr/share/pl_mom/bwmon.py +* 12 * * * root /usr/share/pl_mom/nm_mom.py