Diff -- /etc/cron.d/drift_sense
Diff
/etc/cron.d/drift_sense
modified on localhost-ssh-agent at 2026-07-12 00:02:22
Added
+7
lines
Removed
-1
lines
Context
7
unchanged
Blobs
from 73724bb96d06
to 82c6c605bf27
to 82c6c605bf27
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | 1 | # /etc/cron.d/drift_sense |
| 2 | 2 | SHELL=/bin/bash |
| 3 | 3 | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| 4 | 4 | |
| 5 | 5 | */2 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_file_scan.pl >> /var/log/drift_sense/file_scan.log 2>&1 |
| 6 | 6 | */5 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_schema_scan.pl >> /var/log/drift_sense/schema_scan.log 2>&1 |
| 7 | 7 | */5 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_agent_scan.pl >> /var/log/drift_sense/agent_scan.log 2>&1 |
| 8 | */1 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_alert_dispatch.pl >> /var/log/drift_sense/alert_dispatch.log 2>&1# stealth mode canary | |
| 8 | */1 * * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_alert_dispatch.pl >> /var/log/drift_sense/alert_dispatch.log 2>&1 | |
| 9 | ||
| 10 | # Auto-purge -- dry-run daily at 03:15 so operator can see planned actions | |
| 11 | # in PURGE_LOG before enabling. Uncomment the --live line + comment the | |
| 12 | # dry-run line when ready to reclaim disk. | |
| 13 | 15 3 * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_purge.pl >> /var/log/drift_sense/purge.log 2>&1 | |
| 14 | # 15 3 * * * root /usr/bin/perl /var/www/vhosts/3dshawn.com/site1/_purge.pl --live >> /var/log/drift_sense/purge.log 2>&1 |