aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/etc/cron.d/munin2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/cron.d/munin b/files/etc/cron.d/munin
index a56501a..558a2df 100644
--- a/files/etc/cron.d/munin
+++ b/files/etc/cron.d/munin
@@ -5,5 +5,5 @@
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/loca/bin/munin-cron ]; then /usr/local/bin/munin-cron &> /dev/null; 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