/etc/cron.d/pcp-pmlogger-daily-report is in pcp 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #
# Performance Co-Pilot crontab entry to write daily sar reports.
#
# Daily generation of system activity reports. Must be an hour or
# two after the pmlogger_daily script has finished.
0 2 * * * pcp /usr/lib/pcp/bin/pmlogger_daily_report -o /var/log/pcp/sa
|