Diff -- /etc/cron.d/drift_sense
Diff

/etc/cron.d/drift_sense

modified on localhost-ssh-agent at 2026-07-12 23:14:05

Added
+2
lines
Removed
-0
lines
Context
15
unchanged
Blobs
from 1478b8691259
to d881083cab8f
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
11# /etc/cron.d/drift_sense
22SHELL=/bin/bash
33PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
44
55*/2 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_file_scan.pl >> /var/log/drift_sense/file_scan.log 2>&1
66*/5 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_schema_scan.pl >> /var/log/drift_sense/schema_scan.log 2>&1
77*/5 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_agent_scan.pl >> /var/log/drift_sense/agent_scan.log 2>&1
88*/1 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_alert_dispatch.pl >> /var/log/drift_sense/alert_dispatch.log 2>&1
99
1010# Auto-purge -- dry-run daily at 03:15 so operator can see planned actions
1111# in PURGE_LOG before enabling. Uncomment the --live line + comment the
1212# dry-run line when ready to reclaim disk.
131315 3 * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_purge.pl >> /var/log/drift_sense/purge.log 2>&1
1414# 15 3 * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_purge.pl --live >> /var/log/drift_sense/purge.log 2>&1
15150 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_stable_promote.pl >> /var/log/drift_sense/stable_promote.log 2>&1
1615 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_blob_verify.pl >> /var/log/drift_sense/blob_verify.log 2>&1
170 8 * * 0 root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_weekly_digest.pl >> /var/log/drift_sense/weekly_digest.log 2>&1
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help