/etc/cron.d/pcp-pmie is in pcp 3.10.8build1.
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 7 8 | #
# Performance Co-Pilot crontab entries for a monitored site
# with one or more pmie instances running
#
# daily processing of pmie logs (with compression enabled)
08 0 * * * pcp /usr/lib/pcp/bin/pmie_daily -X xz -x 3
# every 30 minutes, check pmie instances are running
28,58 * * * * pcp /usr/lib/pcp/bin/pmie_check -C
|