Move stuff around
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / cron.d
diff --git a/dsa-nagios-checks/debian/cron.d b/dsa-nagios-checks/debian/cron.d
new file mode 100644 (file)
index 0000000..031d3d5
--- /dev/null
@@ -0,0 +1,7 @@
+@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
+
+@hourly  root [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status
+13 */4 * * * root [ -x /usr/sbin/dsa-update-samhain-status ] && /usr/sbin/dsa-update-samhain-status
+
+# vim:ft=crontab: