diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-12-28 23:39:07 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-12-28 23:39:07 (GMT) |
commit | 049ef89f61d90b253c7dfdddde830054c385b78a (patch) | |
tree | 8064ce562dc008d55ea96ac8888ab0e4c53f411f /etc/crontab | |
parent | 9f4dadf606fd54c59fe7f02f714227655527ade6 (diff) | |
download | site-049ef89f61d90b253c7dfdddde830054c385b78a.tar.gz |
Let Cron check our FTP mirrors
Add a daily job that updates a timestamp file in our download area and
checks whether the FTP mirrors fetched the one from yesterday.
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab index 86bba49..0339f69 100644 --- a/etc/crontab +++ b/etc/crontab | |||
@@ -5,3 +5,4 @@ | |||
5 | MAILTO=admin@monitoring-plugins.org | 5 | MAILTO=admin@monitoring-plugins.org |
6 | # | 6 | # |
7 | */10 * * * * $HOME/bin/git-mirror $HOME/repositories/nagios-*.git | 7 | */10 * * * * $HOME/bin/git-mirror $HOME/repositories/nagios-*.git |
8 | 44 4 * * * $HOME/bin/check-mirrors | ||