Overview
Scheduled audits run automatically on a recurring basis without manual initiation. The scheduling workflow has two steps: create an audit template that defines the goal and scope, then create a scheduled audit from that template with a cron expression or interval. Scheduled audits are ideal for nightly consolidation runs, peak-hour workload stabilization checks, and post-recovery zone rebalancing.Prerequisites
- Administrator privileges
- At least one data source configured for the selected goal
Audit Templates
Audit templates are reusable configurations that serve as the basis for both manual one-off audits and scheduled recurring audits.- Dashboard
- CLI
Navigate to Audit Templates
Navigate to
Optimization → Audit Templates.
Create a template
Click Create Audit Template and fill in:
Save
Click Create. The template is now available for manual audits and scheduling.
Audit template created and visible in the template list.
Schedule a Recurring Audit
- Dashboard
- CLI
Navigate to Audit Templates and click Actions → Create Audit on your
template. In the audit creation form, enable Auto Trigger and set a cron
expression in the scheduling field.
Auto-Trigger vs Manual Approval
Manage Scheduled Audits
List all audits
Delete a scheduled audit
Delete an audit template
Action Plan Expiry
Action plans become stale when the cluster state changes significantly after audit completion. Configure expiry to prevent old plans from being executed.- Web Console
- CLI
Open Advanced Configuration
Open the deployment console and navigate to Advanced Configuration. In the Service Tree
(left panel), select watcher.
Edit the Expiry Setting
Click New File or select an existing Plans older than
watcher.conf from the File Browser
(right panel). Add the following in the Code Editor (center panel):/etc/ironcore/config/watcher/watcher.conf
action_plan_expiry hours are automatically invalidated. A new audit
must be run to generate a fresh plan.Save and Apply
Click Save Current File. Return to Operations and run reconfigure to
apply the expiry setting.
Action plan expiry configured and applied via the deployment console.
Next Steps
Action Plan Policies
Configure manual vs automatic action plan execution policies.
Strategy Configuration
Tune strategy parameters for scheduled audits.
Audit History (User)
Review scheduled audit results and trends over time.
Troubleshooting
Diagnose scheduled audit failures and data source issues.
