comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); // Enforce the audit-log retention policy daily. The command is a no-op when // `audit_retention_days` is empty/0 (keep forever); otherwise it deletes // audit_events older than the configured number of days. Schedule::command('clusev:prune-audit')->daily(); // Sample WireGuard peer traffic every minute (no-op when the collector is unconfigured/stale). Schedule::command('clusev:wg-sample')->everyMinute();