aboutsummaryrefslogtreecommitdiff
path: root/files/etc/cron.d/munin
blob: 558a2dfdbffd38384b14d265f64d48fb8641a73e (plain)
1
2
3
4
5
6
7
8
9
#
# cron-jobs for munin
#

MAILTO=""

@reboot         root  if [ ! -d /var/run/munin ]; then /bin/bash -c 'perms=(`/usr/sbin/dpkg-statoverride --list /var/run/munin`); mkdir /var/run/munin; chown ${perms[0]:-munin}:${perms[1]:-root} /var/run/munin; chmod ${perms[2]:-0755} /var/run/munin'; fi
*/5 * * * *     munin if [ -x /usr/local/bin/munin-cron ]; then /usr/local/bin/munin-cron &> /dev/null; fi
14 10 * * *     munin if [ -x /usr/share/munin/munin-limits ]; then /usr/share/munin/munin-limits --force --contact nagios --contact old-nagios; fi