HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //etc/cron.d/ndn-analog
#Ansible: weblogrotate schedule
0 15 * * * root /dh/bin/weblogrotate.pl schedule 00:00-01:00
#Ansible: weblogrotate gzip
23 19 * * * root /dh/bin/weblogrotate.pl gzip
#Ansible: analog daily
30 2 * * * root echo "/dh/bin/run_analog.pl daily" | at now+`/usr/local/dh/bin/randomtime.pl 60`min &> /dev/null
#Ansible: find monthly
0 10 5 * * root /dh/bin/run_analog.pl monthly
#Ansible: find logrotate_local
13 3 * * * root find /var/log/logrotate -maxdepth 1 -name "logrotate_local"*"" -mtime +7 -exec rm {} \;
#Ansible: find analog_local_daily
27 10 * * * root find /root -maxdepth 1 -name "analog_local_daily"*"" -mtime +7 -exec rm {} \;
#Ansible: find analog_local_monthly
28 10 8 * * root find /root -maxdepth 1 -name "analog_local_monthly"*"" -mtime +65 -exec rm {} \;
#Ansible: clear dnscache
43 21 * * * root find /var/cache/analog -name dnscache -size +10000k -exec rm {} \;