#
# Performance Co-Pilot crontab entries for a monitored site
# with one or more pmlogger instances running
#
# daily processing of local archives (with compression enabled)
10     0  *  *  *  pcp  /usr/lib/pcp/bin/pmlogger_daily -P
# hourly polling to check and do daily processing if not done already in
# the last 24 hours
30     *  *  *  *  pcp  /usr/lib/pcp/bin/pmlogger_daily -P -p
# every 30 minutes, check pmlogger instances are running
20,50  *  *  *  *  pcp  /usr/lib/pcp/bin/pmlogger_check -C
