From: Faiyaz Ahmed Date: Wed, 11 Oct 2006 16:22:39 +0000 (+0000) Subject: * change nm_mom.py to run once at noon every day. Sometimes NM is being restarted... X-Git-Tag: planetlab-3_3-rc2~9 X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=8b54c8384ee9ed92393b26aeb533624cc2870a35 * 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 4ef46c9..6ae11a5 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.2 2006/08/17 20:06:26 faiyaza Exp $ +# $Id: pl_mom.cron,v 1.3 2006/10/11 16:14:10 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