diff options
Diffstat (limited to 'examples/tg15/etc/crontab/einstein.cron')
-rw-r--r-- | examples/tg15/etc/crontab/einstein.cron | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/examples/tg15/etc/crontab/einstein.cron b/examples/tg15/etc/crontab/einstein.cron new file mode 100644 index 0000000..616867f --- /dev/null +++ b/examples/tg15/etc/crontab/einstein.cron @@ -0,0 +1,39 @@ +# Edit this file to introduce tasks to be run by cron. +# +# Each task to run has to be defined through a single line +# indicating with different fields when the task will be run +# and what command to run for the task +# +# To define the time you can provide concrete values for +# minute (m), hour (h), day of month (dom), month (mon), +# and day of week (dow) or use '*' in these fields (for 'any').# +# Notice that tasks will be started based on the cron's system +# daemon's notion of time and timezones. +# +# Output of the crontab jobs (including errors) is sent through +# email to the user the crontab file belongs to (unless redirected). +# +# For example, you can run a backup of all your user accounts +# at 5 a.m every week with: +# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ +# +# For more information see the manual pages of crontab(5) and cron(8) +# +# m h dom mon dow command + +# hver dag kl 18:00 +0 18 * * * /bin/bash /root/tgmanage/clients/fetch-cubemap-munin.sh + +# søndag kl 06:00 +0 6 05 04 * /bin/bash /root/tgmanage/clients/fetch-cubemap-munin.sh + +*/1 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/nettkart-trafikk.png http://tg:REMOVED@nms.tg15.gathering.org/nettkart.pl +*/1 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/nettkart-dhcp.png http://tg:REMOVED@nms.tg15.gathering.org/dhcpkart.pl +*/1 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/tempkart.png http://tg:REMOVED@nms.tg15.gathering.org/stempmap.pl +*/1 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/switches.json http://tg:REMOVED@nms.tg15.gathering.org/switches-json.pl +*/1 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/nettkart.json 'http://tg:REMOVED@nms.tg15.gathering.org/nettkart-json.pl?secret=frosk&secret2=fisk&noise=0.0000000001&phase=3&period=86400' +*/5 * * * * wget -qO/root/tgmanage/web/nms-public.gathering.org/weathermap.png http://185.12.59.23/cacti/plugins/weathermap/output/962ddeea4b2d7ad5bd02.png + +24 12 * * * /bin/bash /root/backup/tg15backup.sh +13 07 05 04 * /bin/bash /root/backup/tg15backup.sh +45 08 05 04 * /bin/bash /root/backup/tg15backup.sh |