# Parameters

**Script execution parameters**

<table border="1" id="bkmrk---script-ruta-del-s" style="border-collapse: collapse; width: 100%; height: 319.984px;"><colgroup><col style="width: 30%;"></col><col style="width: 70%;"></col></colgroup><tbody><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--script**</td><td style="height: 29.9167px;">Path to the Oculix script to execute. This parameter is mandatory.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--jar**</td><td style="height: 29.9167px;">Path to the Oculix JAR file. This parameter is mandatory.</td></tr><tr style="height: 46.7167px;"><td style="height: 46.7167px;">**--conf**</td><td style="height: 46.7167px;">Path to the .conf configuration file with Pandora and connection parameters. This parameter is mandatory.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--workspace**</td><td style="height: 29.9167px;">Working directory for Oculix script execution. Optional.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--debug**</td><td style="height: 29.9167px;"> Debug verbosity (0 silent → 3 very verbose)</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--console**</td><td style="height: 29.9167px;">Enables Oculix console mode. Activated with the flag.</td></tr><tr style="height: 47.05px;"><td style="height: 47.05px;">**--native-access**</td><td style="height: 47.05px;">Enables `--enable-native-access=ALL-UNNAMED` in Java execution. Activated with the flag.</td></tr><tr style="height: 46.7167px;"><td style="height: 46.7167px;">**--checkpoint**</td><td style="height: 46.7167px;">Enables baseline logic: if no reference image exists, creates one from the current screenshot. Activated with the flag.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">**--artifacts**</td><td style="height: 29.9167px;">Directory where screenshots, baselines, and diffs are stored. Default "artifacts".</td></tr></tbody></table>

**Pandora configuration parameters (.conf file)**

<table border="1" id="bkmrk-parametros-conf" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 34.0551%;"></col><col style="width: 65.9449%;"></col></colgroup><tbody><tr><td>**agent\_name**</td><td>Name of the agent that will contain the modules. Default: "{script} Oculix".</td></tr><tr><td>**agents\_group\_name**</td><td>Agent group in PandoraFMS. Default "Oculix".</td></tr><tr><td>**module\_prefix**</td><td>Prefix for all modules created by the plugin.</td></tr><tr><td>**interval**</td><td>Agent monitoring interval in seconds. Default 300.</td></tr><tr><td>**agent\_plugin**</td><td>Output mode: 1 prints XML to console, 0 writes to file and transfers. Default 0.</td></tr><tr><td>**temporal**</td><td>Temporary directory for XML files. Default "/tmp".</td></tr><tr><td>**transfer\_mode**</td><td>Transfer mode: "tentacle" or "local". Default "tentacle".</td></tr><tr><td>**tentacle\_client**</td><td>Path to the tentacle\_client binary. Default "tentacle\_client".</td></tr><tr><td>**tentacle\_ip**</td><td>IP address of the tentacle server. Default "127.0.0.1".</td></tr><tr><td>**tentacle\_port**</td><td>Tentacle connection port. Default "41121".</td></tr><tr><td>**tentacle\_opts**</td><td>Extra options for tentacle connection.</td></tr><tr><td>**data\_dir**</td><td>PandoraFMS data directory for local transfer. Default "/var/spool/pandora/data\_in/".</td></tr></tbody></table>