From a803a6d63507a55ee079ab74e9dd98f2c0277370 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 1 Feb 2018 18:30:11 +0100 Subject: [PATCH] move debian/cron.d crontab into puppet --- dsa-nagios-checks/debian/changelog | 1 + dsa-nagios-checks/debian/cron.d | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 dsa-nagios-checks/debian/cron.d diff --git a/dsa-nagios-checks/debian/changelog b/dsa-nagios-checks/debian/changelog index bd22f5f..8bbadc0 100644 --- a/dsa-nagios-checks/debian/changelog +++ b/dsa-nagios-checks/debian/changelog @@ -9,6 +9,7 @@ dsa-nagios-checks (111) UNRELEASED; urgency=medium without -v. * dsa-check-backuppg: Support per host and per cluster retention times. + * remove debian/cron.d: moved into puppet [ Julien Cristau ] * Set LWP::UserAgent timeout in dsa-check-mirrorsync diff --git a/dsa-nagios-checks/debian/cron.d b/dsa-nagios-checks/debian/cron.d deleted file mode 100644 index 8892779..0000000 --- a/dsa-nagios-checks/debian/cron.d +++ /dev/null @@ -1,8 +0,0 @@ -@hourly root [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status 2>&1 | logger -t dsa-update-apt-status -@hourly root if [ -x /sbin/iptables-save ]; then umask 0177 && /sbin/iptables-save | sed -e 's/\[.*//' -e 's/^#.*//' | sha256sum > /var/run/iptables-online.checksum; fi -@hourly root if [ -x /sbin/ip6tables-save ]; then umask 0177 && /sbin/ip6tables-save | sed -e 's/\[.*//' -e 's/^#.*//' | sha256sum > /var/run/ip6tables-online.checksum; fi -13 */4 * * * root [ -x /usr/sbin/dsa-update-samhain-status ] && /usr/sbin/dsa-update-samhain-status - -SHELL=/bin/bash -40 12 25 * * root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM \% 86400 )) && /usr/sbin/dsa-update-unowned-file-status -# vim:ft=crontab: -- 2.20.1