aports/testing/munin/munin.cron.d
Stefan Wagner 0faf06db56 testing/munin: new aport
A distributed monitoring/graphing tool
http://munin-monitoring.org/
2016-04-15 13:52:04 +00:00

10 lines
279 B
D

# /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