X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-nrpe-config%2Fdebian%2Fcron.d;h=01d4be934fdc84629893aacb257c8a2aa59f88f0;hb=f4620b606aa3bd9985af3b01c0c6206ca38c0e4b;hp=389874f7f8feac5c2c284f38c9e2d07d082fe485;hpb=f6b717ee13c473194f6694efff294ccb7d80975d;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-nrpe-config/debian/cron.d b/dsa-nagios-nrpe-config/debian/cron.d index 389874f..01d4be9 100644 --- a/dsa-nagios-nrpe-config/debian/cron.d +++ b/dsa-nagios-nrpe-config/debian/cron.d @@ -1,7 +1,6 @@ @reboot root sleep 10m && [ -x /usr/share/dsa/weak-ssh-keys-check ] && /usr/share/dsa/weak-ssh-keys-check -s /var/cache/dsa/nagios/weak-ssh-keys @daily root [ -x /usr/share/dsa/weak-ssh-keys-check ] && /usr/share/dsa/weak-ssh-keys-check -s /var/cache/dsa/nagios/weak-ssh-keys -@reboot root sleep 15m && [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status -@daily root [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status +@hourly root [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status # vim:ft=crontab: