#
# Run cron_mail every minute to process mail
#
MAILTO=""
* * * * * /fabos/libexec/cron_mail > /tmp/mailLog 2>&1
# Run the script every hour to check if there are email failures.
0 * * * * /fabos/libexec/monitor_email > /tmp/mailLog 2>&1
#
# Run core files check up routine every hour
#
0 * * * * /sbin/croncore > /tmp/croncoreLog 2>&1
#
# Run cron to check for licenses getting expired
#
0 * * * * /sbin/chk_license_exp > /tmp/licexpired 2>&1
#
# Run disk usage check up routine every 15 minutes
#
*/15 * * * * /sbin/cron_cf > /tmp/croncfLog 2>&1
#
# Run logrotate to rotate serviceexec log file every 2 minutes.
#
*/2 * * * * /usr/sbin/logrotate -s /var/log/logrotate.status /etc/svcexerotate.conf > /tmp/svcexerotateLog 2>&1
#
# Run logrotate to rotate messages log file.
#
*/2 * * * * /usr/sbin/logrotate -s /var/log/logrotate.status /etc/syslogrotate.conf > /tmp/syslogrotateLog 2>&1
#
# Collect shared memory once every day
#
0 12 * * * /fabos/libexec/shmlog > /tmp/shmLog 2>&1
#
# Run tidyup log file once every day
#
0 12 * * * /fabos/cliexec/tidylog > /tmp/tidylogLog 2>&1
#
# Run DoS attack detection script every 30 mins
#
*/30 * * * * /fabos/cliexec/swMonitor.sh > /tmp/swMonitor.log 2>&1
#
# Run cgroup script every 1 mins
#
#* * * * * /fabos/cliexec/cgroup_throttle_count.sh > /tmp/cgroup.log 2>&1

#
# Run logrotate to rotate messages log file every 2min
#
*/2 * * * * /usr/sbin/logrotate -s /var/log/logrotate.status /etc/tslogrotate.conf > /tmp/tslogrotateLog 2>&1
# Run logrotate to rotate messages log file every hour
#
0 * * * * /usr/sbin/logrotate /etc/ldaplogrotate.conf > /tmp/ldaplogrotateLog 2>&1
# Run logrotate to rotate http login messages log file every hour
#
0 */1 * * * /usr/sbin/logrotate /etc/seclogrotate.conf > /tmp/seclogrotateLog 2>&1
#
#
# Run cache_flush to clear cache memory for every 10 min
#
*/10 * * * * /usr/bin/cache_flush.sh > /tmp/cache_flush.log 2>&1
