From cc60d8266363e921d88e485500603ae37f49da5f Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 12 Nov 2014 10:03:22 +0000 Subject: Update graph crontab lines to use wrapper. After the changes in b3c664b, these two lines need to be called with the cron-wrapper. --- conf/crontab-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/crontab-example b/conf/crontab-example index a7f540eaf..a29a0de53 100644 --- a/conf/crontab-example +++ b/conf/crontab-example @@ -29,6 +29,6 @@ PATH=/usr/local/bin:/usr/bin:/bin 13 * * * * "$FMS/bin/cron-wrapper" update-all-reports # Once a day on all servers -39 2 * * * "$FMS/bin/problems-filed-graph" -43 2 * * * "$FMS/bin/problem-creation-graph" +39 2 * * * "$FMS/bin/cron-wrapper" problems-filed-graph +43 2 * * * "$FMS/bin/cron-wrapper" problem-creation-graph 00 8 * * * "$FMS/bin/check-for-zombies" $UNIX_USER -- cgit v1.2.3