HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //var/lib/pcp/config/pmie/crontab.docker
#
# Performance Co-Pilot crontab entries for a monitored site with one or more
# pmie instances running in the pcp-pmie Docker container. Note this is run
# by the host cron service, hence the docker exec calls.
#
# daily processing of pmie logs (with compression enabled)
10     0  *  *  *  root  docker exec pcp-pmie /usr/libexec/pcp/bin/pmie_daily -X xz -x 3 >/dev/null 2>&1; exit 0
# every 30 minutes, check pmie instances are running
25,55  *  *  *  *  root  docker exec pcp-pmie /usr/libexec/pcp/bin/pmie_check -C >/dev/null 2>&1; exit 0
# for DEBUGGING use, uncomment the following
# */10  *  *  *  *   root  docker exec pcp-pmie /usr/libexec/pcp/bin/pmpost "pcp-pmie cron is active" >/dev/null 2>&1; exit 0