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