From 105b9ce23695d8730df089c1235524045719efee Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 11 Oct 2006 16:14:10 +0000 Subject: [PATCH] * 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. --- pl_mom.cron | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.43.0