From c4bb0d893caf4963cd439d2b10d8d17b21498990 Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Thu, 5 May 2022 14:27:50 -0400 Subject: [PATCH] Update cron job information to include date and time statements in crontab --- failover/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/failover/README.md b/failover/README.md index 0387ea1..732f654 100644 --- a/failover/README.md +++ b/failover/README.md @@ -28,4 +28,4 @@ The synchronization script should run on the primary at regular intervals to kee To include a timestamp, this would work: -* */30 * * * * (date; /home/nagios/bin/SYNC) >> /home/nagios/sync.log +* */30 * * * * (date; time /home/nagios/bin/SYNC; echo "") >> /home/nagios/sync.log