diff options
Diffstat (limited to 'community/munin/munin.cron.d')
-rw-r--r-- | community/munin/munin.cron.d | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/munin/munin.cron.d b/community/munin/munin.cron.d new file mode 100644 index 0000000000..45d5ee62da --- /dev/null +++ b/community/munin/munin.cron.d @@ -0,0 +1,9 @@ +# /etc/cron.d/munin: crontab entries for the munin package + +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root + +@reboot munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi +*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi + +# EOF |