{% extends "infra_optim/_modal_form_xl.html" %} {% load i18n %} {% block modal-dialog-class %}modal-xl{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Creates a audit with specified parameters." %}

{% trans "If you check 'Auto Trigger' option, the action plan, recommended by the audit, will be automatically started." %}

{% trans "Strategy Parameters (JSON):" %}

{% trans "Strategy parameters control how the optimization strategy behaves during audit execution." %}

{% trans "Parameter format:" %}
{% trans "Enter a JSON object with parameter names as keys." %}

{% trans "Example:" %}

{
  "memory_threshold": 0.8,
  "cpu_threshold": 0.9,
  "enable_migration": true,
  "compute_nodes": [
    {"src_node": "compute1", "dst_node": "compute2"}
  ]
}
  
{% endblock %}