From: Peter Palfrader Date: Fri, 24 Feb 2012 17:12:15 +0000 (+0100) Subject: Run check on the 25th X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=f418b431bfc41a704a4a7ded736a5250f81833a4;p=mirror%2Fdsa-nagios.git Run check on the 25th --- diff --git a/dsa-nagios-checks/debian/cron.d b/dsa-nagios-checks/debian/cron.d index d05e0fd..77520aa 100644 --- a/dsa-nagios-checks/debian/cron.d +++ b/dsa-nagios-checks/debian/cron.d @@ -5,5 +5,5 @@ 13 */4 * * * root [ -x /usr/sbin/dsa-update-samhain-status ] && /usr/sbin/dsa-update-samhain-status SHELL=bash -4 4 1 * * root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM %% 86400 )) && /usr/sbin/dsa-update-unowned-file-status +4 4 25 * * root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM %% 86400 )) && /usr/sbin/dsa-update-unowned-file-status # vim:ft=crontab: