CloudCron
view release on metacpan or search on metacpan
# VulnDB monthly report to SDM
0 9 1 * * MONTH=$(date -d '-1 month' +\%m); YEAR=$(date +\%Y); bash -c /opt/deploy/code/portal/script/vulnerability_report.pl $MONTH $YEAR
0 12 1 * * bash -c /opt/deploy/code/portal/script/send_vuln_report.pl
# Session table maintenance
0 23 * * * bash -c /opt/deploy/code/portal/script/purge_sessions.pl
# Create tickets for recurring tasks
0 7 * * * bash -c /opt/deploy/code/portal/script/create_recurring_tasks_tickets.pl 2>&1 | mutt -s 'Portal Recurring Tasks Ticket Creation' -- oriol.soriano@capside.com
#
# Check blocked recurring tasks
10 7 * * 1 bash -c /opt/deploy/code/portal/script/recurringtasks_check_blocked.pl
#
# RT Tickets not existing @ Portal daily verification
0 8 * * * bash -c /opt/deploy/code/portal/init/report_rt_tickets_without_tmetadata.pl -v 2>&1 | mutt -s 'RT Tickets without ticket_metadata' -- oriol.soriano@capside.com
# DWH hourly ETLs
15 * * * * bash -c /opt/deploy/code/portal/script/dwh_etl_last_updated_entities.pl -v 2>&1 | mutt -s 'DWH ETL last updated entities' -- oriol.soriano@capside.com
# DWH daily timepool ETL
30 2 * * * bash -c /opt/deploy/code/portal/script/dwh_daily_timepools_etl.pl -v 2>&1 | mutt -s 'DWH daily timepools ETL' -- oriol.soriano@capside.com
( run in 0.524 second using v1.01-cache-2.11-cpan-49f99fa48dc )