blob: 1427e072e8d7d6048e1e7d415ba91113c6c6ac04 (
plain)
1
2
3
4
5
6
7
8
|
#
# 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 * * * @user@ @path@/pmlogger_daily -X xz -x 3
# every 30 minutes, check pmlogger instances are running
25,55 * * * * @user@ @path@/pmlogger_check -C
|