aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin.crond
blob: 45d5ee62da33a82d5d77a8c1211807dc7dfb17c0 (plain)
1
2
3
4
5
6
7
8
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